/external/icu/icu4c/source/i18n/ |
D | fphdlimp.cpp | 50 pos.setEndIndex(limit); in addAttribute() 58 pos.setEndIndex(delta + pos.getEndIndex()); in shiftLast()
|
D | fpositer.cpp | 95 fp.setEndIndex(data->elementAti(pos++)); in next()
|
D | plurfmt.cpp | 489 pos.setEndIndex(-1); in parseType() 546 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType() 553 pos.setEndIndex(-1); in parseType()
|
D | quantityformatter.cpp | 183 pos.setEndIndex(fpos.getEndIndex() + offsets[0]); in format()
|
D | measfmt.cpp | 621 pos.setEndIndex(fpos.getEndIndex() + offset); in formatMeasurePerUnit() 1077 pos.setEndIndex(fpos.getEndIndex() + offset); in formatMeasuresSlowTrack()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | DontCareFieldPosition.java | 37 public void setEndIndex(int i) { in setEndIndex() method in DontCareFieldPosition
|
D | DateNumberFormat.java | 168 pos.setEndIndex(length); in format() 170 pos.setEndIndex(0); in format()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 832 fieldPosition.setEndIndex(0); in format() 849 fieldPosition.setEndIndex(result.length()); in format() 851 fieldPosition.setEndIndex(result.length()); in format() 880 fieldPosition.setEndIndex(result.length()); in format() 882 fieldPosition.setEndIndex(result.length()); in format() 1083 fieldPosition.setEndIndex(0); in format() 1477 fieldPosition.setEndIndex(result.length()); in subformatFixed() 1479 fieldPosition.setEndIndex(result.length()); in subformatFixed() 1511 fieldPosition.setEndIndex(result.length()); in subformatFixed() 1587 fieldPosition.setEndIndex(result.length()); in subformatFixed() [all …]
|
D | PluralFormat.java | 709 pos.setEndIndex(-1); in parseType() 765 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType() 771 pos.setEndIndex(-1); in parseType()
|
D | MeasureFormat.java | 340 pos.setEndIndex(fpos.getEndIndex() + prevLength); in format() 523 pos.setEndIndex(fpos.getEndIndex() + offset); in formatMeasurePerUnit() 900 fieldPosition.setEndIndex(fpos.getEndIndex() + offsets[0]); in formatMeasure() 1011 fieldPosition.setEndIndex(fpos.getEndIndex() + builder.getOffset() + appendTo.length()); in formatMeasuresSlowTrack()
|
D | SimpleDateFormat.java | 1313 pos.setEndIndex(0); in format() 1345 fp.setEndIndex(end); in format() 1901 pos.setEndIndex(beginOffset + buf.length() - bufstart); in subFormat() 1905 pos.setEndIndex(beginOffset + buf.length() - bufstart); in subFormat() 3917 pos.setEndIndex(0); in intervalFormatByAlgorithm()
|
D | MessageFormat.java | 1853 fp.setEndIndex(dest.length); in updateMetaData()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | fieldpos.h | 227 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex() function
|
/external/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 152 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; } in setEndIndex() function in __anond49cb7ca0111::SchedulePostRATDList 333 Scheduler.setEndIndex(CurrentCount); in runOnMachineFunction() 349 Scheduler.setEndIndex(CurrentCount); in runOnMachineFunction()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
D | ProperFractionFormat.java | 94 pos.setEndIndex(0); in format()
|
D | ProperBigFractionFormat.java | 93 pos.setEndIndex(0); in format()
|
D | FractionFormat.java | 148 pos.setEndIndex(0); in format()
|
D | BigFractionFormat.java | 141 pos.setEndIndex(0); in format()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | RealVectorFormat.java | 209 pos.setEndIndex(0); in format()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Vector3DFormat.java | 206 pos.setEndIndex(0); in format()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | ComplexFormat.java | 150 pos.setEndIndex(0); in format()
|
/external/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 138 fp.setEndIndex( i+7 ); in test_FieldPosition()
|
D | dtfmttst.cpp | 3442 fpos.setEndIndex(0); in TestRoundtripWithCalendar() 3456 fpos.setEndIndex(0); in TestRoundtripWithCalendar()
|
/external/messageformat/java/com/ibm/icu/simple/ |
D | MessageFormat.java | 1766 fp.setEndIndex(dest.length); in updateMetaData()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberRegression.java | 823 field.setEndIndex(4); in Test4062486()
|