HomeSort by relevance Sort by last modified time
    Searched full:locelements (Results 1 - 1 of 1) sorted by null

  /external/icu4c/i18n/
ucol_sit.cpp 78 char locElements[locElementCount][locElementCapacity];
155 spec->locElements[value][len++] = uprv_tolower(*string);
157 spec->locElements[value][len++] = *string;
375 uprv_strcat(s->locale, s->locElements[0]);
377 if(*(s->locElements[1])) {
379 uprv_strcat(s->locale, s->locElements[1]);
382 if(*(s->locElements[2])) {
384 uprv_strcat(s->locale, s->locElements[2]);
385 } else if(*(s->locElements[3])) { // if there is a variant, we need an underscore
389 if(*(s->locElements[3]))
    [all...]

Completed in 1466 milliseconds