Home | History | Annotate | Download | only in impl

Lines Matching refs:findIndex

52         int offset = findIndex(_countries, country);
56 offset = findIndex(_obsoleteCountries, country);
74 int offset = findIndex(_languages, language);
78 offset = findIndex(_obsoleteLanguages, language);
89 int offset = findIndex(_languages3, lang);
94 offset = findIndex(_obsoleteLanguages3, lang);
105 int offset = findIndex(_countries3, region);
110 offset = findIndex(_obsoleteCountries3, region);
122 private static int findIndex(String[] array, String target){
453 int offset = findIndex(_deprecatedCountries, oldID);
461 int offset = findIndex(_obsoleteLanguages, oldID);