Home | History | Annotate | Download | only in intltest

Lines Matching refs:foundIndex

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