Home
last modified time | relevance | path

Searched refs:hourPattern (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dsmpdtfmt.cpp923 const UnicodeString *hourPattern; in initGMTFormatters() local
926hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HMS]); in initGMTFormatters()
929hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HM]); in initGMTFormatters()
932hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HMS]); in initGMTFormatters()
935hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HM]); in initGMTFormatters()
944 sdf->applyPattern(*hourPattern); in initGMTFormatters()