Home | History | Annotate | Download | only in i18n

Lines Matching refs:hourFormats

342     const UChar* hourFormats = NULL;
359 hourFormats = resStr;
371 if (hourFormats) {
372 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */);
375 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(FALSE, hourFormats, (int32_t)(sep - hourFormats));