Searched refs:kGMTNegativeHMS (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dsmpdtfmt.h1141 kGMTNegativeHMS = 0, enumerator in enum:SimpleDateFormat::__anon6515
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp1009 type = (offset % U_MILLIS_PER_MINUTE) == 0 ? kGMTNegativeHM : kGMTNegativeHMS;
1041 fGMTFormatters[kGMTNegativeHMS]->parseObject(text, parsed, pos);
1305 case kGMTNegativeHMS:
1336 if (i == kGMTNegativeHMS || i == kGMTPositiveHMS) {
1344 if (i == kGMTNegativeHMS) {

Completed in 76 milliseconds