Home
last modified time | relevance | path

Searched refs:searchTable (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/hpack/
Dencode.go62 idx, nameValueMatch := e.searchTable(f)
91 func (e *Encoder) searchTable(f HeaderField) (i uint64, nameValueMatch bool) { func
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java262 …Set<R3<ULocale, ULocale, Double>> searchTable = desiredLanguageToPossibleLocalesToMaxLocaleToData.… in getBestMatchInternal() local
263 if (searchTable != null) { // we preprocessed the table so as to filter by lanugage in getBestMatchInternal()
264 if (DEBUG) System.out.println("\tSearching: " + searchTable); in getBestMatchInternal()
265 for (final R3<ULocale, ULocale, Double> tableKeyValue : searchTable) { in getBestMatchInternal()
/external/cldr/tools/java/com/ibm/icu/util/
DLocaleMatcher.java256 …Set<R3<ULocale, ULocale, Double>> searchTable = desiredLanguageToPossibleLocalesToMaxLocaleToData.… in getBestMatchInternal() local
257 if (searchTable != null) { // we preprocessed the table so as to filter by lanugage in getBestMatchInternal()
258 if (DEBUG) System.out.println("\tSearching: " + searchTable); in getBestMatchInternal()
259 for (final R3<ULocale, ULocale, Double> tableKeyValue : searchTable) { in getBestMatchInternal()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java269 …Set<R3<ULocale, ULocale, Double>> searchTable = desiredLanguageToPossibleLocalesToMaxLocaleToData.… in getBestMatchInternal() local
270 if (searchTable != null) { // we preprocessed the table so as to filter by lanugage in getBestMatchInternal()
271 if (DEBUG) System.out.println("\tSearching: " + searchTable); in getBestMatchInternal()
272 for (final R3<ULocale, ULocale, Double> tableKeyValue : searchTable) { in getBestMatchInternal()