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

/external/chromium_org/third_party/icu/source/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]);
/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp40 UCOL_SIT_PROVIDER = 5, enumerator in enum:OptionsList
41 UCOL_SIT_LOCELEMENT_MAX = UCOL_SIT_PROVIDER, /* the last element that's part of LocElements */
159 if(value == UCOL_SIT_LANGUAGE || value == UCOL_SIT_KEYWORD || value == UCOL_SIT_PROVIDER) {
295 /* PROVIDER */ {providerArg, _processLocaleElement, UCOL_SIT_PROVIDER }
419 if(*(s->locElements[UCOL_SIT_PROVIDER])) {
421 uprv_strcat(s->locale, s->locElements[UCOL_SIT_PROVIDER]);

Completed in 104 milliseconds