/external/icu4c/i18n/ |
D | gregoimp.cpp | 187 fBundle = ures_getByKeyWithFallback(fFillin, type, NULL, &status); in initData() 188 fFallback = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status); in initData() 197 fBundle = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status); in initData() 219 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status); in getByKey() 226 fFillin = ures_getByKeyWithFallback(fFallback, key, fFillin, &status); in getByKey() 243 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status); in getByKey2() 244 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status); in getByKey2() 245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey2() 252 fFillin = ures_getByKeyWithFallback(fFallback, key, fFillin, &status); in getByKey2() 253 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status); in getByKey2() [all …]
|
D | dcfmtsym.cpp | 197 …UResourceBundle *numberElementsRes = ures_getByKeyWithFallback(resource, gNumberElements, NULL, &s… in initialize() 239 nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &nlStatus); in initialize() 240 … nonLatnSymbols = ures_getByKeyWithFallback(nonLatnSymbols, gSymbols, nonLatnSymbols, &nlStatus); in initialize() 243 … UResourceBundle *latnSymbols = ures_getByKeyWithFallback(numberElementsRes, gLatn, NULL, &status); in initialize() 244 latnSymbols = ures_getByKeyWithFallback(latnSymbols, gSymbols, latnSymbols, &status); in initialize() 327 …UResourceBundle *currency = ures_getByKeyWithFallback(currencyResource, "Currencies", NULL, &local… in initialize() 328 currency = ures_getByKeyWithFallback(currency, cc, currency, &localStatus); in initialize() 352 UResourceBundle *currencySpcRes = ures_getByKeyWithFallback(currencyResource, in initialize() 360 UResourceBundle *dataRes = ures_getByKeyWithFallback(currencySpcRes, in initialize() 370 dataRes = ures_getByKeyWithFallback(currencySpcRes, in initialize()
|
D | windtfmt.cpp | 62 UResourceBundle *typBundle = ures_getByKeyWithFallback(calBundle, type, NULL, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 63 …UResourceBundle *patBundle = ures_getByKeyWithFallback(typBundle, "DateTimePatterns", NULL, &statu… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 67 typBundle = ures_getByKeyWithFallback(calBundle, "gregorian", typBundle, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 68 patBundle = ures_getByKeyWithFallback(typBundle, "DateTimePatterns", patBundle, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | currpinf.cpp | 244 rb = ures_getByKeyWithFallback(rb, gNumberElementsTag, rb, &ec); in setupCurrencyPluralPattern() 245 rb = ures_getByKeyWithFallback(rb, gLatnTag, rb, &ec); in setupCurrencyPluralPattern() 246 rb = ures_getByKeyWithFallback(rb, gPatternsTag, rb, &ec); in setupCurrencyPluralPattern() 273 UResourceBundle *currencyRes = ures_getByKeyWithFallback(currRb, gCurrUnitPtnTag, NULL, &ec); in setupCurrencyPluralPattern()
|
D | ulocdata.c | 202 measurement = ures_getByKeyWithFallback(bundle, MEASUREMENT_SYSTEM, NULL, status); in ulocdata_getMeasurementSystem() 225 paperSizeBundle = ures_getByKeyWithFallback(bundle, PAPER_SIZE, NULL, status); in ulocdata_getPaperSize()
|
D | dtptngen.cpp | 542 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err); in addCLDRData() 543 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err); in addCLDRData() 547 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimePatternsTag, NULL, &err); in addCLDRData() 576 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAppendItemsTag, NULL, &err); in addCLDRData() 592 fBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeFieldsTag, NULL, &err); in addCLDRData() 595 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err); in addCLDRData() 596 fieldBundle = ures_getByKeyWithFallback(patBundle, "dn", NULL, &err); in addCLDRData() 612 … patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAvailableFormatsTag, NULL, &err); in addCLDRData() 654 … patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAvailableFormatsTag, NULL, &err); in addCLDRData()
|
D | dtfmtsym.cpp | 1285 …UResourceBundle *zoneStringsArray = ures_getByKeyWithFallback(zoneBundle, gZoneStringsTag, NULL, &… in initializeData() 1289 UResourceBundle *eras = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status); in initializeData() 1291 UResourceBundle *eraNames = ures_getByKeyWithFallback(erasMain, gNamesWideTag, NULL, &status); in initializeData() 1294 eraNames = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status); in initializeData() 1298 … UResourceBundle *narrowEras = ures_getByKeyWithFallback(erasMain, gNamesNarrowTag, NULL, &status); in initializeData() 1301 narrowEras = ures_getByKeyWithFallback(erasMain, gNamesAbbrTag, NULL, &status); in initializeData()
|
D | tznames_impl.cpp | 578 rbTable = ures_getByKeyWithFallback(rb, key, rbTable, &status); in loadData() 603 UResourceBundle* cuRes = ures_getByKeyWithFallback(rbTable, gCuTag, NULL, &status); in loadData() 649 UResourceBundle* rbTable = ures_getByKeyWithFallback(rb, key, NULL, &status); in createInstance() 967 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()
|
D | numfmt.cpp | 1170 resource = ures_getByKeyWithFallback(resource, gNumberElements, resource, &status); in makeInstance() 1172 resource = ures_getByKeyWithFallback(resource, gLatn, resource, &status); in makeInstance() 1173 resource = ures_getByKeyWithFallback(resource, gPatterns, resource, &status); in makeInstance()
|
D | ucol_sit.cpp | 444 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, status); in ucol_prepareShortStringOpen() 456 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collElem, status); in ucol_prepareShortStringOpen()
|
D | dtitvinf.cpp | 252 itvDtPtnResource = ures_getByKeyWithFallback(calTypeBundle, in initializeData()
|
D | decimfmt.cpp | 397 resource = ures_getByKeyWithFallback(resource, fgNumberElements, resource, &status); in construct() 399 resource = ures_getByKeyWithFallback(resource, fgLatn, resource, &status); in construct() 400 resource = ures_getByKeyWithFallback(resource, fgPatterns, resource, &status); in construct() 495 resource = ures_getByKeyWithFallback(resource, fgNumberElements, resource, &error); in setupCurrencyAffixPatterns() 497 resource = ures_getByKeyWithFallback(resource, fgLatn, resource, &error); in setupCurrencyAffixPatterns() 498 resource = ures_getByKeyWithFallback(resource, fgPatterns, resource, &error); in setupCurrencyAffixPatterns()
|
D | ucol_res.cpp | 198 … UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, &intStatus); in ucol_open_internal() 210 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collations, status); in ucol_open_internal()
|
D | rbnf.cpp | 766 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status); in RuleBasedNumberFormat() 770 UResourceBundle* ruleSets = ures_getByKeyWithFallback(rbnfRules, fmt_tag, NULL, &status); in RuleBasedNumberFormat()
|
D | tzgnames.cpp | 301 zoneStrings = ures_getByKeyWithFallback(zoneStrings, gZoneStrings, zoneStrings, &tmpsts); in initialize()
|
D | ucurr.cpp | 575 rb = ures_getByKeyWithFallback(rb, buf, rb, &ec2); in ucurr_getName() 655 rb = ures_getByKeyWithFallback(rb, buf, rb, &ec2); in ucurr_getPluralName()
|
/external/icu4c/common/ |
D | locresdata.cpp | 76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode); in uloc_getTableStringWithFallback() 88 ures_getByKeyWithFallback(&table,subTableKey, &table, &errorCode); in uloc_getTableStringWithFallback()
|
D | brkeng.cpp | 256 b = ures_getByKeyWithFallback(b, "dictionaries", b, &status); in loadDictionaryFor() 257 b = ures_getByKeyWithFallback(b, uscript_getShortName(script), b, &status); in loadDictionaryFor()
|
D | brkiter.cpp | 81 brkRules = ures_getByKeyWithFallback(b, "boundaries", brkRules, &status); in buildInstance() 83 brkName = ures_getByKeyWithFallback(brkRules, type, brkName, &status); in buildInstance()
|
D | uresimp.h | 197 ures_getByKeyWithFallback(const UResourceBundle *resB,
|
D | resbund.cpp | 347 ures_getByKeyWithFallback(fResource, key, &r, &status); in getWithFallback()
|
D | locdispnames.cpp | 488 UResourceBundle* dspbundle=ures_getByKeyWithFallback(locbundle, _kLocaleDisplayPattern, in uloc_getDisplayName() 778 … UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status); in uloc_getDisplayKeywordValue()
|
D | uresbund.c | 1679 ures_getByKeyWithFallback(resB, inKey, &stack, status); in ures_getStringByKeyWithFallback() 1686 ures_getByKeyWithFallback(const UResourceBundle *resB, in ures_getByKeyWithFallback() function
|
/external/icu4c/test/cintltst/ |
D | cldrtest.c | 617 fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode); in compareConsistentCountryInfo() 620 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode); in compareConsistentCountryInfo() 950 … UResourceBundle* greg = ures_getByKeyWithFallback(cal, "gregorian", NULL, &errorCode); in VerifyTranslation() 951 … UResourceBundle* names = ures_getByKeyWithFallback(greg, "dayNames", NULL, &errorCode); in VerifyTranslation() 952 … UResourceBundle* format = ures_getByKeyWithFallback(names, "format", NULL, &errorCode); in VerifyTranslation() 953 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation() 982 names = ures_getByKeyWithFallback(greg, "monthNames", NULL, &errorCode); in VerifyTranslation() 983 format = ures_getByKeyWithFallback(names,"format", NULL, &errorCode); in VerifyTranslation() 984 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation()
|
D | creststn.c | 2425 t2 = ures_getByKeyWithFallback(t2, "calendar", t2, &status); in TestDirectAccess() 2426 t2 = ures_getByKeyWithFallback(t2, "islamic-civil", t2, &status); in TestDirectAccess() 2427 t2 = ures_getByKeyWithFallback(t2, "DateTime", t2, &status); in TestDirectAccess() 2436 t2 = ures_getByKeyWithFallback(t2, "calendar", t2, &status); in TestDirectAccess() 2437 t2 = ures_getByKeyWithFallback(t2, "islamic-civil", t2, &status); in TestDirectAccess() 2438 t2 = ures_getByKeyWithFallback(t2, "eras", t2, &status); in TestDirectAccess() 2446 t2 = ures_getByKeyWithFallback(t2, "calendar", t2, &status); in TestDirectAccess() 2447 t2 = ures_getByKeyWithFallback(t2, "islamic-civil", t2, &status); in TestDirectAccess() 2448 t2 = ures_getByKeyWithFallback(t2, "DateTime", t2, &status); in TestDirectAccess() 2465 t = ures_getByKeyWithFallback(t, "calendar", t, &status); in TestJB3763() [all …]
|