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

/external/icu4c/i18n/
H A Ducol_sit.cpp39 UCOL_SIT_PROVIDER = 5, enumerator in enum:OptionsList
40 UCOL_SIT_LOCELEMENT_MAX = UCOL_SIT_PROVIDER, /* the last element that's part of LocElements */
173 if(value == UCOL_SIT_LANGUAGE || value == UCOL_SIT_KEYWORD || value == UCOL_SIT_PROVIDER) {
309 /* PROVIDER */ {providerArg, _processLocaleElement, UCOL_SIT_PROVIDER }
433 if(*(s->locElements[UCOL_SIT_PROVIDER])) {
435 uprv_strcat(s->locale, s->locElements[UCOL_SIT_PROVIDER]);

Completed in 28 milliseconds