Searched refs:hourFormatChars (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/i18n/ |
D | dtptngen.cpp | 497 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format … variable 570 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) { in addCLDRData()
|
/external/icu4c/i18n/ |
D | dtptngen.cpp | 492 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format … variable 565 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) { in addCLDRData()
|