Lines Matching refs:foundIndex
603 int64_t foundIndex = 0; in TestAccessNoClone() local
610 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
611 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
615 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
616 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
628 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
629 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
645 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
646 TEST_ASSERT(len == foundIndex); in TestAccessNoClone()
658 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
659 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
661 TEST_ASSERT(prevIndex == foundIndex); in TestAccessNoClone()
671 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
672 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
673 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
674 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
679 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
680 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
681 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
682 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
691 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
692 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
703 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
704 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
708 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
709 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()