Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtptngen.cpp753 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format … variable
805 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != nullptr ) { in consumeShortTimePattern()