Searched refs:hourFormatChars (Results 1 – 1 of 1) sorted by relevance
544 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format … variable616 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) { in addCLDRData()