Lines Matching refs:foundIndex
607 int64_t foundIndex = 0; in TestAccessNoClone() local
614 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
615 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
619 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
620 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
632 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
633 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
649 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
650 TEST_ASSERT(len == foundIndex); in TestAccessNoClone()
662 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
663 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
665 TEST_ASSERT(prevIndex == foundIndex); in TestAccessNoClone()
675 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
676 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
677 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
678 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
683 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
684 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
685 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
686 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
695 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
696 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
707 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
708 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
712 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
713 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()