Home
last modified time | relevance | path

Searched refs:SS3 (Results 1 – 25 of 40) sorted by relevance

12

/titanic_50/usr/src/lib/libc/port/gen/
H A Deuclen.c46 case SS3: in euccol()
67 case SS3: in euclen()
93 case SS3: in eucscol()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Deuc.h33 #define SS3 0x008f macro
39 #define csetno(c) (((c)&0x80)?((c)==SS2)?2:(((c)==SS3)?3:1):0)
H A Deuc.multibyte.c75 } else if(c == SS3) { in _mbtowc_euc()
179 *s++ = SS3; in _wctomb_euc()
/titanic_50/usr/src/uts/common/sys/
H A Deuc.h37 #define SS3 0x008f macro
43 #define ISSET3(c) (((c) & 0x00ff) == SS3)
/titanic_50/usr/src/lib/libcurses/screen/
H A Dmbgetwidth.c71 } else if (c == SS3) { in mbeucw()
87 } else if (c == SS3) { in mbscrw()
H A Dwctomb.c67 *s++ = (char)SS3; in _curs_wctomb()
H A Dmbtowc.c61 } else if (c == SS3) { in _curs_mbtowc()
/titanic_50/usr/src/cmd/dumpcs/
H A Ddumpcs.c44 #if !defined SS3
45 #define SS3 0x8f macro
160 codestr[position++] = SS3;
/titanic_50/usr/src/lib/iconv_modules/ja/common/
H A DPCK_TO_eucJP.c124 PUT(SS3); in _icv_iconv()
188 PUT(SS3); in _icv_iconv()
H A DUnicode_TO_EUC-JIS-2004.c102 NPUT(SS3, "CS3-1"); in _icv_iconv()
H A DUnicode_TO_eucJP.c114 NPUT(SS3, "E2BIG at CS3-1"); in _icv_iconv()
H A DeucJP_TO_Unicode.c106 } else if (ic1 == SS3) { /* JIS X 0212 or UDC; 3 bytes */ in _icv_iconv()
H A DEUC-JIS-2004_TO_Unicode.c115 } else if (ic1 == SS3) { /* JIS X 0213 plane 2; 3 bytes */ in _icv_iconv()
H A DeucJP_TO_KUTEN.c120 } else if (ic == SS3) { /* JISX0212 starts */ in _icv_iconv()
H A DeucJP_TO_PCK.c151 } else if (ic == SS3) { /* CS_3 Kanji starts */ in _icv_iconv()
/titanic_50/usr/src/head/
H A Deuc.h46 (((c)&0x80)?(((c)&0xff) == SS2)?2:((((c)&0xff) == SS3)?3:1):0)
/titanic_50/usr/src/lib/iconv_modules/inc/
H A Diso2022-cn.h73 enum _ssfunc { NONE, SS2, SS3 }; enumerator
/titanic_50/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-iso2022-CN-EXT.c291 st->SSfunc = SS3; in process_esc_seq()
391 else if ( st->SSfunc == SS3 ) in iscns()
H A Dzh_CN.gbk%zh_CN.iso2022-CN.c46 #define SS3 0x4f /* ss3 shift out, used so far */ macro
322 *(*outbuf + 5) = SS3; in _icv_iconv()
358 *(*outbuf + 1) = SS3; in _icv_iconv()
H A Dzh_TW-big5%zh_TW-iso2022-CN-EXT.c47 #define SS3 0x4f /* SS3 low byte. High byte is ESC */ macro
522 *(*outbuf+1) = SS3; in big5_to_iso()
H A Dzh_CN.iso2022-7%UTF-8.c48 #define SS3 0x4f /* SS3 shift out */ macro
486 if (**inbuf == SS3) { in _icv_iconv()
551 } else if (**inbuf == SS3) { in _icv_iconv()
H A Dzh_CN.iso2022-CN%UTF-8.c51 #define SS3 0x4f /* SS3 shift out */ macro
533 if (**inbuf == SS3) { in _icv_iconv()
598 } else if (**inbuf == SS3) { in _icv_iconv()
H A Dzh_CN.iso2022-CN%zh_CN.gbk.c47 #define SS3 0x4f /* SS3 shift out */ macro
529 if (**inbuf == SS3) { in _icv_iconv()
594 } else if (**inbuf == SS3) { in _icv_iconv()
/titanic_50/usr/src/lib/libc/port/locale/
H A Deuc.c221 return (_EUC_mbrtowc_impl(pwc, s, n, ps, SS2, 2, SS3, 3, zero)); in _EUC_JP_mbrtowc()
236 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 2, SS3, 3)); in _EUC_JP_wcrtomb()
/titanic_50/usr/src/cmd/geniconvtbl/samples/
H A DeucJP_to_ISO-2022-JP.src34 #define SS3 0x008f

12