Searched defs: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);
508 tryGetByKeyWithFallback(rb, numberingSystemName, NULL, NOT_ROOT, status));
524 LocalUResourceBundlePointer latnResource(tryGetByKeyWithFallback(rb, gLatnTag, NULL, MUST, status));
552 * FillIn, flags, and status work in the same way as in tryGetByKeyWithFallback.
555 UResourceBundle* first = tryGetByKeyWithFallback(numberSystemResource, style, fillIn, flags, status);
556 UResourceBundle* second = tryGetByKeyWithFallback(first, gDecimalFormatTag, fillIn, flags, status);
563 // tryGetByKeyWithFallback returns a sub-resource bundle that matches given
583 // UResourceBundle* data = tryGetByKeyWithFallback(rb, "foo", &fillIn, NON_ROOT, status);
584 // data = tryGetByKeyWithFallback(data, "bar", &fillIn, NON_ROOT, status);
596 // fillIn = tryGetByKeyWithFallback(r
600 static UResourceBundle* tryGetByKeyWithFallback(const UResourceBundle* rb, const char* path, UResourceBundle** fillIn, FallbackFlags flags, UErrorCode& status) { function
[all...]

Completed in 45 milliseconds