Searched defs:findStringWithFallback (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java423 public String findStringWithFallback(String path) { method in class:ICUResourceBundle
424 return findStringWithFallback(path, this, null);
431 String result = findStringWithFallback(path, actualBundle, null);
864 private static final String findStringWithFallback(String path, method in class:ICUResourceBundle

Completed in 94 milliseconds