Home | History | Annotate | Download | only in cintltst

Lines Matching defs:codepoint

222     UChar codepoint;
232 for (codepoint = 1; codepoint < 0xFFFE;)
236 while (codepoint % 0xFF != 0)
238 if (u_isdefined(codepoint))
239 *(test ++) = codepoint;
240 codepoint ++;
243 if (u_isdefined(codepoint))
244 *(test ++) = codepoint;
246 if (codepoint != 0xFFFF)
247 codepoint ++;
258 log_verbose("codepoint testing %x\n", codepoint);
288 UChar codepoint;
299 for (codepoint = 1; codepoint < 0xFFFE;)
303 while (codepoint % 0xFF != 0)
305 if (u_isdefined(codepoint))
306 *(test ++) = codepoint;
307 codepoint ++;
310 if (u_isdefined(codepoint))
311 *(test ++) = codepoint;
313 if (codepoint != 0xFFFF)
314 codepoint ++;
816 log_err("Failure at codepoint %d, maximum expansion count < %d\n",
830 log_err("Failure at codepoint %d, maximum expansion count < %d\n",
841 log_err("Failure at codepoint %d, maximum expansion count != %d\n",
850 log_err("Failure at codepoint %d, maximum expansion count != %d\n",
860 log_err("Failure at codepoint %d, maximum expansion count < %d\n",
870 log_err("Failure at codepoint %d, maximum expansion count > %d\n",
895 log_err("Failure at codepoint %d, maximum expansion count > %d\n",