Home
last modified time | relevance | path

Searched refs:setEndIndex (Results 1 – 25 of 56) sorted by relevance

123

/external/icu/icu4c/source/test/intltest/
Dcompactdecimalformattest.cpp316 pos.setEndIndex(0); in TestAPIVariants()
325 pos.setEndIndex(0); in TestAPIVariants()
343 pos.setEndIndex(0); in TestAPIVariants()
352 pos.setEndIndex(0); in TestAPIVariants()
370 pos.setEndIndex(0); in TestAPIVariants()
379 pos.setEndIndex(0); in TestAPIVariants()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DQuantityFormatter.java119 pos.setEndIndex(fpos.getEndIndex()); in selectPlural()
133 pos.setEndIndex(pos.getEndIndex() + offsets[0]); in format()
136 pos.setEndIndex(0); in format()
DDecimalFormat.java833 fieldPosition.setEndIndex(0); in format()
853 fieldPosition.setEndIndex(result.length()); in format()
855 fieldPosition.setEndIndex(result.length()); in format()
884 fieldPosition.setEndIndex(result.length()); in format()
886 fieldPosition.setEndIndex(result.length()); in format()
1086 fieldPosition.setEndIndex(0); in format()
1484 fieldPosition.setEndIndex(result.length()); in subformatFixed()
1495 fieldPosition.setEndIndex(result.length()); in subformatFixed()
1527 fieldPosition.setEndIndex(result.length()); in subformatFixed()
1603 fieldPosition.setEndIndex(result.length()); in subformatFixed()
[all …]
DDateIntervalFormat.java783 pos.setEndIndex(otherPos.getEndIndex()); in format()
803 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
808 posResult.setEndIndex(pos1.getEndIndex() + index1); in adjustPosition()
813 posResult.setEndIndex(pos1.getEndIndex() + index1); in adjustPosition()
818 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
865 otherPos.setEndIndex(0); in fallbackFormat()
DPluralFormat.java690 pos.setEndIndex(-1); in parseType()
746 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
752 pos.setEndIndex(-1); in parseType()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantityFormatter.java118 pos.setEndIndex(fpos.getEndIndex()); in selectPlural()
132 pos.setEndIndex(pos.getEndIndex() + offsets[0]); in format()
135 pos.setEndIndex(0); in format()
DDecimalFormat.java838 fieldPosition.setEndIndex(0); in format()
858 fieldPosition.setEndIndex(result.length()); in format()
860 fieldPosition.setEndIndex(result.length()); in format()
889 fieldPosition.setEndIndex(result.length()); in format()
891 fieldPosition.setEndIndex(result.length()); in format()
1092 fieldPosition.setEndIndex(0); in format()
1496 fieldPosition.setEndIndex(result.length()); in subformatFixed()
1507 fieldPosition.setEndIndex(result.length()); in subformatFixed()
1539 fieldPosition.setEndIndex(result.length()); in subformatFixed()
1615 fieldPosition.setEndIndex(result.length()); in subformatFixed()
[all …]
DDateIntervalFormat.java792 pos.setEndIndex(otherPos.getEndIndex()); in format()
812 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
817 posResult.setEndIndex(pos1.getEndIndex() + index1); in adjustPosition()
822 posResult.setEndIndex(pos1.getEndIndex() + index1); in adjustPosition()
827 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
874 otherPos.setEndIndex(0); in fallbackFormat()
DPluralFormat.java709 pos.setEndIndex(-1); in parseType()
765 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
771 pos.setEndIndex(-1); in parseType()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DNumberFormat.java248 pos.setEndIndex(jdkPos.getEndIndex()); in format()
327 pos.setEndIndex(jdkPos.getEndIndex()); in format()
342 pos.setEndIndex(jdkPos.getEndIndex()); in format()
356 pos.setEndIndex(jdkPos.getEndIndex()); in format()
370 pos.setEndIndex(jdkPos.getEndIndex()); in format()
384 pos.setEndIndex(jdkPos.getEndIndex()); in format()
1312 jdkPos.setEndIndex(icuPos.getEndIndex()); in toJDKFieldPosition()
DMessageFormat.java908 pos.setEndIndex(jdkPos.getEndIndex()); in format()
1027 pos.setEndIndex(jdkPos.getEndIndex()); in format()
1427 jdkPos.setEndIndex(icuPos.getEndIndex()); in toJDKFieldPosition()
/external/icu/icu4c/source/i18n/
Dfphdlimp.cpp52 pos.setEndIndex(limit); in addAttribute()
60 pos.setEndIndex(delta + pos.getEndIndex()); in shiftLast()
Dquantityformatter.cpp192 pos.setEndIndex(pos.getEndIndex() + offset); in format()
195 pos.setEndIndex(0); in format()
Dfpositer.cpp100 fp.setEndIndex(data->elementAti(pos++)); in next()
Dplurfmt.cpp512 pos.setEndIndex(-1); in parseType()
569 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
576 pos.setEndIndex(-1); in parseType()
Ddtitvfmt.cpp1316 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
1321 posResult.setEndIndex(pos1.getEndIndex() + index1); in adjustPosition()
1326 posResult.setEndIndex(pos1.getEndIndex() + index1); in adjustPosition()
1331 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
1370 otherPos.setEndIndex(0); in fallbackFormat()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDontCareFieldPosition.java41 public void setEndIndex(int i) { in setEndIndex() method in DontCareFieldPosition
DDateNumberFormat.java180 pos.setEndIndex(length); in format()
182 pos.setEndIndex(0); in format()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDontCareFieldPosition.java39 public void setEndIndex(int i) { in setEndIndex() method in DontCareFieldPosition
DDateNumberFormat.java176 pos.setEndIndex(length); in format()
178 pos.setEndIndex(0); in format()
/external/icu/icu4c/source/i18n/unicode/
Dfieldpos.h230 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex() function
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp161 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; } in setEndIndex() function in __anond49cb7ca0111::SchedulePostRATDList
345 Scheduler.setEndIndex(CurrentCount); in runOnMachineFunction()
361 Scheduler.setEndIndex(CurrentCount); in runOnMachineFunction()
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DProperBigFractionFormat.java93 pos.setEndIndex(0); in format()
DProperFractionFormat.java94 pos.setEndIndex(0); in format()
DFractionFormat.java148 pos.setEndIndex(0); in format()

123