Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Diso2022_cnext.h52 #define STATE4_DESIGNATED_CNS11643_3 1 macro
110 state4 = STATE4_DESIGNATED_CNS11643_3; in iso2022_cn_ext_mbtowc()
168 case STATE4_DESIGNATED_CNS11643_3: in iso2022_cn_ext_mbtowc()
410 int count = (state4 == STATE4_DESIGNATED_CNS11643_3 ? 0 : 4) + 4; in iso2022_cn_ext_wctomb()
413 if (state4 != STATE4_DESIGNATED_CNS11643_3) { in iso2022_cn_ext_wctomb()
419 state4 = STATE4_DESIGNATED_CNS11643_3; in iso2022_cn_ext_wctomb()
576 #undef STATE4_DESIGNATED_CNS11643_3