Home
last modified time | relevance | path

Searched refs:_SS2 (Results 1 – 2 of 2) sorted by relevance

/src/lib/libiconv_modules/EUCTW/
H A Dcitrus_euctw.c90 #define _SS2 0x008e macro
109 return ((c & 0x80) ? (c == _SS2 ? 2 : 1) : 0); in _citrus_EUCTW_cs()
309 *s++ = _SS2; in _citrus_EUCTW_wcrtomb_priv()
/src/lib/libiconv_modules/EUC/
H A Dcitrus_euc.c98 #define _SS2 0x008e macro
118 return ((c & 0x80) ? c == _SS3 ? 3 : c == _SS2 ? 2 : 1 : 0); in _citrus_EUC_cs()
303 *s++ = _SS2; in _citrus_EUC_wcrtomb_priv()