HomeSort by relevance Sort by last modified time
    Searched refs:uloc_getDefault (Results 26 - 48 of 48) sorted by null

12

  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 330 uprv_strcpy(original, uloc_getDefault());
332 if (uprv_strcmp(uloc_getDefault(), "qq_BLA") != 0) {
333 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
336 if (uprv_strcmp(uloc_getDefault(), original) != 0) {
350 n_en_US = uloc_getDefault();
352 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
356 n_fr_FR = uloc_getDefault();
362 log_err("Wrong result from uloc_getDefault(). Expected \"fr_FR\", got %s\n", n_fr_FR);
366 n2_en_US = uloc_getDefault();
368 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US)
    [all...]
cldrtest.c     [all...]
ccaltst.c     [all...]
cnmdptst.c     [all...]
usrchtst.c     [all...]
cmsccoll.c     [all...]
  /external/icu4c/i18n/
locdspnm.cpp 747 locale = uloc_getDefault();
760 locale = uloc_getDefault();
    [all...]
ucal.cpp 150 locale = uloc_getDefault();
numfmt.cpp     [all...]
  /external/icu4c/test/cintltst/
cloctst.c 331 uprv_strcpy(original, uloc_getDefault());
333 if (uprv_strcmp(uloc_getDefault(), "qq_BLA") != 0) {
334 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
337 if (uprv_strcmp(uloc_getDefault(), original) != 0) {
351 n_en_US = uloc_getDefault();
353 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US);
357 n_fr_FR = uloc_getDefault();
363 log_err("Wrong result from uloc_getDefault(). Expected \"fr_FR\", got %s\n", n_fr_FR);
367 n2_en_US = uloc_getDefault();
369 log_err("Wrong result from uloc_getDefault(). Expected \"en_US\", got \"%s\"\n", n_en_US)
    [all...]
cldrtest.c     [all...]
cnmdptst.c     [all...]
ccaltst.c     [all...]
cmsccoll.c     [all...]
usrchtst.c     [all...]
  /external/chromium_org/third_party/icu/source/common/
uresbund.c 124 if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0) {
334 uprv_strcpy(name, uloc_getDefault());
463 const char *defaultLoc = uloc_getDefault();
616 uprv_strcpy(name, uloc_getDefault());
    [all...]
ustrcase.c 175 locale=uloc_getDefault();
  /external/icu4c/common/
uresbund.cpp 125 if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0) {
332 name = uloc_getDefault();
461 const char *defaultLoc = uloc_getDefault();
616 uprv_strcpy(name, uloc_getDefault());
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
locdspnm.cpp 531 locale = uloc_getDefault();
ucal.cpp 142 locale = uloc_getDefault();
numfmt.cpp 1036 loc = uloc_getDefault();
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 2365 milliseconds

12