Home | History | Annotate | Download | only in intltest

Lines Matching defs:codepoint

51     UChar codepoint;
54 for (codepoint = 1; codepoint < 0xFFFE;)
58 while (codepoint % 0xFF != 0)
60 if (u_isdefined(codepoint))
61 source += codepoint;
62 codepoint ++;
65 if (u_isdefined(codepoint))
66 source += codepoint;
68 if (codepoint != 0xFFFF)
69 codepoint ++;
323 errln("Failure at codepoint %d, maximum expansion count < %d\n",