Searched refs:CHECK_SKELETON (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 128 #define CHECK_SKELETON(type, input, expected) { \ macro 147 CHECK_SKELETON(SL, "nochange", "nochange"); in testSkeleton() local 148 CHECK_SKELETON(SA, "nochange", "nochange"); in testSkeleton() 149 CHECK_SKELETON(ML, "nochange", "nochange"); in testSkeleton() 150 CHECK_SKELETON(MA, "nochange", "nochange"); in testSkeleton() 151 CHECK_SKELETON(MA, "love", "love"); in testSkeleton() 152 CHECK_SKELETON(MA, "1ove", "love"); // Digit 1 to letter l in testSkeleton() 153 CHECK_SKELETON(ML, "OOPS", "OOPS"); in testSkeleton() 154 CHECK_SKELETON(ML, "00PS", "OOPS"); in testSkeleton() 155 CHECK_SKELETON(MA, "OOPS", "OOPS"); in testSkeleton() [all …]
|