Home | History | Annotate | Download | only in common

Lines Matching refs:GRANDFATHERED

52     const char          *grandfathered;
80 static const char* const GRANDFATHERED[] = {
81 /* grandfathered preferred */
634 langtag->grandfathered = EMPTY;
1838 /* check if the tag is grandfathered */
1839 for (i = 0; GRANDFATHERED[i] != NULL; i += 2) {
1840 if (uprv_stricmp(GRANDFATHERED[i], tagBuf) == 0) {
1844 newTagLength = static_cast<int32_t>(uprv_strlen(GRANDFATHERED[i+1]));
1856 uprv_strcpy(t->buf, GRANDFATHERED[i + 1]);
2320 return langtag->grandfathered;