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

  /external/chromium_org/third_party/icu/source/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/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...]
alphaindex.cpp 729 LocalULocaleDataPointer uld(ulocdata_open(locale->getName(), &status));
735 ulocdata_getExemplarSet(uld.getAlias(), exemplars.toUSet(), 0, ULOCDATA_ES_INDEX, &status);
744 ulocdata_getExemplarSet(uld.getAlias(), exemplars.toUSet(), 0, ULOCDATA_ES_STANDARD, &status);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ulocdata.h 72 * @param uld The locale data object to close
76 ulocdata_close(ULocaleData *uld);
104 * @param uld The locale data object to set.
109 ulocdata_setNoSubstitute(ULocaleData *uld, UBool setting);
118 * @param uld Pointer to the The locale data object to set.
123 ulocdata_getNoSubstitute(ULocaleData *uld);
128 * @param uld Pointer to the locale data object from which the
151 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
157 * @param uld Pointer to the locale data object from which the
168 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, UChar *result, int32_t resultLength, UErrorCode *status)
    [all...]
  /external/icu4c/i18n/unicode/
ulocdata.h 86 * @param uld The locale data object to close
90 ulocdata_close(ULocaleData *uld);
118 * @param uld The locale data object to set.
123 ulocdata_setNoSubstitute(ULocaleData *uld, UBool setting);
132 * @param uld Pointer to the The locale data object to set.
137 ulocdata_getNoSubstitute(ULocaleData *uld);
142 * @param uld Pointer to the locale data object from which the
167 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
173 * @param uld Pointer to the locale data object from which the
184 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, UChar *result, int32_t resultLength, UErrorCode *status)
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 1029 ULocaleData *uld = ulocdata_open(currLoc,&errorCode); local
1111 ULocaleData *uld = ulocdata_open(locale,&ec); local
1194 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
1223 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
1250 ULocaleData *uld; local
    [all...]
cloctst.c 2523 ULocaleData *uld = ulocdata_open("en", &status); local
2548 ULocaleData *uld = ulocdata_open("qqq",&ec); local
2572 ULocaleData *uld = ulocdata_open("en_US",&ec); local
    [all...]
capitst.c 954 ULocaleData *uld; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 1094 ULocaleData *uld = ulocdata_open(currLoc,&errorCode); local
1176 ULocaleData *uld = ulocdata_open(locale,&ec); local
1259 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
1288 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
    [all...]
cloctst.c 2371 ULocaleData *uld = ulocdata_open("qqq",&ec); local
2395 ULocaleData *uld = ulocdata_open("en_US",&ec); local
    [all...]
capitst.c 888 ULocaleData *uld; local
    [all...]
  /external/chromium_org/net/base/
net_util.cc 279 ULocaleData* uld = ulocdata_open(lang.c_str(), &status); local
289 ulocdata_getExemplarSet(uld, NULL, 0,
299 ulocdata_close(uld);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp     [all...]
  /external/icu4c/test/intltest/
transrt.cpp     [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 659 milliseconds