Home | History | Annotate | Download | only in intltest

Lines Matching refs:ch

220         UChar ch = text[count];
221 if (ch >= 0x20 && ch <= 0x7e) {
222 result[index ++] = (char)ch;
225 sprintf(result+index, "\\u%04x", ch);