Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp146 #define CHECK_SKELETON(type, input, expected) UPRV_BLOCK_MACRO_BEGIN { \ macro
165 CHECK_SKELETON(SL, "nochange", "nochange"); in testSkeleton() local
166 CHECK_SKELETON(SA, "nochange", "nochange"); in testSkeleton()
167 CHECK_SKELETON(ML, "nochange", "nochange"); in testSkeleton()
168 CHECK_SKELETON(MA, "nochange", "nochange"); in testSkeleton()
169 CHECK_SKELETON(MA, "love", "love"); in testSkeleton()
170 CHECK_SKELETON(MA, "1ove", "love"); // Digit 1 to letter l in testSkeleton()
171 CHECK_SKELETON(ML, "OOPS", "OOPS"); in testSkeleton()
172 CHECK_SKELETON(ML, "00PS", "OOPS"); in testSkeleton()
173 CHECK_SKELETON(MA, "OOPS", "OOPS"); in testSkeleton()
[all …]