Lines Matching full:character
41 SQU=0x0E, /* Quote a single Unicode character */
52 UQU=0xF0, /* Quote a single Unicode character */
212 /* Set the substitution character U+fffd as a Unicode string. */
263 /* sourceIndex=-1 if the current character began in the previous buffer */
294 /* write US-ASCII graphic character or DEL */
557 /* reset to deal with the next character */
639 /* write US-ASCII graphic character or DEL */
850 /* reset to deal with the next character */
874 * A character fits directly into the current mode, a dynamic or static window,
881 /* get the number of the window that this character is in, or -1 */
893 /* is the character in the dynamic window starting at the offset, or in the direct-encoded range? */
954 * calculate the offset and the code for a dynamic window that contains the character
979 /* This character is in a code range for a "small", i.e., reasonably windowable, script. */
1052 /* sourceIndex=-1 if the current character began in the previous buffer */
1075 /* pass US-ASCII graphic character through */
1090 /* quote C0 control character */
1132 /* compress supplementary character U+10000..U+10ffff */
1141 /* there is a dynamic window that contains this character, change to it */
1150 /* define an extended window with this character */
1171 /* quote C1 control character */
1176 /* quote signature character=byte order mark and specials */
1183 /* there is a window defined that contains this character - switch to it or quote from it? */
1204 /* define a dynamic window with this character */
1215 * this character is not compressible (a BMP ideograph or similar);
1216 * switch to Unicode mode if this is the last character in the block
1231 /* normal end of conversion: prepare for a new character */
1252 /* not compressible, write character directly */
1266 /* compress BMP character if the following one is not an uncompressible ideograph */
1275 /* there is a dynamic window that contains this character, change to it */
1284 /* define a dynamic window with this character */
1295 /* don't know how to compress this character, just write it directly */
1329 /* compress supplementary character */
1334 * there is a dynamic window that contains this character and
1335 * the following character is not uncompressible,
1358 /* don't know how to compress this character, just write it directly */
1370 /* normal end of conversion: prepare for a new character */
1390 /* write the output character bytes from c and length [code copied from ucnvmbcs.c] */
1430 /* normal end of conversion: prepare for a new character */
1559 /* pass US-ASCII graphic character through */
1568 /* quote C0 control character */
1606 /* compress supplementary character U+10000..U+10ffff */
1612 /* there is a dynamic window that contains this character, change to it */
1621 /* define an extended window with this character */
1639 /* quote C1 control character */
1644 /* quote signature character=byte order mark and specials */
1651 /* there is a window defined that contains this character - switch to it or quote from it? */
1672 /* define a dynamic window with this character */
1683 * this character is not compressible (a BMP ideograph or similar);
1684 * switch to Unicode mode if this is the last character in the block
1699 /* normal end of conversion: prepare for a new character */
1718 /* not compressible, write character directly */
1728 /* compress BMP character if the following one is not an uncompressible ideograph */
1737 /* there is a dynamic window that contains this character, change to it */
1746 /* define a dynamic window with this character */
1757 /* don't know how to compress this character, just write it directly */
1790 /* compress supplementary character */
1795 * there is a dynamic window that contains this character and
1796 * the following character is not uncompressible,
1819 /* don't know how to compress this character, just write it directly */
1831 /* normal end of conversion: prepare for a new character */
1849 /* write the output character bytes from c and length [code copied from ucnvmbcs.c] */
1868 /* normal end of conversion: prepare for a new character */