/third_party/icu/icu4c/source/i18n/ |
H A D | nfsubs.cpp | 892 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 918 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1067 // toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1070 // getRuleSet()->format(digit, toInsertInto, _pos + getPos()); in doSubstitution() 1085 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1090 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1096 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1232 toInsertInto.insert(apos + getPos(), gSpace); in doSubstitution() 1233 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in doSubstitution() 1241 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCoun in doSubstitution() [all...] |
H A D | nfrule.cpp | 693 if (fRuleText.charAt(0) == gSpace && (sub1 == NULL || sub1->getPos() != 0)) { 705 ruleTextCopy.insert(sub2->getPos(), temp); 709 ruleTextCopy.insert(sub1->getPos(), temp); 767 sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 770 sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 821 sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 824 sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 911 int32_t sub1Pos = sub1 != NULL ? sub1->getPos() : fRuleText.length(); 912 int32_t sub2Pos = sub2 != NULL ? sub2->getPos() : fRuleText.length();
|
H A D | nfsubs.h | 230 int32_t getPos() const { return pos; } in getPos() function in NFSubstitution
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfsubs.cpp | 910 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 936 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1085 // toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1088 // getRuleSet()->format(digit, toInsertInto, _pos + getPos()); in doSubstitution() 1103 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1108 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1114 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1250 toInsertInto.insert(apos + getPos(), gSpace); in doSubstitution() 1251 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in doSubstitution() 1259 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCoun in doSubstitution() [all...] |
H A D | nfrule.cpp | 693 if (fRuleText.charAt(0) == gSpace && (sub1 == nullptr || sub1->getPos() != 0)) { 705 ruleTextCopy.insert(sub2->getPos(), temp); 709 ruleTextCopy.insert(sub1->getPos(), temp); 767 sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 770 sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 821 sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 824 sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 911 int32_t sub1Pos = sub1 != nullptr ? sub1->getPos() : fRuleText.length(); 912 int32_t sub2Pos = sub2 != nullptr ? sub2->getPos() : fRuleText.length();
|
H A D | nfsubs.h | 230 int32_t getPos() const { return pos; } in getPos() function in NFSubstitution
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfsubs.cpp | 892 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 918 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1067 // toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1070 // getRuleSet()->format(digit, toInsertInto, _pos + getPos()); in doSubstitution() 1085 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution() 1090 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1096 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution() 1232 toInsertInto.insert(apos + getPos(), gSpace); in doSubstitution() 1233 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in doSubstitution() 1241 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCoun in doSubstitution() [all...] |
H A D | nfrule.cpp | 693 if (fRuleText.charAt(0) == gSpace && (sub1 == NULL || sub1->getPos() != 0)) { 705 ruleTextCopy.insert(sub2->getPos(), temp); 709 ruleTextCopy.insert(sub1->getPos(), temp); 767 sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 770 sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 821 sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 824 sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); 911 int32_t sub1Pos = sub1 != NULL ? sub1->getPos() : fRuleText.length(); 912 int32_t sub2Pos = sub2 != NULL ? sub2->getPos() : fRuleText.length();
|
H A D | nfsubs.h | 230 int32_t getPos() const { return pos; } in getPos() function in NFSubstitution
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NFRule.java | 683 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString() 691 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 694 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString() 771 sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 774 sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 822 sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 825 sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 919 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse() 920 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse() 1013 // int temp = pp2.getErrorIndex() + sub1.getPos() in doParse() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NFRule.java | 684 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { in toString() 692 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 695 ruleTextCopy.insert(sub1.getPos(), sub1.toString()); in toString() 772 sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 775 sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 823 sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 826 sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 920 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse() 921 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse() 1014 // int temp = pp2.getErrorIndex() + sub1.getPos() in doParse() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MIRCanonicalizerPass.cpp | 98 std::function<MachineBasicBlock::iterator()> getPos) { in rescheduleLexographically() 126 getPos()->dump(); in rescheduleLexographically() 130 MBB->splice(getPos(), MBB, II.second); in rescheduleLexographically() 96 rescheduleLexographically(std::vector<MachineInstr *> instructions, MachineBasicBlock *MBB, std::function<MachineBasicBlock::iterator()> getPos) rescheduleLexographically() argument
|
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/ |
H A D | FileInputStream.h | 38 virtual int32_t getPos();
|
H A D | InputStream.h | 53 virtual int32_t getPos() = 0;
|
H A D | FileInputStream.cpp | 38 int32_t FileInputStream::getPos() {
in getPos() function in parselib::FileInputStream
|
H A D | MemInputStream.h | 38 virtual int32_t getPos();
|
H A D | MemInputStream.cpp | 46 int32_t MemInputStream::getPos() {
in getPos() function in parselib::MemInputStream
|
/third_party/icu/icu4c/source/common/ |
H A D | uniset_props.cpp | 323 chars.getPos(backup); in applyPattern() 335 chars.getPos(backup); // prepare to backup in applyPattern() 341 chars.getPos(backup); // prepare to backup in applyPattern() 548 chars.getPos(backup); in applyPattern() 1005 chars.getPos(pos); in resemblesPropertyPattern()
|
H A D | ruleiter.h | 149 * iterator.getPos(pos); 151 * iterator.getPos(pos); 160 void getPos(Pos& p) const; 163 * Restores this iterator to the position it had when getPos() 165 * @param p a position object previously set by getPos()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uniset_props.cpp | 323 chars.getPos(backup); in applyPattern() 335 chars.getPos(backup); // prepare to backup in applyPattern() 341 chars.getPos(backup); // prepare to backup in applyPattern() 548 chars.getPos(backup); in applyPattern() 1002 chars.getPos(pos); in resemblesPropertyPattern()
|
H A D | ruleiter.h | 149 * iterator.getPos(pos); 151 * iterator.getPos(pos); 160 void getPos(Pos& p) const; 163 * Restores this iterator to the position it had when getPos() 165 * @param p a position object previously set by getPos()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniset_props.cpp | 323 chars.getPos(backup); in applyPattern() 335 chars.getPos(backup); // prepare to backup in applyPattern() 341 chars.getPos(backup); // prepare to backup in applyPattern() 548 chars.getPos(backup); in applyPattern() 1005 chars.getPos(pos); in resemblesPropertyPattern()
|
H A D | ruleiter.h | 149 * iterator.getPos(pos); 151 * iterator.getPos(pos); 160 void getPos(Pos& p) const; 163 * Restores this iterator to the position it had when getPos() 165 * @param p a position object previously set by getPos()
|
/third_party/skia/src/utils/ |
H A D | SkTextUtils.cpp | 31 font.getPos(ag.glyphs(), ag.count(), pos.get(), {x, y}); in GetPath()
|
/third_party/skia/gm/ |
H A D | pdf_never_embed.cpp | 31 font.getPos(rec.glyphs, count, rec.points()); in excercise_draw_pos_text()
|