Home
last modified time | relevance | path

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

/dports/games/eureka/eureka-1.27b-source/src/
H A Dw_texture.h37 Img_c * W_GetTexture(const char *name, bool try_uppercase = false);
54 Img_c * W_GetFlat(const char *name, bool try_uppercase = false);
H A Dw_texture.cc406 Img_c * W_GetTexture(const char *name, bool try_uppercase) in W_GetTexture() argument
420 if (try_uppercase) in W_GetTexture()
601 Img_c * W_GetFlat(const char *name, bool try_uppercase) in W_GetFlat() argument
617 if (try_uppercase) in W_GetFlat()
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dspeller_impl.cpp168 bool try_uppercase, in check_single() argument
173 if (!try_uppercase) return false; in check_single()
184 bool try_uppercase, in check_runtogether() argument
191 bool res = check_single(word, try_uppercase, *ci, gi); in check_runtogether()
194 enum {Yes, No, Unknown} is_title = try_uppercase ? Yes : Unknown; in check_runtogether()
202 res = check_single(word, try_uppercase, *ci, gi); in check_runtogether()
219 bool try_uppercase, in check() argument
225 bool res = check_runtogether(word, word_end, try_uppercase, run_together_limit, ci, ci_end, gi); in check()
237 …CheckInfo * ci_last = check_runtogether(word, word + len, try_uppercase, run_together_limit, ci, c… in check()
H A Dspeller_impl.hpp103 bool try_uppercase,
129 bool try_uppercase,
135 bool try_uppercase,
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dspeller_impl.cpp168 bool try_uppercase, in check_single() argument
173 if (!try_uppercase) return false; in check_single()
184 bool try_uppercase, in check_runtogether() argument
191 bool res = check_single(word, try_uppercase, *ci, gi); in check_runtogether()
194 enum {Yes, No, Unknown} is_title = try_uppercase ? Yes : Unknown; in check_runtogether()
202 res = check_single(word, try_uppercase, *ci, gi); in check_runtogether()
219 bool try_uppercase, in check() argument
225 bool res = check_runtogether(word, word_end, try_uppercase, run_together_limit, ci, ci_end, gi); in check()
237 …CheckInfo * ci_last = check_runtogether(word, word + len, try_uppercase, run_together_limit, ci, c… in check()
H A Dspeller_impl.hpp103 bool try_uppercase,
129 bool try_uppercase,
135 bool try_uppercase,