Home | History | Annotate | Download | only in i18n

Lines Matching refs:ZID_KEY_MAX

35 #define ZID_KEY_MAX  128
527 if (tzCanonicalID.length() > ZID_KEY_MAX) {
532 UChar tzIDKey[ZID_KEY_MAX + 1];
533 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status);