Lines Matching refs:characters
15 /* Read in table of all characters in JISX-0208 charset */
111 /* Try all ASCII characters */
118 /* Try all ASCII characters, with explicit ASCII escape */
125 echo "Encoding verification and conversion works for all ASCII characters\n";
137 /* All valid JISX0208 characters */
145 /* All invalid 1-byte JISX0208 characters */
157 /* All invalid 2-byte JISX0208 characters */
167 echo "Encoding verification and conversion work on JISX-0208 characters\n";
169 /* All JISX0213 plane 1 characters */
175 /* All invalid 2-byte JISX0213 plane 1 characters */
185 echo "Encoding verification and conversion work on JISX-0213:2004 plane 1 characters\n";
187 /* All JISX0213 plane 2 characters */
193 /* All invalid 2-byte JISX0213 plane 2 characters */
203 echo "Encoding verification and conversion work on JISX-0213:2000 plane 2 characters\n";
238 /* Try redundant escape sequences (switching mode but including any characters
262 echo "Strings with truncated multi-byte characters are rejected\n";
264 /* We have tried converting all kinds of strings with single characters;
265 * now try some random examples of strings with multiple characters */
278 /* Build a string from a random combination of characters in the supported
327 Encoding verification and conversion works for all ASCII characters
329 Encoding verification and conversion work on JISX-0208 characters
330 Encoding verification and conversion work on JISX-0213:2004 plane 1 characters
331 Encoding verification and conversion work on JISX-0213:2000 plane 2 characters
335 Strings with truncated multi-byte characters are rejected