Home
last modified time | relevance | path

Searched refs:shortTimePattern (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ddtptngen.h559 void consumeShortTimePattern(const UnicodeString& shortTimePattern, UErrorCode& status);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java178 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/
DDateTimePatternGenerator.java174 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/
Ddtptngen.cpp795 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()