Lines Matching refs:foundIndex
610 int64_t foundIndex = 0; in TestAccessNoClone() local
617 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
618 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
622 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
623 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
635 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
636 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
652 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
653 TEST_ASSERT(len == foundIndex); in TestAccessNoClone()
665 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
666 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
668 TEST_ASSERT(prevIndex == foundIndex); in TestAccessNoClone()
678 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
679 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
680 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
681 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
686 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
687 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
688 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
689 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
698 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
699 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
710 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
711 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
715 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
716 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()