Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducol_sit.cpp93 char locElements[locElementCount][locElementCapacity]; member
162 spec->locElements[value][len++] = uprv_tolower(*string); in _processLocaleElement()
164 spec->locElements[value][len++] = *string; in _processLocaleElement()
395 uprv_strcat(s->locale, s->locElements[UCOL_SIT_LANGUAGE]); in ucol_sit_calculateWholeLocale()
397 if(*(s->locElements[UCOL_SIT_SCRIPT])) { in ucol_sit_calculateWholeLocale()
399 uprv_strcat(s->locale, s->locElements[UCOL_SIT_SCRIPT]); in ucol_sit_calculateWholeLocale()
402 if(*(s->locElements[UCOL_SIT_REGION])) { in ucol_sit_calculateWholeLocale()
404 uprv_strcat(s->locale, s->locElements[UCOL_SIT_REGION]); in ucol_sit_calculateWholeLocale()
405 … } else if(*(s->locElements[UCOL_SIT_VARIANT])) { // if there is a variant, we need an underscore in ucol_sit_calculateWholeLocale()
409 if(*(s->locElements[UCOL_SIT_VARIANT])) { in ucol_sit_calculateWholeLocale()
[all …]