HomeSort by relevance Sort by last modified time
    Searched refs:uld (Results 1 - 14 of 14) 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/icu/icu4c/source/i18n/
ulocdata.c 52 ULocaleData *uld; local
58 uld = (ULocaleData *)uprv_malloc(sizeof(ULocaleData));
59 if (uld == NULL) {
64 uld->langBundle = NULL;
66 uld->noSubstitute = FALSE;
67 uld->bundle = ures_open(NULL, localeID, status);
68 uld->langBundle = ures_open(U_ICUDATA_LANG, localeID, status);
71 uprv_free(uld);
75 return uld;
79 ulocdata_close(ULocaleData *uld)
    [all...]
alphaindex.cpp 709 LocalULocaleDataPointer uld(ulocdata_open(locale.getName(), &status));
715 ulocdata_getExemplarSet(uld.getAlias(), exemplars.toUSet(), 0, ULOCDATA_ES_INDEX, &status);
724 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/icu/icu4c/source/i18n/unicode/
ulocdata.h 84 * @param uld The locale data object to close
88 ulocdata_close(ULocaleData *uld);
116 * @param uld The locale data object to set.
121 ulocdata_setNoSubstitute(ULocaleData *uld, UBool setting);
130 * @param uld Pointer to the The locale data object to set.
135 ulocdata_getNoSubstitute(ULocaleData *uld);
140 * @param uld Pointer to the locale data object from which the
165 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
171 * @param uld Pointer to the locale data object from which the
182 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, UChar *result, int32_t resultLength, UErrorCode *status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 926 ULocaleData * uld = ulocdata_open(currLoc, &exemplarStatus); local
1052 ULocaleData *uld = ulocdata_open(currLoc,&errorCode); local
1162 ULocaleData *uld = ulocdata_open(locale,&ec); local
1246 ULocaleData *uld; local
1306 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
1333 ULocaleData *uld; local
    [all...]
cloctst.c 2608 ULocaleData *uld = ulocdata_open("en", &status); local
2633 ULocaleData *uld = ulocdata_open("qqq",&ec); local
2657 ULocaleData *uld = ulocdata_open("en_US",&ec); local
    [all...]
capitst.c 931 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_icu.cc 148 ULocaleData* uld = ulocdata_open(lang.c_str(), &status); local
158 ulocdata_getExemplarSet(uld, NULL, 0,
168 ulocdata_close(uld);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp     [all...]

Completed in 1174 milliseconds