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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtptngen.h 447 UChar fDefaultHourFormatChar;
  /external/icu4c/i18n/unicode/
dtptngen.h 449 UChar fDefaultHourFormatChar;
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 305 fDefaultHourFormatChar = other.fDefaultHourFormatChar;
507 fDefaultHourFormatChar = 0;
557 // set fDefaultHourFormatChar to the hour format character from this pattern
565 fDefaultHourFormatChar = tfChar;
755 patternFormCopy.findAndReplace(UnicodeString(LOW_J), UnicodeString(fDefaultHourFormatChar));
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 309 fDefaultHourFormatChar = other.fDefaultHourFormatChar;
508 fDefaultHourFormatChar = 0;
558 // set fDefaultHourFormatChar to the hour format character from this pattern
566 fDefaultHourFormatChar = tfChar;
771 patternFormCopy.findAndReplace(UnicodeString(LOW_J), UnicodeString(fDefaultHourFormatChar));
    [all...]

Completed in 76 milliseconds