Searched refs:expectedSkeleton (Results 1 – 1 of 1) sorted by relevance
593 UnicodeString expectedSkeleton = UnicodeString(testGetSkeletonAndBase[i][1]); in testAPI() local596 if(U_FAILURE(status) || retSkeleton != expectedSkeleton ) { in testAPI()598 errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected: ") + expectedSkeleton ); in testAPI()