Lines Matching refs:codepoint
224 UChar codepoint; in TestUnicodeChar() local
234 for (codepoint = 1; codepoint < 0xFFFE;) in TestUnicodeChar()
238 while (codepoint % 0xFF != 0) in TestUnicodeChar()
240 if (u_isdefined(codepoint)) in TestUnicodeChar()
241 *(test ++) = codepoint; in TestUnicodeChar()
242 codepoint ++; in TestUnicodeChar()
245 if (u_isdefined(codepoint)) in TestUnicodeChar()
246 *(test ++) = codepoint; in TestUnicodeChar()
248 if (codepoint != 0xFFFF) in TestUnicodeChar()
249 codepoint ++; in TestUnicodeChar()
260 log_verbose("codepoint testing %x\n", codepoint); in TestUnicodeChar()
290 UChar codepoint; in TestNormalizedUnicodeChar() local
301 for (codepoint = 1; codepoint < 0xFFFE;) in TestNormalizedUnicodeChar()
305 while (codepoint % 0xFF != 0) in TestNormalizedUnicodeChar()
307 if (u_isdefined(codepoint)) in TestNormalizedUnicodeChar()
308 *(test ++) = codepoint; in TestNormalizedUnicodeChar()
309 codepoint ++; in TestNormalizedUnicodeChar()
312 if (u_isdefined(codepoint)) in TestNormalizedUnicodeChar()
313 *(test ++) = codepoint; in TestNormalizedUnicodeChar()
315 if (codepoint != 0xFFFF) in TestNormalizedUnicodeChar()
316 codepoint ++; in TestNormalizedUnicodeChar()