Searched refs:locElements (Results 1 – 1 of 1) sorted by relevance
98 CharString locElements[locElementCount]; member174 spec->locElements[value].append(uprv_tolower(*string), *status); in _processLocaleElement()176 spec->locElements[value].append(*string, *status); in _processLocaleElement()391 s->locale.append(s->locElements[UCOL_SIT_LANGUAGE], status); in ucol_sit_calculateWholeLocale()393 if(!s->locElements[UCOL_SIT_SCRIPT].isEmpty()) { in ucol_sit_calculateWholeLocale()395 s->locale.append(s->locElements[UCOL_SIT_SCRIPT], status); in ucol_sit_calculateWholeLocale()398 if(!s->locElements[UCOL_SIT_REGION].isEmpty()) { in ucol_sit_calculateWholeLocale()400 s->locale.append(s->locElements[UCOL_SIT_REGION], status); in ucol_sit_calculateWholeLocale()401 …} else if(!s->locElements[UCOL_SIT_VARIANT].isEmpty()) { // if there is a variant, we need an unde… in ucol_sit_calculateWholeLocale()405 if(!s->locElements[UCOL_SIT_VARIANT].isEmpty()) { in ucol_sit_calculateWholeLocale()[all …]