Searched refs:locElements (Results 1 – 1 of 1) sorted by relevance
91 char locElements[locElementCount][locElementCapacity]; member160 spec->locElements[value][len++] = uprv_tolower(*string); in _processLocaleElement()162 spec->locElements[value][len++] = *string; in _processLocaleElement()393 uprv_strcat(s->locale, s->locElements[UCOL_SIT_LANGUAGE]); in ucol_sit_calculateWholeLocale()395 if(*(s->locElements[UCOL_SIT_SCRIPT])) { in ucol_sit_calculateWholeLocale()397 uprv_strcat(s->locale, s->locElements[UCOL_SIT_SCRIPT]); in ucol_sit_calculateWholeLocale()400 if(*(s->locElements[UCOL_SIT_REGION])) { in ucol_sit_calculateWholeLocale()402 uprv_strcat(s->locale, s->locElements[UCOL_SIT_REGION]); in ucol_sit_calculateWholeLocale()403 … } else if(*(s->locElements[UCOL_SIT_VARIANT])) { // if there is a variant, we need an underscore in ucol_sit_calculateWholeLocale()407 if(*(s->locElements[UCOL_SIT_VARIANT])) { in ucol_sit_calculateWholeLocale()[all …]