Lines Matching refs:foundIndex
604 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()
660 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
662 TEST_ASSERT(prevIndex == foundIndex); in TestAccessNoClone()
672 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
673 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
674 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
675 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
680 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()
681 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
682 foundIndex = utext_getPreviousNativeIndex(ut); in TestAccessNoClone()
683 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
692 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
693 TEST_ASSERT(expectedIndex == foundIndex); in TestAccessNoClone()
704 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
705 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()
709 foundIndex = UTEXT_GETNATIVEINDEX(ut); in TestAccessNoClone()
710 TEST_ASSERT(foundIndex == 0); in TestAccessNoClone()