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/
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 217 ures_getByKeyWithFallback(resource.getAlias(), gNumberElements, NULL, &status));
257 ures_getByKeyWithFallback(numberElementsRes.getAlias(), nsName, NULL, &nlStatus));
258 ures_getByKeyWithFallback(nonLatnSymbols.getAlias(), gSymbols, nonLatnSymbols.getAlias(), &nlStatus);
262 ures_getByKeyWithFallback(numberElementsRes.getAlias(), gLatn, NULL, &status));
263 ures_getByKeyWithFallback(latnSymbols.getAlias(), gSymbols, latnSymbols.getAlias(), &status);
340 ures_getByKeyWithFallback(currencyResource.getAlias(), "Currencies", NULL, &localStatus));
341 ures_getByKeyWithFallback(currency.getAlias(), cc, currency.getAlias(), &localStatus);
367 ures_getByKeyWithFallback(currencyResource.getAlias(),
376 ures_getByKeyWithFallback(currencySpcRes.getAlias(),
386 ures_getByKeyWithFallback(currencySpcRes.getAlias()
    [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);
reldatefmt.cpp 203 ures_getByKeyWithFallback(
208 LocalUResourceBundlePointer futureBundle(ures_getByKeyWithFallback(
217 LocalUResourceBundlePointer pastBundle(ures_getByKeyWithFallback(
234 ures_getByKeyWithFallback(resource, path, NULL, &status));
248 ures_getByKeyWithFallback(resource, path, NULL, &status));
268 ures_getByKeyWithFallback(
286 ures_getByKeyWithFallback(resource, path, NULL, &status));
310 ures_getByKeyWithFallback(resource, path, NULL, &status));
604 ures_getByKeyWithFallback(
dtfmtsym.cpp     [all...]
reldtfmt.cpp 461 rb = ures_getByKeyWithFallback(rb, "contextTransforms", rb, &status);
462 rb = ures_getByKeyWithFallback(rb, "relative", rb, &status);
522 rb = ures_getByKeyWithFallback(rb, "fields", rb, &status);
523 rb = ures_getByKeyWithFallback(rb, "day", rb, &status);
524 rb = ures_getByKeyWithFallback(rb, "relative", rb, &status);
ucol_res.cpp 121 ures_getByKeyWithFallback(collations.getAlias(), type, NULL, &errorCode));
266 ures_getByKeyWithFallback(collations, "default", NULL, &internalErrorCode));
316 ures_getByKeyWithFallback(collations, type, NULL, &errorCode));
423 ures_getByKeyWithFallback(actualBundle.getAlias(), "collations/default", NULL,
numfmt.cpp     [all...]
decimfmt.cpp 387 UResourceBundle *resource = ures_getByKeyWithFallback(top, fgNumberElements, NULL, &status);
388 resource = ures_getByKeyWithFallback(resource, ns->getName(), resource, &status);
389 resource = ures_getByKeyWithFallback(resource, fgPatterns, resource, &status);
393 resource = ures_getByKeyWithFallback(top, fgNumberElements, resource, &status);
394 resource = ures_getByKeyWithFallback(resource, fgLatn, resource, &status);
395 resource = ures_getByKeyWithFallback(resource, fgPatterns, resource, &status);
511 UResourceBundle *numElements = ures_getByKeyWithFallback(resource, fgNumberElements, NULL, &error);
512 resource = ures_getByKeyWithFallback(numElements, ns->getName(), resource, &error);
513 resource = ures_getByKeyWithFallback(resource, fgPatterns, resource, &error);
518 resource = ures_getByKeyWithFallback(numElements, fgLatn, resource, &error)
    [all...]
dtptngen.cpp 556 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
557 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err);
561 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimePatternsTag, NULL, &err);
590 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAppendItemsTag, NULL, &err);
606 fBundle = ures_getByKeyWithFallback(rb, DT_DateTimeFieldsTag, NULL, &err);
609 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err);
610 fieldBundle = ures_getByKeyWithFallback(patBundle, "dn", NULL, &err);
636 patBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeAvailableFormatsTag, NULL, &err);
712 calBundle = ures_getByKeyWithFallback(rb, DT_DateTimeCalendarTag, NULL, &err);
714 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err)
    [all...]
ucol_sit.cpp 468 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, status);
480 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collElem, status);
compactdecimalformat.cpp 544 rb = ures_getByKeyWithFallback(rb, gNumberElementsTag, rb, &status);
662 ownedByUs = ures_getByKeyWithFallback(rb, path, NULL, &status);
665 *fillIn = ures_getByKeyWithFallback(rb, path, *fillIn, &status);
rbnf.cpp 812 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status);
816 UResourceBundle* ruleSets = ures_getByKeyWithFallback(rbnfRules, fmt_tag, NULL, &status);
    [all...]
tznames_impl.cpp 600 rbTable = ures_getByKeyWithFallback(rb, key, rbTable, &status);
674 UResourceBundle* table = ures_getByKeyWithFallback(rb, key, NULL, &status);
930 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
    [all...]
  /external/icu/icu4c/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 199 ures_getByKeyWithFallback(const UResourceBundle *resB,
brkiter.cpp 77 brkRules = ures_getByKeyWithFallback(b, "boundaries", brkRules, &status);
79 brkName = ures_getByKeyWithFallback(brkRules, type, brkName, &status);
listformatter.cpp 179 rb = ures_getByKeyWithFallback(rb, "listPattern", rb, &errorCode);
180 rb = ures_getByKeyWithFallback(rb, style, rb, &errorCode);
brkeng.cpp 247 b = ures_getByKeyWithFallback(b, "dictionaries", b, &status);
resbund.cpp 354 ures_getByKeyWithFallback(fResource, key, &r, &status);
filteredbrk.cpp 17 #include "uresimp.h" // ures_getByKeyWithFallback
480 LocalUResourceBundlePointer exceptions(ures_getByKeyWithFallback(b.getAlias(), "exceptions", NULL, &status));
481 LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak", NULL, &status));
locdispnames.cpp 512 UResourceBundle* dspbundle=ures_getByKeyWithFallback(locbundle, _kLocaleDisplayPattern,
834 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 627 fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
630 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
    [all...]
creststn.c     [all...]

Completed in 389 milliseconds

1 2