Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Diso2022_cnext.h55 #define STATE4_DESIGNATED_CNS11643_6 4 macro
131 state4 = STATE4_DESIGNATED_CNS11643_6; in iso2022_cn_ext_mbtowc()
201 case STATE4_DESIGNATED_CNS11643_6: in iso2022_cn_ext_mbtowc()
476 int count = (state4 == STATE4_DESIGNATED_CNS11643_6 ? 0 : 4) + 4; in iso2022_cn_ext_wctomb()
479 if (state4 != STATE4_DESIGNATED_CNS11643_6) { in iso2022_cn_ext_wctomb()
485 state4 = STATE4_DESIGNATED_CNS11643_6; in iso2022_cn_ext_wctomb()
573 #undef STATE4_DESIGNATED_CNS11643_6