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

1 2

  /external/icu/icu4c/source/i18n/
currpinf.cpp 248 UResourceBundle *numElements = ures_getByKeyWithFallback(rb, gNumberElementsTag, NULL, &ec);
249 rb = ures_getByKeyWithFallback(numElements, ns->getName(), rb, &ec);
250 rb = ures_getByKeyWithFallback(rb, gPatternsTag, rb, &ec);
256 rb = ures_getByKeyWithFallback(numElements, gLatnTag, rb, &ec);
257 rb = ures_getByKeyWithFallback(rb, gPatternsTag, rb, &ec);
287 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);
dcfmtsym.cpp 379 ures_getByKeyWithFallback(resource.getAlias(), gNumberElements, NULL, &status));
458 ures_getByKeyWithFallback(currencyResource.getAlias(), "Currencies", NULL, &localStatus));
459 ures_getByKeyWithFallback(currency.getAlias(), cc, currency.getAlias(), &localStatus);
ucol_res.cpp 125 ures_getByKeyWithFallback(collations.getAlias(), type, NULL, &errorCode));
270 ures_getByKeyWithFallback(collations, "default", NULL, &internalErrorCode));
320 ures_getByKeyWithFallback(collations, type, NULL, &errorCode));
427 ures_getByKeyWithFallback(actualBundle.getAlias(), "collations/default", NULL,
numfmt.cpp     [all...]
dtitvinf.cpp 413 calBundle = ures_getByKeyWithFallback(rb, gCalendarTag, NULL, &status);
422 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &status);
423 itvDtPtnResource = ures_getByKeyWithFallback(calTypeBundle,
decimfmt.cpp 389 UResourceBundle *resource = ures_getByKeyWithFallback(top, fgNumberElements, NULL, &status);
390 resource = ures_getByKeyWithFallback(resource, ns->getName(), resource, &status);
391 resource = ures_getByKeyWithFallback(resource, fgPatterns, resource, &status);
395 resource = ures_getByKeyWithFallback(top, fgNumberElements, resource, &status);
396 resource = ures_getByKeyWithFallback(resource, fgLatn, resource, &status);
397 resource = ures_getByKeyWithFallback(resource, fgPatterns, resource, &status);
525 UResourceBundle *numElements = ures_getByKeyWithFallback(resource, fgNumberElements, NULL, &error);
526 resource = ures_getByKeyWithFallback(numElements, ns->getName(), resource, &error);
527 resource = ures_getByKeyWithFallback(resource, fgPatterns, resource, &error);
532 resource = ures_getByKeyWithFallback(numElements, fgLatn, resource, &error)
    [all...]
reldtfmt.cpp 451 ures_getByKeyWithFallback(rb.getAlias(),
521 ures_getByKeyWithFallback(rb,
ucol_sit.cpp 470 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, status);
482 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collElem, status);
rbnf.cpp 814 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status);
818 UResourceBundle* ruleSets = ures_getByKeyWithFallback(rbnfRules, fmt_tag, NULL, &status);
    [all...]
dtfmtsym.cpp     [all...]
calendar.cpp     [all...]
dtptngen.cpp     [all...]
dtitvfmt.cpp 661 ures_getByKeyWithFallback(dateTimePatternsRes.getAlias(), gGregorianTag,
663 ures_getByKeyWithFallback(dateTimePatternsRes.getAlias(), gDateTimePatternsTag,
    [all...]
  /external/icu/icu4c/source/common/
locresdata.cpp 78 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
82 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
90 ures_getByKeyWithFallback(&table,subTableKey, &table, &errorCode);
uresimp.h 201 ures_getByKeyWithFallback(const UResourceBundle *resB,
brkiter.cpp 79 brkRules = ures_getByKeyWithFallback(b, "boundaries", brkRules, &status);
81 brkName = ures_getByKeyWithFallback(brkRules, type, brkName, &status);
brkeng.cpp 250 b = ures_getByKeyWithFallback(b, "dictionaries", b, &status);
resbund.cpp 356 ures_getByKeyWithFallback(fResource, key, &r, &status);
filteredbrk.cpp 19 #include "uresimp.h" // ures_getByKeyWithFallback
493 LocalUResourceBundlePointer exceptions(ures_getByKeyWithFallback(b.getAlias(), "exceptions", NULL, &subStatus));
501 LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak", NULL, &subStatus));
locdispnames.cpp 514 UResourceBundle* dspbundle=ures_getByKeyWithFallback(locbundle, _kLocaleDisplayPattern,
836 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
    [all...]
listformatter.cpp 232 rb = ures_getByKeyWithFallback(rb, "listPattern", rb, &errorCode);
uresbund.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 630 fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
633 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
    [all...]
creststn.c     [all...]

Completed in 654 milliseconds

1 2