Searched refs:subtag (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drulebasedcollator.cpp1509 void appendSubtag(CharString &s, char letter, const char *subtag, int32_t length, argument
1517 s.append(uprv_toupper(subtag[i]), errorCode);
1560 char subtag[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local
1580 length = uloc_getKeywordValue(resultLocale, "collation", subtag, LENGTHOF(subtag), &errorCode);
1581 appendSubtag(result, 'K', subtag, length, errorCode);
1582 length = uloc_getLanguage(resultLocale, subtag, LENGTHOF(subtag), &errorCode);
1583 appendSubtag(result, 'L', subtag, length, errorCode);
1587 length = uloc_getCountry(resultLocale, subtag, LENGTHO
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp876 char subtag[1024]; local
912 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
920 member = parseResource(state, subtag, NULL, status);
931 else if (uprv_strcmp(subtag, "Version") == 0)
947 else if(uprv_strcmp(subtag, "%%CollationBin")==0)
951 else if (uprv_strcmp(subtag, "Sequence") == 0)
1085 char subtag[1024], typeKeyword[1024]; local
1127 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
1135 if (uprv_strcmp(subtag, "default") == 0)
1137 member = parseResource(state, subtag, NUL
1212 char subtag[1024]; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duloc_tag.c177 * Language subtag syntax validation functions
222 * / 5*8ALPHA ; or registered language subtag
1547 const char *pTag; /* beginning of current subtag */
1614 /* attrBufIdx == <total length of attribute subtag> + 1 */
1665 const char *pBcpKey = NULL; /* u extenstion key subtag */
1666 const char *pBcpType = NULL; /* beginning of u extension type subtag(s) */
2178 /* last subtag */
2313 this one is the first value subtag */
2317 /* Mark the end of this subtag */
2355 /* empty private use subtag */
2699 const char *subtag, *p; local
[all...]

Completed in 58 milliseconds