Searched defs:adjustPosition (Results 1 - 5 of 5) sorted by relevance
/external/icu/icu4c/source/layout/ |
H A D | ValueRecords.cpp | 37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, function in class:ValueRecord 141 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, function in class:ValueRecord
|
H A D | LEGlyphStorage.cpp | 441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) function in class:LEGlyphStorage
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | DateIntervalFormat.java | 775 private void adjustPosition(String combiningPattern, // has {0} and {1} in it method in class:DateIntervalFormat 842 adjustPosition(fallbackPattern, earlierDate.toString(), pos, laterDate.toString(), otherPos, pos); 852 adjustPosition(fDateTimeFormat, fallbackRange, pos, datePortion.toString(), otherPos, pos);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateIntervalFormat.java | 783 private void adjustPosition(String combiningPattern, // has {0} and {1} in it method in class:DateIntervalFormat 850 adjustPosition(fallbackPattern, earlierDate.toString(), pos, laterDate.toString(), otherPos, pos); 860 adjustPosition(fDateTimeFormat, fallbackRange, pos, datePortion.toString(), otherPos, pos);
|
/external/icu/icu4c/source/i18n/ |
H A D | dtitvfmt.cpp | 1318 DateIntervalFormat::adjustPosition(UnicodeString& combiningPattern, // has {0} and {1} in it function in class:DateIntervalFormat 1377 adjustPosition(fallbackPattern, *earlierDate, pos, *laterDate, otherPos, pos); 1391 adjustPosition(*fDateTimeFormat, fallbackRange, pos, *datePortion, otherPos, pos);
|
Completed in 164 milliseconds