Searched refs:stop_list_indexRef (Results 1 – 1 of 1) sorted by relevance
222 final Ref<Long> stop_list_indexRef = new Ref<>(null); in localeDataIsCloseToUsEnglish() local223 findAncestors(null, stop_list_indexRef, locale, LATIN_CHARS, ENGLISH_STOP_LIST, 2); in localeDataIsCloseToUsEnglish()225 return stop_list_indexRef.get() == 0; // 'en' is first in ENGLISH_STOP_LIST in localeDataIsCloseToUsEnglish()