HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_SIT_PROVIDER (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
ucol_sit.cpp 40 UCOL_SIT_PROVIDER = 5,
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]);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 39 UCOL_SIT_PROVIDER = 5,
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]);
    [all...]

Completed in 34 milliseconds