HomeSort by relevance Sort by last modified time
    Searched refs:ures_getByKeyWithFallback (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.cpp 187 fBundle = ures_getByKeyWithFallback(fFillin, type, NULL, &status);
188 fFallback = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status);
197 fBundle = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status);
219 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);
226 fFillin = ures_getByKeyWithFallback(fFallback, key, fFillin, &status);
243 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);
244 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status);
245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
252 fFillin = ures_getByKeyWithFallback(fFallback, key, fFillin, &status);
253 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status)
    [all...]
dcfmtsym.cpp 187 UResourceBundle *numberElementsRes = ures_getByKeyWithFallback(resource, gNumberElements, NULL, &status);
229 nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &nlStatus);
230 nonLatnSymbols = ures_getByKeyWithFallback(nonLatnSymbols, gSymbols, nonLatnSymbols, &nlStatus);
233 UResourceBundle *latnSymbols = ures_getByKeyWithFallback(numberElementsRes, gLatn, NULL, &status);
234 latnSymbols = ures_getByKeyWithFallback(latnSymbols, gSymbols, latnSymbols, &status);
317 UResourceBundle *currency = ures_getByKeyWithFallback(currencyResource, "Currencies", NULL, &localStatus);
318 currency = ures_getByKeyWithFallback(currency, cc, currency, &localStatus);
342 UResourceBundle *currencySpcRes = ures_getByKeyWithFallback(currencyResource,
350 UResourceBundle *dataRes = ures_getByKeyWithFallback(currencySpcRes,
360 dataRes = ures_getByKeyWithFallback(currencySpcRes
    [all...]
windtfmt.cpp 62 UResourceBundle *typBundle = ures_getByKeyWithFallback(calBundle, type, NULL, &status);
63 UResourceBundle *patBundle = ures_getByKeyWithFallback(typBundle, "DateTimePatterns", NULL, &status);
67 typBundle = ures_getByKeyWithFallback(calBundle, "gregorian", typBundle, &status);
68 patBundle = ures_getByKeyWithFallback(typBundle, "DateTimePatterns", patBundle, &status);
ulocdata.c 200 measurement = ures_getByKeyWithFallback(bundle, MEASUREMENT_SYSTEM, NULL, status);
223 paperSizeBundle = ures_getByKeyWithFallback(bundle, PAPER_SIZE, NULL, status);
  /external/icu4c/i18n/
gregoimp.cpp 187 fBundle = ures_getByKeyWithFallback(fFillin, type, NULL, &status);
188 fFallback = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status);
197 fBundle = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status);
219 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);
226 fFillin = ures_getByKeyWithFallback(fFallback, key, fFillin, &status);
243 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);
244 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status);
245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
252 fFillin = ures_getByKeyWithFallback(fFallback, key, fFillin, &status);
253 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status)
    [all...]
