Searched refs:skelLength (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | spooftest.c | 512 int32_t skelLength; in TestUSpoofCAPI() local 514 …skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, sizeof(dest)/sizeof(UC… in TestUSpoofCAPI() 517 TEST_ASSERT_EQ(u_strlen(lll_Skel), skelLength); in TestUSpoofCAPI() 519 skelLength = uspoof_getSkeletonUTF8(sc, USPOOF_ANY_CASE, goodLatinUTF8, -1, (char*)dest, in TestUSpoofCAPI() 523 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status); in TestUSpoofCAPI() 525 TEST_ASSERT_EQ(3, skelLength); in TestUSpoofCAPI()
|