Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Diso2022_cnext.h54 #define STATE4_DESIGNATED_CNS11643_5 3 macro
124 state4 = STATE4_DESIGNATED_CNS11643_5; in iso2022_cn_ext_mbtowc()
190 case STATE4_DESIGNATED_CNS11643_5: in iso2022_cn_ext_mbtowc()
454 int count = (state4 == STATE4_DESIGNATED_CNS11643_5 ? 0 : 4) + 4; in iso2022_cn_ext_wctomb()
457 if (state4 != STATE4_DESIGNATED_CNS11643_5) { in iso2022_cn_ext_wctomb()
463 state4 = STATE4_DESIGNATED_CNS11643_5; in iso2022_cn_ext_wctomb()
574 #undef STATE4_DESIGNATED_CNS11643_5