Home
last modified time | relevance | path

Searched defs:supportedLsrToIndex (Results 1 – 4 of 4) sorted by relevance

/external/icu/libicu/cts_headers/unicode/
Dlocalematcher.h707 UHashtable *supportedLsrToIndex; // Map<LSR, Integer> stores index+1 because 0 is "not found" variable
/external/icu/icu4c/source/common/unicode/
Dlocalematcher.h707 UHashtable *supportedLsrToIndex; // Map<LSR, Integer> stores index+1 because 0 is "not found" variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java349 private final Map<LSR, Integer> supportedLsrToIndex; field in LocaleMatcher
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java332 private final Map<LSR, Integer> supportedLsrToIndex; field in LocaleMatcher