Searched refs:hourPattern (Results 1 – 1 of 1) sorted by relevance
923 const UnicodeString *hourPattern; in initGMTFormatters() local926 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HMS]); in initGMTFormatters()929 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HM]); in initGMTFormatters()932 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HMS]); in initGMTFormatters()935 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HM]); in initGMTFormatters()944 sdf->applyPattern(*hourPattern); in initGMTFormatters()