Home
last modified time | relevance | path

Searched refs:findIndex (Results 1 – 11 of 11) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleIDs.java52 int offset = findIndex(_countries, country); in getISO3Country()
56 offset = findIndex(_obsoleteCountries, country); in getISO3Country()
74 int offset = findIndex(_languages, language); in getISO3Language()
78 offset = findIndex(_obsoleteLanguages, language); in getISO3Language()
89 int offset = findIndex(_languages3, lang); in threeToTwoLetterLanguage()
94 offset = findIndex(_obsoleteLanguages3, lang); in threeToTwoLetterLanguage()
105 int offset = findIndex(_countries3, region); in threeToTwoLetterRegion()
110 offset = findIndex(_obsoleteCountries3, region); in threeToTwoLetterRegion()
122 private static int findIndex(String[] array, String target){ in findIndex() method in LocaleIDs
453 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID()
[all …]
DCalendarCache.java41 return values[findIndex(key)]; in get()
52 int index = findIndex(key); in put()
59 private final int findIndex(long key) { in findIndex() method in CalendarCache
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleIDs.java53 int offset = findIndex(_countries, country); in getISO3Country()
57 offset = findIndex(_obsoleteCountries, country); in getISO3Country()
76 int offset = findIndex(_languages, language); in getISO3Language()
80 offset = findIndex(_obsoleteLanguages, language); in getISO3Language()
91 int offset = findIndex(_languages3, lang); in threeToTwoLetterLanguage()
96 offset = findIndex(_obsoleteLanguages3, lang); in threeToTwoLetterLanguage()
107 int offset = findIndex(_countries3, region); in threeToTwoLetterRegion()
112 offset = findIndex(_obsoleteCountries3, region); in threeToTwoLetterRegion()
124 private static int findIndex(String[] array, String target){ in findIndex() method in LocaleIDs
455 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID()
[all …]
DCalendarCache.java39 return values[findIndex(key)]; in get()
50 int index = findIndex(key); in put()
57 private final int findIndex(long key) { in findIndex() method in CalendarCache
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
DLocaleIDs.java56 int offset = findIndex(_countries, country); in getISO3Country()
60 offset = findIndex(_obsoleteCountries, country); in getISO3Country()
80 int offset = findIndex(_languages, language); in getISO3Language()
84 offset = findIndex(_obsoleteLanguages, language); in getISO3Language()
96 int offset = findIndex(_languages3, lang); in threeToTwoLetterLanguage()
101 offset = findIndex(_obsoleteLanguages3, lang); in threeToTwoLetterLanguage()
113 int offset = findIndex(_countries3, region); in threeToTwoLetterRegion()
118 offset = findIndex(_obsoleteCountries3, region); in threeToTwoLetterRegion()
130 private static int findIndex(String[] array, String target){ in findIndex() method in LocaleIDs
521 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID()
[all …]
/external/llvm/include/llvm/ADT/
DSparseSet.h204 iterator findIndex(unsigned Idx) {
225 return findIndex(KeyIndexOf(Key));
229 return const_cast<SparseSet*>(this)->findIndex(KeyIndexOf(Key));
251 iterator I = findIndex(Idx);
DSparseMultiSet.h285 Idx = SMS->findIndex(SparseIdx).Prev();
350 iterator findIndex(unsigned Idx) { in findIndex() function
372 return findIndex(KeyIndexOf(Key)); in find()
376 iterator I = const_cast<SparseMultiSet*>(this)->findIndex(KeyIndexOf(Key)); in find()
417 iterator I = findIndex(Idx); in insert()
501 findIndex(sparseIndex(N)).setPrev(N.Prev); in unlink()
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c261 static int32_t findIndex(const char* converterName) { in findIndex() function
300 encIndex = findIndex(encodings[i]); in getResultsManually()
336 resultsFromSystem[findIndex(name)] = TRUE; in verifyResult()
/external/v8/src/js/
Darray.js1502 findIndex: true, property
/external/v8/src/
Dobjects.h6777 V(Array.prototype, findIndex, ArrayFindIndex) \
/external/v8/
DChangeLog18901 Implement %TypedArray%.{fill,find,findIndex} (issue 3578).
21097 Array.prototype.{every, filter, find, findIndex, forEach, map, some}: