HomeSort by relevance Sort by last modified time
    Searched refs:hourFormatChars (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 491 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format characters
564 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 493 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format characters
565 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
    [all...]

Completed in 31 milliseconds