Home | History | Annotate | Download | only in cintltst

Lines Matching defs:codepoint

227     UChar codepoint;
237 for (codepoint = 1; codepoint < 0xFFFE;)
241 while (codepoint % 0xFF != 0)
243 if (u_isdefined(codepoint))
244 *(test ++) = codepoint;
245 codepoint ++;
248 if (u_isdefined(codepoint))
249 *(test ++) = codepoint;
251 if (codepoint != 0xFFFF)
252 codepoint ++;
263 log_verbose("codepoint testing %x\n", codepoint);
293 UChar codepoint;
304 for (codepoint = 1; codepoint < 0xFFFE;)
308 while (codepoint % 0xFF != 0)
310 if (u_isdefined(codepoint))
311 *(test ++) = codepoint;
312 codepoint ++;
315 if (u_isdefined(codepoint))
316 *(test ++) = codepoint;
318 if (codepoint != 0xFFFF)
319 codepoint ++;
826 log_err("Failure at codepoint %d, maximum expansion count < %d\n",
840 log_err("Failure at codepoint %d, maximum expansion count < %d\n",
851 log_err("Failure at codepoint %d, maximum expansion count != %d\n",
860 log_err("Failure at codepoint %d, maximum expansion count != %d\n",
869 log_err("Failure at codepoint %d, maximum expansion count < %d\n",
879 log_err("Failure at codepoint %d, maximum expansion count > %d\n",
904 log_err("Failure at codepoint %d, maximum expansion count > %d\n",
1032 * @return position at the end of the codepoint section
1159 * @return position at the end of the codepoint section