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

  /external/icu4c/i18n/
ulocdata.c 51 ULocaleData *uld; local
57 uld = (ULocaleData *)uprv_malloc(sizeof(ULocaleData));
58 if (uld == NULL) {
63 uld->langBundle = NULL;
65 uld->noSubstitute = FALSE;
66 uld->bundle = ures_open(NULL, localeID, status);
67 uld->langBundle = ures_open(U_ICUDATA_LANG, localeID, status);
70 uprv_free(uld);
74 return uld;
78 ulocdata_close(ULocaleData *uld)
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 1022 ULocaleData *uld = ulocdata_open(currLoc,&errorCode); local
1104 ULocaleData *uld = ulocdata_open(locale,&ec); local
1187 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
1216 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
1243 ULocaleData *uld; local
    [all...]
capitst.c 953 ULocaleData *uld; local
    [all...]
cloctst.c 2516 ULocaleData *uld = ulocdata_open("qqq",&ec); local
2540 ULocaleData *uld = ulocdata_open("en_US",&ec); local
    [all...]
  /external/chromium/net/base/
net_util.cc 571 ULocaleData* uld = ulocdata_open(lang.c_str(), &status); local
581 ulocdata_getExemplarSet(uld, NULL, 0,
591 ulocdata_close(uld);
    [all...]

Completed in 604 milliseconds