Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/utils/
H A Dglossary_checks.py414 term_found = translation_has_term(entry, row[target_index])
417 if not term_found and hunspell_locale != '':
420 term_found = translation_has_term(
422 if not term_found:
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTextControl.cs1142 …ivate int FirstIndexOfAny (string haystack, string [] needles, int start_index, out int term_found) in FirstIndexOfAny() argument
1144 term_found = -1; in FirstIndexOfAny()
1151 if (term_found > -1) { in FirstIndexOfAny()
1154 term_found = i; in FirstIndexOfAny()
1158 term_found = i; in FirstIndexOfAny()