Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundle.java406 int numPathKeys = countPathKeys(path); // How much deeper does the path go? in getAllItemsWithFallback() local
897 int numPathKeys = countPathKeys(path); in findResourceWithFallback() local
898 assert numPathKeys > 0; in findResourceWithFallback() local
970 int numPathKeys = countPathKeys(path); in findStringWithFallback() local
971 assert numPathKeys > 0; in findStringWithFallback() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java410 int numPathKeys = countPathKeys(path); // How much deeper does the path go? in getAllItemsWithFallback() local
942 int numPathKeys = countPathKeys(path); in findResourceWithFallback() local
943 assert numPathKeys > 0; in findResourceWithFallback() local
1015 int numPathKeys = countPathKeys(path); in findStringWithFallback() local
1016 assert numPathKeys > 0; in findStringWithFallback() local