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

/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp110 static const int32_t GMT_ID_LENGTH = 3; variable
306 _GMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH));
1309 if (id.length() > GMT_ID_LENGTH &&
1310 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH))
1312 ParsePosition pos(GMT_ID_LENGTH);
1426 id.setTo(GMT_ID, GMT_ID_LENGTH);
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp110 static const int32_t GMT_ID_LENGTH = 3; variable
306 _GMT = new SimpleTimeZone(0, UnicodeString(TRUE, GMT_ID, GMT_ID_LENGTH));
1311 if (id.length() > GMT_ID_LENGTH &&
1312 idUppercase.startsWith(GMT_ID, GMT_ID_LENGTH))
1314 ParsePosition pos(GMT_ID_LENGTH);
1428 id.setTo(GMT_ID, GMT_ID_LENGTH);

Completed in 366 milliseconds