Searched refs:tryGetByKeyWithFallback (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp151 static UResourceBundle* tryGetByKeyWithFallback(const UResourceBundle* rb, const char* path, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status);
556 tryGetByKeyWithFallback(rb, numberingSystemName, NULL, NOT_ROOT, status));
572 LocalUResourceBundlePointer latnResource(tryGetByKeyWithFallback(rb, gLatnTag, NULL, MUST, status));
600 * FillIn, flags, and status work in the same way as in tryGetByKeyWithFallback.
603 UResourceBundle* first = tryGetByKeyWithFallback(numberSystemResource, style, fillIn, flags, status);
604 UResourceBundle* second = tryGetByKeyWithFallback(first, gDecimalFormatTag, fillIn, flags, status);
611 // tryGetByKeyWithFallback returns a sub-resource bundle that matches given
631 // UResourceBundle* data = tryGetByKeyWithFallback(rb, "foo", &fillIn, NON_ROOT, status);
632 // data = tryGetByKeyWithFallback(data, "bar", &fillIn, NON_ROOT, status);
644 // fillIn = tryGetByKeyWithFallback(r
648 static UResourceBundle* tryGetByKeyWithFallback(const UResourceBundle* rb, const char* path, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status) { function
[all...]

Completed in 64 milliseconds