Searched refs:hourFormats (Results 1 – 3 of 3) sorted by relevance
349 const UChar* hourFormats = NULL; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local366 hourFormats = resStr; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()378 if (hourFormats) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()379 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()382 …fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(FALSE, hourFormats, (int32_t)(sep - hourFormats)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
388 String hourFormats = null; in TimeZoneFormat() local400 hourFormats = bundle.getStringWithFallback("zoneStrings/hourFormat"); in TimeZoneFormat()419 if (hourFormats != null) { in TimeZoneFormat()420 String[] hourPatterns = hourFormats.split(";", 2); in TimeZoneFormat()
425 String hourFormats = null; in TimeZoneFormat() local437 hourFormats = bundle.getStringWithFallback("zoneStrings/hourFormat"); in TimeZoneFormat()456 if (hourFormats != null) { in TimeZoneFormat()457 String[] hourPatterns = hourFormats.split(";", 2); in TimeZoneFormat()