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

1 2

  /external/chromium/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 227 UResourceBundle *currency = ures_getByKeyWithFallback(resource, "Currencies", NULL, &localStatus);
228 currency = ures_getByKeyWithFallback(currency, cc, currency, &localStatus);
252 UResourceBundle *currencySpcRes = ures_getByKeyWithFallback(resource,
260 UResourceBundle *dataRes = ures_getByKeyWithFallback(currencySpcRes,
270 dataRes = ures_getByKeyWithFallback(currencySpcRes,
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);
dtptngen.cpp 547 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
548 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err);
552 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimePatternsTag, NULL, &err);
581 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAppendItemsTag, NULL, &err);
597 fBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeFieldsTag, NULL, &err);
600 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err);
601 fieldBundle = ures_getByKeyWithFallback(patBundle, "dn", NULL, &err);
617 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAvailableFormatsTag, NULL, &err);
659 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAvailableFormatsTag, NULL, &err);
    [all...]
dtfmtsym.cpp     [all...]
  /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 242 UResourceBundle *currency = ures_getByKeyWithFallback(currencyResource, "Currencies", NULL, &localStatus);
243 currency = ures_getByKeyWithFallback(currency, cc, currency, &localStatus);
269 UResourceBundle *currencySpcRes = ures_getByKeyWithFallback(currencyResource,
277 UResourceBundle *dataRes = ures_getByKeyWithFallback(currencySpcRes,
287 dataRes = ures_getByKeyWithFallback(currencySpcRes,
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);
dtptngen.cpp 542 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
543 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err);
547 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimePatternsTag, NULL, &err);
576 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAppendItemsTag, NULL, &err);
592 fBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeFieldsTag, NULL, &err);
595 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err);
596 fieldBundle = ures_getByKeyWithFallback(patBundle, "dn", NULL, &err);
612 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAvailableFormatsTag, NULL, &err);
654 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAvailableFormatsTag, NULL, &err);
    [all...]
dtfmtsym.cpp     [all...]
  /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 202 ures_getByKeyWithFallback(const UResourceBundle *resB,
brkeng.cpp 253 b = ures_getByKeyWithFallback(b, "dictionaries", b, &status);
254 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);
locdispnames.cpp 473 locdsppat = ures_getByKeyWithFallback(bundle, _kLocaleDisplayPattern, NULL, &status);
776 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
  /external/chromium/third_party/icu/source/common/
uresimp.h 188 ures_getByKeyWithFallback(const UResourceBundle *resB,
brkeng.cpp 278 b = ures_getByKeyWithFallback(b, "dictionaries", b, &status);
279 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/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 619 fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
620 fromDateTimeElements = ures_getByKeyWithFallback(fromGregorian, "DateTimeElements", NULL, &errorCode);
623 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
624 toDateTimeElements = ures_getByKeyWithFallback(toGregorian, "DateTimeElements", NULL, &errorCode);
631 fromWeekendData = ures_getByKeyWithFallback(fromGregorian, "weekend", NULL, &errorCode);
636 toWeekendData = ures_getByKeyWithFallback(toGregorian, "weekend", NULL, &errorCode);
    [all...]
creststn.c     [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 619 fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
620 fromDateTimeElements = ures_getByKeyWithFallback(fromGregorian, "DateTimeElements", NULL, &errorCode);
623 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
624 toDateTimeElements = ures_getByKeyWithFallback(toGregorian, "DateTimeElements", NULL, &errorCode);
631 fromWeekendData = ures_getByKeyWithFallback(fromGregorian, "weekend", NULL, &errorCode);
636 toWeekendData = ures_getByKeyWithFallback(toGregorian, "weekend", NULL, &errorCode);
    [all...]
creststn.c     [all...]

Completed in 4041 milliseconds

1 2