HomeSort by relevance Sort by last modified time
    Searched defs:requestedLocale (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/intltest/
restest.cpp 570 const char *requestedLocale;
596 ResourceBundle rb(testdatapath, test[i].requestedLocale, status);
599 err("Could not open resource bundle %s (error %s)\n", test[i].requestedLocale, u_errorName(status));
614 err("Expected requested locale to be %s. Got %s\n", test[i].requestedLocale, locale.getName());
618 err("Expected valid locale to be %s. Got %s\n", test[i].requestedLocale, locale.getName());
622 err("Expected actual locale to be %s. Got %s\n", test[i].requestedLocale, locale.getName());
apicoll.cpp     [all...]
  /external/icu4c/test/cintltst/
crestst.c 953 const char *requestedLocale;
981 rb = ures_open(testdatapath, test[i].requestedLocale, &status);
984 log_err("Could not open resource bundle %s (error %s)\n", test[i].requestedLocale, u_errorName(status));
1004 log_err("Expected valid locale to be %s. Got %s\n", test[i].requestedLocale, locale);
    [all...]
capitst.c     [all...]
  /external/icu4c/i18n/
ucol_imp.h     [all...]

Completed in 44 milliseconds