Searched refs:hourFormats (Results 1 – 3 of 3) sorted by relevance
343 const UChar* hourFormats = NULL; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local360 hourFormats = resStr; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()372 if (hourFormats) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()373 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()376 …fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(FALSE, hourFormats, (int32_t)(sep - hourFormats)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
384 String hourFormats = null; in TimeZoneFormat() local396 hourFormats = bundle.getStringWithFallback("zoneStrings/hourFormat"); in TimeZoneFormat()415 if (hourFormats != null) { in TimeZoneFormat()416 String[] hourPatterns = hourFormats.split(";", 2); in TimeZoneFormat()
421 String hourFormats = null; in TimeZoneFormat() local433 hourFormats = bundle.getStringWithFallback("zoneStrings/hourFormat"); in TimeZoneFormat()452 if (hourFormats != null) { in TimeZoneFormat()453 String[] hourPatterns = hourFormats.split(";", 2); in TimeZoneFormat()