Lines Matching refs:CHECK_SKELETON

131 #define CHECK_SKELETON(type, input, expected) { \  macro
150 CHECK_SKELETON(SL, "nochange", "nochange"); in testSkeleton() local
151 CHECK_SKELETON(SA, "nochange", "nochange"); in testSkeleton()
152 CHECK_SKELETON(ML, "nochange", "nochange"); in testSkeleton()
153 CHECK_SKELETON(MA, "nochange", "nochange"); in testSkeleton()
154 CHECK_SKELETON(MA, "love", "love"); in testSkeleton()
155 CHECK_SKELETON(MA, "1ove", "love"); // Digit 1 to letter l in testSkeleton()
156 CHECK_SKELETON(ML, "OOPS", "OOPS"); in testSkeleton()
157 CHECK_SKELETON(ML, "00PS", "OOPS"); in testSkeleton()
158 CHECK_SKELETON(MA, "OOPS", "OOPS"); in testSkeleton()
159 CHECK_SKELETON(MA, "00PS", "OOPS"); // Digit 0 to letter O in any case mode only in testSkeleton()
160 CHECK_SKELETON(SL, "\\u059c", "\\u0301"); in testSkeleton()
161 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D"); in testSkeleton()
162 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u006C\\u006C\\u0029"); // "(ll)" in testSkeleton()
163 CHECK_SKELETON(SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u006c\\u0644\\u006f"); in testSkeleton()
170 CHECK_SKELETON(SL, "\\u0C83", "\\u0983"); in testSkeleton()
171 CHECK_SKELETON(SA, "\\u0C83", "\\u0983"); in testSkeleton()
172 CHECK_SKELETON(ML, "\\u0C83", "\\u0983"); in testSkeleton()
173 CHECK_SKELETON(MA, "\\u0C83", "\\u0983"); in testSkeleton()
176 CHECK_SKELETON(MA, "\\u0391", "A"); in testSkeleton()
177 CHECK_SKELETON(SA, "\\u0391", "A"); in testSkeleton()
178 CHECK_SKELETON(ML, "\\u0391", "A"); in testSkeleton()
179 CHECK_SKELETON(SL, "\\u0391", "A"); in testSkeleton()
182 CHECK_SKELETON(ML, "\\u13CF", "b"); in testSkeleton()
183 CHECK_SKELETON(MA, "\\u13CF", "b"); in testSkeleton()
184 CHECK_SKELETON(SL, "\\u13CF", "b"); in testSkeleton()
185 CHECK_SKELETON(SA, "\\u13CF", "b"); in testSkeleton()
189 CHECK_SKELETON(SL, "\\u0022", "\\u0027\\u0027"); in testSkeleton()
190 CHECK_SKELETON(SA, "\\u0022", "\\u0027\\u0027"); in testSkeleton()
191 CHECK_SKELETON(ML, "\\u0022", "\\u0027\\u0027"); in testSkeleton()
192 CHECK_SKELETON(MA, "\\u0022", "\\u0027\\u0027"); in testSkeleton()
195 CHECK_SKELETON(MA, "\\u017F", "f"); in testSkeleton()
196 CHECK_SKELETON(SA, "\\u017F", "f"); in testSkeleton()
197 CHECK_SKELETON(ML, "\\u017F", "f"); in testSkeleton()
198 CHECK_SKELETON(SL, "\\u017F", "f"); in testSkeleton()