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

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp90 char locElements[locElementCount][locElementCapacity]; member in struct:CollatorSpec
174 spec->locElements[value][len++] = uprv_tolower(*string);
176 spec->locElements[value][len++] = *string;
407 uprv_strcat(s->locale, s->locElements[UCOL_SIT_LANGUAGE]);
409 if(*(s->locElements[UCOL_SIT_SCRIPT])) {
411 uprv_strcat(s->locale, s->locElements[UCOL_SIT_SCRIPT]);
414 if(*(s->locElements[UCOL_SIT_REGION])) {
416 uprv_strcat(s->locale, s->locElements[UCOL_SIT_REGION]);
417 } else if(*(s->locElements[UCOL_SIT_VARIANT])) { // if there is a variant, we need an underscore
421 if(*(s->locElements[UCOL_SIT_VARIAN
[all...]
/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp91 char locElements[locElementCount][locElementCapacity]; member in struct:CollatorSpec
160 spec->locElements[value][len++] = uprv_tolower(*string);
162 spec->locElements[value][len++] = *string;
393 uprv_strcat(s->locale, s->locElements[UCOL_SIT_LANGUAGE]);
395 if(*(s->locElements[UCOL_SIT_SCRIPT])) {
397 uprv_strcat(s->locale, s->locElements[UCOL_SIT_SCRIPT]);
400 if(*(s->locElements[UCOL_SIT_REGION])) {
402 uprv_strcat(s->locale, s->locElements[UCOL_SIT_REGION]);
403 } else if(*(s->locElements[UCOL_SIT_VARIANT])) { // if there is a variant, we need an underscore
407 if(*(s->locElements[UCOL_SIT_VARIAN
[all...]

Completed in 75 milliseconds