Searched refs:shortTimePattern (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | dtptngen.h | 538 void consumeShortTimePattern(const UnicodeString& shortTimePattern, UErrorCode& status);
|
/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() 407 private void hackTimes(PatternInfo returnInfo, String shortTimePattern) { in hackTimes() argument 408 fp.set(shortTimePattern); in hackTimes()
|
/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() 409 private void hackTimes(PatternInfo returnInfo, String shortTimePattern) { in hackTimes() argument 410 fp.set(shortTimePattern); in hackTimes()
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 717 DateTimePatternGenerator::consumeShortTimePattern(const UnicodeString& shortTimePattern, in consumeShortTimePattern() argument 721 int32_t tfIdx, tfLen = shortTimePattern.length(); in consumeShortTimePattern() 724 UChar tfChar = shortTimePattern.charAt(tfIdx); in consumeShortTimePattern() 734 hackTimes(shortTimePattern, status); in consumeShortTimePattern()
|