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

  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 571 UChar tfChar = rbPattern.charAt(tfIdx);
572 if ( tfChar == SINGLE_QUOTE ) {
574 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
575 fDefaultHourFormatChar = tfChar;
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp 572 UChar tfChar = rbPattern.charAt(tfIdx);
573 if ( tfChar == SINGLE_QUOTE ) {
575 } else if ( !ignoreChars && u_strchr(hourFormatChars, tfChar) != NULL ) {
576 fDefaultHourFormatChar = tfChar;
    [all...]

Completed in 134 milliseconds