Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DSortedLists.java56 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) { in resultIndex() argument
57 return foundIndex; in resultIndex()
66 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) { in resultIndex() argument
69 int lower = foundIndex; in resultIndex()
90 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) { in resultIndex() argument
94 int upper = foundIndex; in resultIndex()
116 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) { in resultIndex() argument
117 return LAST_PRESENT.resultIndex(comparator, key, list, foundIndex) + 1; in resultIndex()
127 Comparator<? super E> comparator, E key, List<? extends E> list, int foundIndex) { in resultIndex() argument
128 return FIRST_PRESENT.resultIndex(comparator, key, list, foundIndex) - 1; in resultIndex()
[all …]
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp604 int64_t foundIndex = 0; in TestAccessNoClone() local
611 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
612 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
616 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
617 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
629 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
630 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
646 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
647 TEST_ASSERT(len == foundIndex); in TestAccessNoClone()
659 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
[all …]
/external/svox/pico/lib/
Dpicowa.c261 picoos_uint8 foundIndex; in waProcessWordgraph() local
286 foundIndex = i; in waProcessWordgraph()
288 foundIndex = 0; in waProcessWordgraph()
305 PICODBG_DEBUG(("at least one entry found in lexicon %i",foundIndex)); in waProcessWordgraph()
327 head->info2 = foundIndex; in waProcessWordgraph()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java314 int foundIndex = -1; in separateArrayItems() local
319 foundIndex = oldChild; in separateArrayItems()
325 if (foundIndex < 0) in separateArrayItems()