Searched refs:shortTimePattern (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | dtptngen.h | 559 void consumeShortTimePattern(const UnicodeString& shortTimePattern, UErrorCode& status);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 178 private void consumeShortTimePattern(String shortTimePattern, PatternInfo returnInfo) { in consumeShortTimePattern() argument 184 fp.set(shortTimePattern); in consumeShortTimePattern() 198 hackTimes(returnInfo, shortTimePattern); in consumeShortTimePattern() 424 private void hackTimes(PatternInfo returnInfo, String shortTimePattern) { in hackTimes() argument 425 fp.set(shortTimePattern); in hackTimes()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateTimePatternGenerator.java | 174 private void consumeShortTimePattern(String shortTimePattern, PatternInfo returnInfo) { in consumeShortTimePattern() argument 180 fp.set(shortTimePattern); in consumeShortTimePattern() 194 hackTimes(returnInfo, shortTimePattern); in consumeShortTimePattern() 422 private void hackTimes(PatternInfo returnInfo, String shortTimePattern) { in hackTimes() argument 423 fp.set(shortTimePattern); in hackTimes()
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 795 DateTimePatternGenerator::consumeShortTimePattern(const UnicodeString& shortTimePattern, in consumeShortTimePattern() argument 799 int32_t tfIdx, tfLen = shortTimePattern.length(); in consumeShortTimePattern() 802 UChar tfChar = shortTimePattern.charAt(tfIdx); in consumeShortTimePattern() 812 hackTimes(shortTimePattern, status); in consumeShortTimePattern()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |