Home
last modified time | relevance | path

Searched defs:numPathKeys (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java379 int numPathKeys = countPathKeys(path); // How much deeper does the path go? in getAllItemsWithFallback() local
815 int numPathKeys = countPathKeys(path); in findResourceWithFallback() local
816 assert numPathKeys > 0; in findResourceWithFallback() local
888 int numPathKeys = countPathKeys(path); in findStringWithFallback() local
889 assert numPathKeys > 0; in findStringWithFallback() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java384 int numPathKeys = countPathKeys(path); // How much deeper does the path go? in getAllItemsWithFallback() local
820 int numPathKeys = countPathKeys(path); in findResourceWithFallback() local
821 assert numPathKeys > 0; in findResourceWithFallback() local
893 int numPathKeys = countPathKeys(path); in findStringWithFallback() local
894 assert numPathKeys > 0; in findStringWithFallback() local