Searched refs:SPELL_ISUPPER (Results 1 – 3 of 3) sorted by relevance
275 # define SPELL_ISUPPER(c) (enc_utf8 && (c) >= 128 ? utf_isupper(c) \ macro278 # define SPELL_ISUPPER(c) (enc_utf8 && (c) >= 128 ? utf_isupper(c) \ macro
211 this_upper = SPELL_ISUPPER(c); in spell_check()221 this_upper = SPELL_ISUPPER(c); in spell_check()231 if (!SPELL_ISUPPER(c)) in spell_check()2391 firstcap = allcap = SPELL_ISUPPER(c); in captype()2401 if (!SPELL_ISUPPER(c)) in captype()
325 if (SPELL_ISUPPER(c)) in badword_captype()830 if (!SPELL_ISUPPER(c) && attr == HLF_COUNT) in spell_find_suggest()3316 if (SPELL_ISUPPER(gc)) in add_sound_suggest()3319 if (!SPELL_ISUPPER(bc) in add_sound_suggest()