HomeSort by relevance Sort by last modified time
    Searched refs:ZID_KEY_MAX (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
zonemeta.cpp 115 #define ZID_KEY_MAX 128
219 if (len > ZID_KEY_MAX) {
251 UChar utzid[ZID_KEY_MAX + 1];
252 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
268 char id[ZID_KEY_MAX + 1];
532 UChar tzidUChars[ZID_KEY_MAX + 1];
533 tzid.extract(tzidUChars, ZID_KEY_MAX + 1, status);
630 char tzKey[ZID_KEY_MAX + 1];
715 char keyBuf[ZID_KEY_MAX + 1];
718 if (mzid.length() > ZID_KEY_MAX) {
    [all...]
tznames_impl.cpp 33 #define ZID_KEY_MAX 128
    [all...]
tzgnames.cpp 34 #define ZID_KEY_MAX 128
465 if (tzCanonicalID.length() > ZID_KEY_MAX) {
470 UChar tzIDKey[ZID_KEY_MAX + 1];
471 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status);
    [all...]
smpdtfmt.cpp 27 #define ZID_KEY_MAX 128
    [all...]

Completed in 82 milliseconds