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

  /external/chromium/third_party/icu/source/common/
uloc_tag.c 48 #define LOCALE_SEP '_'
1062 if (*p == SEP || *p == LOCALE_SEP || *p == 0) {
    [all...]
  /external/icu4c/common/
uloc_tag.c 49 #define LOCALE_SEP '_'
1086 if (*p == SEP || *p == LOCALE_SEP || *p == 0) {
    [all...]
  /external/chromium/third_party/icu/source/i18n/
transreg.cpp 42 static const UChar LOCALE_SEP = 95; // '_'
303 int32_t i = nextSpec.lastIndexOf(LOCALE_SEP);
    [all...]
  /external/icu4c/i18n/
transreg.cpp 42 static const UChar LOCALE_SEP = 95; // '_'
303 int32_t i = nextSpec.lastIndexOf(LOCALE_SEP);
    [all...]

Completed in 178 milliseconds