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

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

Completed in 35 milliseconds