HomeSort by relevance Sort by last modified time
    Searched refs:DEPRECATEDLANGS (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
uloc_tag.c 93 static const char* DEPRECATEDLANGS[] = {
926 for (i = 0; DEPRECATEDLANGS[i] != NULL; i += 2) {
927 if (uprv_strcmp(buf, DEPRECATEDLANGS[i]) == 0) {
928 uprv_strcpy(buf, DEPRECATEDLANGS[i + 1]);
    [all...]
  /external/icu4c/common/
uloc_tag.c 94 static const char* DEPRECATEDLANGS[] = {
958 for (i = 0; DEPRECATEDLANGS[i] != NULL; i += 2) {
959 if (uprv_compareInvCharsAsAscii(buf, DEPRECATEDLANGS[i]) == 0) {
960 uprv_strcpy(buf, DEPRECATEDLANGS[i + 1]);
    [all...]

Completed in 21 milliseconds