dcfmtsym.cpp 199 UResourceBundle *numberElementsRes = ures_getByKeyWithFallback(resource, gNumberElements, NULL, &status);
240 nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &nlStatus);
241 nonLatnSymbols = ures_getByKeyWithFallback(nonLatnSymbols, gSymbols, nonLatnSymbols, &nlStatus);
244 UResourceBundle *latnSymbols = ures_getByKeyWithFallback(numberElementsRes, gLatn, NULL, &status);
245 latnSymbols = ures_getByKeyWithFallback(latnSymbols, gSymbols, latnSymbols, &status);
328 UResourceBundle *currency = ures_getByKeyWithFallback(currencyResource, "Currencies", NULL, &localStatus);
329 currency = ures_getByKeyWithFallback(currency, cc, currency, &localStatus);
353 UResourceBundle *currencySpcRes = ures_getByKeyWithFallback(currencyResource,
361 UResourceBundle *dataRes = ures_getByKeyWithFallback(currencySpcRes,
370 dataRes = ures_getByKeyWithFallback(currencySpcRes
    [all...]
currpinf.cpp 246 UResourceBundle *numElements = ures_getByKeyWithFallback(rb, gNumberElementsTag, NULL, &ec);
247 rb = ures_getByKeyWithFallback(numElements, ns->getName(), rb, &ec);
248 rb = ures_getByKeyWithFallback(rb, gPatternsTag, rb, &ec);
254 rb = ures_getByKeyWithFallback(numElements, gLatnTag, rb, &ec);
255 rb = ures_getByKeyWithFallback(rb, gPatternsTag, rb, &ec);
285 UResourceBundle *currencyRes = ures_getByKeyWithFallback(currRb, gCurrUnitPtnTag, NULL, &ec);
windtfmt.cpp 62 UResourceBundle *typBundle = ures_getByKeyWithFallback(calBundle, type, NULL, &status);
63 UResourceBundle *patBundle = ures_getByKeyWithFallback(typBundle, "DateTimePatterns", NULL, &status);
67 typBundle = ures_getByKeyWithFallback(calBundle, "gregorian", typBundle, &status);
68 patBundle = ures_getByKeyWithFallback(typBundle, "DateTimePatterns", patBundle, &status);
ulocdata.c 203 measurement = ures_getByKeyWithFallback(bundle, MEASUREMENT_SYSTEM, NULL, status);
226 paperSizeBundle = ures_getByKeyWithFallback(bundle, PAPER_SIZE, NULL, status);
dtfmtsym.cpp     [all...]
numfmt.cpp     [all...]
reldtfmt.cpp 428 UResourceBundle *sb = ures_getByKeyWithFallback(rb, "fields", NULL, &status);
429 rb = ures_getByKeyWithFallback(sb, "day", rb, &status);
430 sb = ures_getByKeyWithFallback(rb, "relative", sb, &status);
  /external/chromium_org/third_party/icu/source/common/
locresdata.cpp 76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
80 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
88 ures_getByKeyWithFallback(&table,subTableKey, &table, &errorCode);
uresimp.h 202 ures_getByKeyWithFallback(const UResourceBundle *resB,
brkeng.cpp 277 b = ures_getByKeyWithFallback(b, "dictionaries", b, &status);
278 b = ures_getByKeyWithFallback(b, uscript_getShortName(script), b, &status);
brkiter.cpp 81 brkRules = ures_getByKeyWithFallback(b, "boundaries", brkRules, &status);
83 brkName = ures_getByKeyWithFallback(brkRules, type, brkName, &status);
resbund.cpp 347 ures_getByKeyWithFallback(fResource, key, &r, &status);
  /external/icu4c/common/
locresdata.cpp 76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
80 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
88 ures_getByKeyWithFallback(&table,subTableKey, &table, &errorCode);
uresimp.h 199 ures_getByKeyWithFallback(const UResourceBundle *resB,
listformatter.cpp 113 rb = ures_getByKeyWithFallback(rb, "listPattern", rb, &errorCode);
114 rb = ures_getByKeyWithFallback(rb, "standard", rb, &errorCode);
brkiter.cpp 81 brkRules = ures_getByKeyWithFallback(b, "boundaries", brkRules, &status);
83 brkName = ures_getByKeyWithFallback(brkRules, type, brkName, &status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 613 fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
614 fromDateTimeElements = ures_getByKeyWithFallback(fromGregorian, "DateTimeElements", NULL, &errorCode);
617 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
618 toDateTimeElements = ures_getByKeyWithFallback(toGregorian, "DateTimeElements", NULL, &errorCode);
625 fromWeekendData = ures_getByKeyWithFallback(fromGregorian, "weekend", NULL, &errorCode);
630 toWeekendData = ures_getByKeyWithFallback(toGregorian, "weekend", NULL, &errorCode);
    [all...]
creststn.c     [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 620 fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
623 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
    [all...]
creststn.c     [all...]

Completed in 804 milliseconds

1 2 3