HomeSort by relevance Sort by last modified time
    Searched refs:uld (Results 1 - 13 of 13) 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/chromium/third_party/icu/source/i18n/
ulocdata.c 45 ULocaleData *uld; local
51 uld = (ULocaleData *)uprv_malloc(sizeof(ULocaleData));
52 if (uld == NULL) {
58 uld->noSubstitute = FALSE;
59 uld->bundle = ures_open(NULL, localeID, status);
62 uprv_free(uld);
66 return uld;
70 ulocdata_close(ULocaleData *uld)
72 if ( uld != NULL ) {
73 ures_close(uld->bundle)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ulocdata.h 71 * @param uld The locale data object to close
75 ulocdata_close(ULocaleData *uld);
84 * @param uld The locale data object to set.
89 ulocdata_setNoSubstitute(ULocaleData *uld, UBool setting);
98 * @param uld Pointer to the The locale data object to set.
103 ulocdata_getNoSubstitute(ULocaleData *uld);
108 * @param uld Pointer to the locale data object from which the
131 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
137 * @param uld Pointer to the locale data object from which the
148 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, UChar *result, int32_t resultLength, UErrorCode *status)
    [all...]
  /external/icu4c/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/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 1089 ULocaleData *uld = ulocdata_open(currLoc,&errorCode); local
1171 ULocaleData *uld = ulocdata_open(locale,&ec); local
1254 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
1283 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
    [all...]
cloctst.c 2341 ULocaleData *uld = ulocdata_open("qqq",&ec); local
2365 ULocaleData *uld = ulocdata_open("en_US",&ec); local
    [all...]
capitst.c 888 ULocaleData *uld; local
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 1092 ULocaleData *uld = ulocdata_open(currLoc,&errorCode); local
1174 ULocaleData *uld = ulocdata_open(locale,&ec); local
1257 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
1286 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); local
    [all...]
cloctst.c 2365 ULocaleData *uld = ulocdata_open("qqq",&ec); local
2389 ULocaleData *uld = ulocdata_open("en_US",&ec); local
    [all...]
capitst.c 898 ULocaleData *uld; local
    [all...]
  /external/chromium/net/base/
net_util.cc 549 ULocaleData* uld = ulocdata_open(lang.c_str(), &status); local
559 ulocdata_getExemplarSet(uld, NULL, 0,
569 ulocdata_close(uld);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
transrt.cpp 1059 ULocaleData *uld = ulocdata_open("zh",&status); local
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp     [all...]

Completed in 474 milliseconds