Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java414 int numPathKeys = countPathKeys(path); // How much deeper does the path go? in getAllItemsWithFallback() local
946 int numPathKeys = countPathKeys(path); in findResourceWithFallback() local
947 assert numPathKeys > 0; in findResourceWithFallback() local
1019 int numPathKeys = countPathKeys(path); in findStringWithFallback() local
1020 assert numPathKeys > 0; in findStringWithFallback() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java409 int numPathKeys = countPathKeys(path); // How much deeper does the path go? in getAllItemsWithFallback() local
941 int numPathKeys = countPathKeys(path); in findResourceWithFallback() local
942 assert numPathKeys > 0; in findResourceWithFallback() local
1014 int numPathKeys = countPathKeys(path); in findStringWithFallback() local
1015 assert numPathKeys > 0; in findStringWithFallback() local