Home
last modified time | relevance | path

Searched refs:skelLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dspooftest.c574 int32_t skelLength; in TestUSpoofCAPI() local
576skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, UPRV_LENGTHOF(dest), &… in TestUSpoofCAPI()
579 TEST_ASSERT_EQ(u_strlen(lll_Skel), skelLength); in TestUSpoofCAPI()
581 skelLength = uspoof_getSkeletonUTF8(sc, USPOOF_ANY_CASE, goodLatinUTF8, -1, (char*)dest, in TestUSpoofCAPI()
585 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status); in TestUSpoofCAPI()
587 TEST_ASSERT_EQ(3, skelLength); in TestUSpoofCAPI()