Home
last modified time | relevance | path

Searched refs:UCOL_SIT_PROVIDER (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducol_sit.cpp42 UCOL_SIT_PROVIDER = 5, enumerator
43 UCOL_SIT_LOCELEMENT_MAX = UCOL_SIT_PROVIDER, /* the last element that's part of LocElements */
161 if(value == UCOL_SIT_LANGUAGE || value == UCOL_SIT_KEYWORD || value == UCOL_SIT_PROVIDER) { in _processLocaleElement()
297 /* PROVIDER */ {providerArg, _processLocaleElement, UCOL_SIT_PROVIDER }
421 if(*(s->locElements[UCOL_SIT_PROVIDER])) { in ucol_sit_calculateWholeLocale()
423 uprv_strcat(s->locale, s->locElements[UCOL_SIT_PROVIDER]); in ucol_sit_calculateWholeLocale()