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

  /external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 495 const char *currLoc, *resolvedLoc;
554 resolvedLoc = ures_getLocaleByType(currentLocale, ULOC_ACTUAL_LOCALE, &errorCode);
555 if (strcmp(resolvedLoc, currLoc) != 0) {
559 currLoc, resolvedLoc);
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 495 const char *currLoc, *resolvedLoc;
554 resolvedLoc = ures_getLocaleByType(currentLocale, ULOC_ACTUAL_LOCALE, &errorCode);
555 if (strcmp(resolvedLoc, currLoc) != 0) {
559 currLoc, resolvedLoc);
    [all...]

Completed in 284 milliseconds