/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | euclen.c | 44 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 D | euc.h | 32 #define SS2 0x008e macro 39 #define csetno(c) (((c)&0x80)?((c)==SS2)?2:(((c)==SS3)?3:1):0)
|
H A D | euc.multibyte.c | 68 if (c == SS2) { in _mbtowc_euc() 174 *s++ = SS2; in _wctomb_euc()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | euc.h | 36 #define SS2 0x008e macro 42 #define ISSET2(c) (((c) & 0x00ff) == SS2)
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | mbgetwidth.c | 69 if (c == SS2) { in mbeucw() 85 if (c == SS2) { in mbscrw()
|
H A D | wctomb.c | 61 *s++ = (char)SS2; in _curs_wctomb()
|
H A D | mbtowc.c | 56 if (c == SS2) { in _curs_mbtowc()
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | euc.c | 131 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 D | dumpcs.c | 41 #if !defined SS2 42 #define SS2 0x8e macro 156 codestr[position++] = SS2;
|
/titanic_50/usr/src/cmd/geniconvtbl/samples/ |
H A D | eucJP_to_ISO-2022-JP.src | 33 #define SS2 0x008e 76 between SS2 ... SS2 ;
|
/titanic_50/usr/src/head/ |
H A D | euc.h | 46 (((c)&0x80)?(((c)&0xff) == SS2)?2:((((c)&0xff) == SS3)?3:1):0)
|
/titanic_50/usr/src/lib/iconv_modules/inc/ |
H A D | iso2022-cn.h | 73 enum _ssfunc { NONE, SS2, SS3 }; enumerator
|
/titanic_50/usr/src/lib/iconv_modules/zh/common/ |
H A D | zh_TW-iso2022-CN-EXT.c | 278 st->SSfunc = SS2; in process_esc_seq() 389 else if ( st->SSfunc == SS2 && st->SS2charset == 'H' ) in iscns()
|
H A D | zh_CN.gbk%zh_CN.iso2022-CN.c | 45 #define SS2 0x4e /* SS2 shift out */ macro 302 *(*outbuf + 5) = SS2; in _icv_iconv() 341 *(*outbuf + 1) = SS2; in _icv_iconv()
|
H A D | zh_TW-big5%zh_TW-iso2022-CN-EXT.c | 46 #define SS2 0x4e /* SS2 low byte. High byte is ESC */ macro 481 *(*outbuf+1) = SS2; in big5_to_iso()
|
H A D | zh_CN.iso2022-7%UTF-8.c | 47 #define SS2 0x4e /* SS2 shift out */ macro 360 if (**inbuf == SS2) { in _icv_iconv() 416 } else if (**inbuf == SS2) { in _icv_iconv()
|
H A D | zh_CN.iso2022-CN%UTF-8.c | 50 #define SS2 0x4e /* SS2 shift out */ macro 404 if (**inbuf == SS2) { in _icv_iconv() 463 } else if (**inbuf == SS2) { in _icv_iconv()
|
H A D | zh_CN.iso2022-CN%zh_CN.gbk.c | 46 #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 D | Unicode_TO_EUC-JIS-2004.c | 97 NPUT(SS2, "CS2-1"); in _icv_iconv()
|
H A D | Unicode_TO_eucJP.c | 109 NPUT(SS2, "CS2-1"); in _icv_iconv()
|
H A D | eucJP_TO_Unicode.c | 97 } else if (ic1 == SS2) { /* JIS X 0201 Kana; 2 bytes */ in _icv_iconv()
|
H A D | EUC-JIS-2004_TO_Unicode.c | 106 } else if (ic1 == SS2) { /* JIS X 0201 Kana; 2 bytes */ in _icv_iconv()
|
H A D | eucJP_TO_KUTEN.c | 116 } else if (ic == SS2) { /* Kana starts */ in _icv_iconv()
|
H A D | PCK_TO_eucJP.c | 89 PUT(SS2); in _icv_iconv()
|
H A D | eucJP_TO_PCK.c | 128 } else if (ic == SS2) { /* Kana starts */ in _icv_iconv()
|