Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libc/port/gen/
H A Deuclen.c44 case SS2: in euccol()
65 case SS2: in euclen()
89 case SS2: in eucscol()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Deuc.h32 #define SS2 0x008e macro
39 #define csetno(c) (((c)&0x80)?((c)==SS2)?2:(((c)==SS3)?3:1):0)
H A Deuc.multibyte.c68 if (c == SS2) { in _mbtowc_euc()
174 *s++ = SS2; in _wctomb_euc()
/titanic_50/usr/src/uts/common/sys/
H A Deuc.h36 #define SS2 0x008e macro
42 #define ISSET2(c) (((c) & 0x00ff) == SS2)
/titanic_50/usr/src/lib/libcurses/screen/
H A Dmbgetwidth.c69 if (c == SS2) { in mbeucw()
85 if (c == SS2) { in mbscrw()
H A Dwctomb.c61 *s++ = (char)SS2; in _curs_wctomb()
H A Dmbtowc.c56 if (c == SS2) { in _curs_mbtowc()
/titanic_50/usr/src/lib/libc/port/locale/
H A Deuc.c131 return (_EUC_mbrtowc_impl(pwc, s, n, ps, SS2, 4, 0, 0, zero)); in _EUC_CN_mbrtowc()
146 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); in _EUC_CN_wcrtomb()
221 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()
266 return (_EUC_mbrtowc_impl(pwc, s, n, ps, SS2, 4, 0, 0, zero)); in _EUC_TW_mbrtowc()
281 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); in _EUC_TW_wcrtomb()
/titanic_50/usr/src/cmd/dumpcs/
H A Ddumpcs.c41 #if !defined SS2
42 #define SS2 0x8e macro
156 codestr[position++] = SS2;
/titanic_50/usr/src/cmd/geniconvtbl/samples/
H A DeucJP_to_ISO-2022-JP.src33 #define SS2 0x008e
76 between SS2 ... SS2 ;
/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.c278 st->SSfunc = SS2; in process_esc_seq()
389 else if ( st->SSfunc == SS2 && st->SS2charset == 'H' ) in iscns()
H A Dzh_CN.gbk%zh_CN.iso2022-CN.c45 #define SS2 0x4e /* SS2 shift out */ macro
302 *(*outbuf + 5) = SS2; in _icv_iconv()
341 *(*outbuf + 1) = SS2; in _icv_iconv()
H A Dzh_TW-big5%zh_TW-iso2022-CN-EXT.c46 #define SS2 0x4e /* SS2 low byte. High byte is ESC */ macro
481 *(*outbuf+1) = SS2; in big5_to_iso()
H A Dzh_CN.iso2022-7%UTF-8.c47 #define SS2 0x4e /* SS2 shift out */ macro
360 if (**inbuf == SS2) { in _icv_iconv()
416 } else if (**inbuf == SS2) { in _icv_iconv()
H A Dzh_CN.iso2022-CN%UTF-8.c50 #define SS2 0x4e /* SS2 shift out */ macro
404 if (**inbuf == SS2) { in _icv_iconv()
463 } else if (**inbuf == SS2) { in _icv_iconv()
H A Dzh_CN.iso2022-CN%zh_CN.gbk.c46 #define SS2 0x4e /* SS2 shift out */ macro
400 if (**inbuf == SS2) { in _icv_iconv()
459 } else if (**inbuf == SS2) { in _icv_iconv()
/titanic_50/usr/src/lib/iconv_modules/ja/common/
H A DUnicode_TO_EUC-JIS-2004.c97 NPUT(SS2, "CS2-1"); in _icv_iconv()
H A DUnicode_TO_eucJP.c109 NPUT(SS2, "CS2-1"); in _icv_iconv()
H A DeucJP_TO_Unicode.c97 } else if (ic1 == SS2) { /* JIS X 0201 Kana; 2 bytes */ in _icv_iconv()
H A DEUC-JIS-2004_TO_Unicode.c106 } else if (ic1 == SS2) { /* JIS X 0201 Kana; 2 bytes */ in _icv_iconv()
H A DeucJP_TO_KUTEN.c116 } else if (ic == SS2) { /* Kana starts */ in _icv_iconv()
H A DPCK_TO_eucJP.c89 PUT(SS2); in _icv_iconv()
H A DeucJP_TO_PCK.c128 } else if (ic == SS2) { /* Kana starts */ in _icv_iconv()

12