Home | History | Annotate | Download | only in i18n

Lines Matching refs:ZID_KEY_MAX

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);