Home | History | Annotate | Download | only in cintltst

Lines Matching defs:codepoint

224     UChar codepoint;
234 for (codepoint = 1; codepoint < 0xFFFE;)
238 while (codepoint % 0xFF != 0)
240 if (u_isdefined(codepoint))
241 *(test ++) = codepoint;
242 codepoint ++;
245 if (u_isdefined(codepoint))
246 *(test ++) = codepoint;
248 if (codepoint != 0xFFFF)
249 codepoint ++;
260 log_verbose("codepoint testing %x\n", codepoint);
290 UChar codepoint;
301 for (codepoint = 1; codepoint < 0xFFFE;)
305 while (codepoint % 0xFF != 0)
307 if (u_isdefined(codepoint))
308 *(test ++) = codepoint;
309 codepoint ++;
312 if (u_isdefined(codepoint))
313 *(test ++) = codepoint;
315 if (codepoint != 0xFFFF)
316 codepoint ++;
818 log_err("Failure at codepoint %d, maximum expansion count < %d\n",
832 log_err("Failure at codepoint %d, maximum expansion count < %d\n",
843 log_err("Failure at codepoint %d, maximum expansion count != %d\n",
852 log_err("Failure at codepoint %d, maximum expansion count != %d\n",
862 log_err("Failure at codepoint %d, maximum expansion count < %d\n",
872 log_err("Failure at codepoint %d, maximum expansion count > %d\n",
897 log_err("Failure at codepoint %d, maximum expansion count > %d\n",