Home | History | Annotate | Download | only in common

Lines Matching refs:DBCS

156 /* is the StateEnum charset value for a DBCS charset? */
193 DBCS,
1046 * unless they are completely illegal (>7f in SBCS, outside 21..7e in DBCS),
1233 * (strict EUC DBCS) before accepting it and subtracting 0x80 from each byte
1408 * The UConverter_fromUnicode_ISO2022_JP converter does not use ucnv_fromUnicode() functions for SBCS,DBCS and
1608 * JIS X 0208 has fallbacks from Unicode half-width Katakana to full-width (DBCS)
1851 /* switch from a DBCS charset to JISX201 */
1872 /* G0 DBCS from Shift-JIS table */
1877 if(len2 == 2 || (len2 == -2 && len == 0)) { /* only accept DBCS: abs(len)==2 */
1910 /* G0 DBCS */
1915 if(len2 == 2 || (len2 == -2 && len == 0)) { /* only accept DBCS: abs(len)==2 */
2250 /* G0 DBCS */
2262 * In ISO-2022 DBCS, if the second byte is in the 21..7e range or is
2285 /* report a pair of illegal bytes if the second byte is not a DBCS starter */
2430 /* only DBCS or SBCS characters are expected*/
2777 * In ISO-2022 DBCS, if the second byte is in the 21..7e range or is
2790 /* report a pair of illegal bytes if the second byte is not a DBCS starter */
3396 * In ISO-2022 DBCS, if the second byte is in the 21..7e range or is
3422 /* report a pair of illegal bytes if the second byte is not a DBCS starter */
3535 /* in DBCS mode: switch to SBCS */
3542 /* in SBCS mode: switch to DBCS */
3873 6, /* max 6 bytes per UChar: 4-byte escape sequence + DBCS */
3924 3, /* max 3 bytes per UChar: SO+DBCS */
3975 8, /* max 8 bytes per UChar: 4-byte CNS designator + 2 bytes for SS2/SS3 + DBCS */