Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Diso2022_cnext.h53 #define STATE4_DESIGNATED_CNS11643_4 2 macro
117 state4 = STATE4_DESIGNATED_CNS11643_4; in iso2022_cn_ext_mbtowc()
179 case STATE4_DESIGNATED_CNS11643_4: in iso2022_cn_ext_mbtowc()
432 int count = (state4 == STATE4_DESIGNATED_CNS11643_4 ? 0 : 4) + 4; in iso2022_cn_ext_wctomb()
435 if (state4 != STATE4_DESIGNATED_CNS11643_4) { in iso2022_cn_ext_wctomb()
441 state4 = STATE4_DESIGNATED_CNS11643_4; in iso2022_cn_ext_wctomb()
575 #undef STATE4_DESIGNATED_CNS11643_4