Searched refs:SPELL_TOFOLD (Results 1 – 3 of 3) sorted by relevance
259 # define SPELL_TOFOLD(c) (enc_utf8 && (c) >= 128 ? utf_fold(c) \ macro262 # define SPELL_TOFOLD(c) (enc_utf8 && (c) >= 128 ? utf_fold(c) \ macro
3320 && SPELL_TOFOLD(bc) != SPELL_TOFOLD(gc)) in add_sound_suggest()4063 if (SPELL_TOFOLD(bc) == SPELL_TOFOLD(gc)) in spell_edit_score()4255 if (SPELL_TOFOLD(bc) == SPELL_TOFOLD(gc)) in spell_edit_score_limit()4440 if (SPELL_TOFOLD(bc) == SPELL_TOFOLD(gc)) in spell_edit_score_limit_w()
2782 c = SPELL_TOFOLD(c); in spell_casefold()2962 c = SPELL_TOFOLD(c); in onecap_copy()