Searched refs:EUC_status (Results 1 – 1 of 1) sorted by relevance
458 eEUC_status EUC_status; member1139 self->EUC_status = EUC_state_neutral; in HText_new()3693 if (text->EUC_status == EUC_state_has_bad_code) in HText_appendCharacter()3704 if (text->EUC_status == EUC_state_has_bad_code) in HText_appendCharacter()3711 switch (text->EUC_status) { in HText_appendCharacter()3716 text->EUC_status = EUC_state_in_kanji; in HText_appendCharacter()3718 text->EUC_status = EUC_state_in_kana; in HText_appendCharacter()3720 text->EUC_status = EUC_state_has_bad_code; in HText_appendCharacter()3729 text->EUC_status = EUC_state_neutral; in HText_appendCharacter()3731 text->EUC_status = EUC_state_has_bad_code; in HText_appendCharacter()[all …]