Home
last modified time | relevance | path

Searched refs:getPos (Results 1 – 25 of 59) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java683 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 : … in doFormat()
774 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
822 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
825 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
919 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse()
920 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNFRule.java684 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 : … in doFormat()
775 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
823 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
826 …sub1.doSubstitution(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : … in doFormat()
920 int sub1Pos = sub1 != null ? sub1.getPos() : ruleText.length(); in doParse()
921 int sub2Pos = sub2 != null ? sub2.getPos() : ruleText.length(); in doParse()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnfsubs.cpp892 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
918 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); 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 UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1233 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1241 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1248 aruleSet->format(numberToFormat, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1252 toInsertInto.insert(apos + getPos(), temp); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dnfrule.cpp693 if (fRuleText.charAt(0) == gSpace && (sub1 == NULL || sub1->getPos() != 0)) { in _appendRuleText()
705 ruleTextCopy.insert(sub2->getPos(), temp); in _appendRuleText()
709 ruleTextCopy.insert(sub1->getPos(), temp); in _appendRuleText()
767 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
770 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
821 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
824 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
911 int32_t sub1Pos = sub1 != NULL ? sub1->getPos() : fRuleText.length(); in doParse()
912 int32_t sub2Pos = sub2 != NULL ? sub2->getPos() : fRuleText.length(); in doParse()
/third_party/icu/icu4c/source/i18n/
Dnfsubs.cpp892 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
918 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); 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 UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1233 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1241 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1248 aruleSet->format(numberToFormat, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1252 toInsertInto.insert(apos + getPos(), temp); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dnfrule.cpp693 if (fRuleText.charAt(0) == gSpace && (sub1 == NULL || sub1->getPos() != 0)) { in _appendRuleText()
705 ruleTextCopy.insert(sub2->getPos(), temp); in _appendRuleText()
709 ruleTextCopy.insert(sub1->getPos(), temp); in _appendRuleText()
767 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
770 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
821 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
824 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
911 int32_t sub1Pos = sub1 != NULL ? sub1->getPos() : fRuleText.length(); in doParse()
912 int32_t sub2Pos = sub2 != NULL ? sub2->getPos() : fRuleText.length(); in doParse()
/third_party/node/deps/icu-small/source/i18n/
Dnfsubs.cpp910 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
936 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); 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 UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1251 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1259 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1266 aruleSet->format(numberToFormat, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1270 toInsertInto.insert(apos + getPos(), temp); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dnfrule.cpp693 if (fRuleText.charAt(0) == gSpace && (sub1 == nullptr || sub1->getPos() != 0)) { in _appendRuleText()
705 ruleTextCopy.insert(sub2->getPos(), temp); in _appendRuleText()
709 ruleTextCopy.insert(sub1->getPos(), temp); in _appendRuleText()
767 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
770 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
821 …sub2->doSubstitution(number, toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
824 …sub1->doSubstitution(number, toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset … in doFormat()
911 int32_t sub1Pos = sub1 != nullptr ? sub1->getPos() : fRuleText.length(); in doParse()
912 int32_t sub2Pos = sub2 != nullptr ? sub2->getPos() : fRuleText.length(); in doParse()
Dnfsubs.h230 int32_t getPos() const { return pos; } in getPos() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp98 std::function<MachineBasicBlock::iterator()> getPos) { in rescheduleLexographically() argument
126 getPos()->dump(); in rescheduleLexographically()
130 MBB->splice(getPos(), MBB, II.second); in rescheduleLexographically()
/third_party/icu/icu4c/source/common/
Duniset_props.cpp323 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()
Druleiter.h160 void getPos(Pos& p) const;
/third_party/node/deps/icu-small/source/common/
Duniset_props.cpp323 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()
Druleiter.h160 void getPos(Pos& p) const;
/third_party/skia/third_party/externals/icu/source/common/
Duniset_props.cpp323 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()
Druleiter.h160 void getPos(Pos& p) const;
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/
DInputStream.h53 virtual int32_t getPos() = 0;
DFileInputStream.h38 virtual int32_t getPos();
DMemInputStream.h38 virtual int32_t getPos();
DFileInputStream.cpp38 int32_t FileInputStream::getPos() { in getPos() function in parselib::FileInputStream
DMemInputStream.cpp46 int32_t MemInputStream::getPos() { in getPos() function in parselib::MemInputStream
/third_party/node/deps/npm/node_modules/tar/lib/
Dreplace.js116 const getPos = (fd, size, cb_) => { function
195 getPos(fd, st.size, (er, position) => {
/third_party/skia/src/utils/
DSkTextUtils.cpp31 font.getPos(ag.glyphs(), ag.count(), pos.get(), {x, y}); in GetPath()
/third_party/skia/gm/
Dpdf_never_embed.cpp31 font.getPos(rec.glyphs, count, rec.points()); in excercise_draw_pos_text()
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/
DWavStreamReader.cpp92 mAudioDataStartPos = mStream->getPos(); in parse()

123