Home
last modified time | relevance | path

Searched refs:n_languages (Results 1 – 24 of 24) sorted by relevance

/dports/devel/librcc/librcc-0.2.12/src/
H A Dlng.c36 return ctx->n_languages; in rccGetLanguageNumber()
53 if (language_id>=ctx->n_languages) return NULL; in rccGetLanguagePointer()
89 if (language_id>=ctx->n_languages) return 0; in rccCheckLanguageUsability()
126 if (ctx->n_languages>1) return (rcc_language_id)1; in rccGetDefaultLanguage()
135 if (language_id>=ctx->n_languages) return (rcc_language_id)-1; in rccGetRealLanguage()
193 if (language_id >= ctx->n_languages) return -1; in rccSetLanguage()
H A Dlibrcc.c218 ctx->n_languages = 0; in rccCreateContext()
394 if (ctx->n_languages == ctx->max_languages) return (rcc_language_id)-1; in rccRegisterLanguage()
396 memcpy(ctx->ilang + ctx->n_languages, language, sizeof(rcc_language)); in rccRegisterLanguage()
397 ctx->ilang[ctx->n_languages].parents[0] = (rcc_language_id)-1; in rccRegisterLanguage()
398 ctx->ilang[ctx->n_languages].latin = 0; in rccRegisterLanguage()
402 ctx->ilang[ctx->n_languages].latin = 1; in rccRegisterLanguage()
407 ctx->ilang[ctx->n_languages].latin = 1; in rccRegisterLanguage()
409 ctx->languages[ctx->n_languages] = (rcc_language_ptr)(ctx->ilang + ctx->n_languages); in rccRegisterLanguage()
410 ctx->languages[++ctx->n_languages] = NULL; in rccRegisterLanguage()
415 return ctx->n_languages-1; in rccRegisterLanguage()
H A Drcclist.c39 if (language_id>=ctx->n_languages) return NULL; in rccGetCharsetList()
51 if (language_id>=ctx->n_languages) return NULL; in rccGetEngineList()
H A Dinternal.h82 unsigned int n_languages; member
H A Drecode.c105 nlanguages = ctx->n_languages; in rccDetectLanguageInternal()
/dports/graphics/graphite2/graphite2-1.3.14/contrib/perl/lib/Text/Gr2/
H A DFace.pm53 map { Text::Gr2::_decode($self->lang_by_index($_)) } 0..$self->n_languages-1;
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-spell-checker.c523 guint *n_languages) in e_spell_checker_list_active_languages() argument
550 if (n_languages != NULL) in e_spell_checker_list_active_languages()
551 *n_languages = size; in e_spell_checker_list_active_languages()
H A De-html-editor-spell-check-dialog.c518 guint n_languages = 0; in e_html_editor_spell_check_dialog_update_dictionaries() local
528 spell_checker, &n_languages); in e_html_editor_spell_check_dialog_update_dictionaries()
529 for (ii = 0; ii < n_languages; ii++) { in e_html_editor_spell_check_dialog_update_dictionaries()
H A De-spell-checker.h90 guint *n_languages);
H A De-html-editor.c463 guint ii, n_languages; in html_editor_update_actions() local
542 spell_checker, &n_languages); in html_editor_update_actions()
546 if (n_languages > 0) { in html_editor_update_actions()
569 if (n_languages == 1) { in html_editor_update_actions()
578 for (ii = 0; ii < n_languages; ii++) in html_editor_update_actions()
H A De-spell-entry.c255 guint n_languages, ii; in entry_strsplit_utf8() local
261 …active_languages = e_spell_checker_list_active_languages (entry->priv->spell_checker, &n_languages in entry_strsplit_utf8()
262 for (ii = 0; active_languages && ii < n_languages && !has_en_language; ii++) { in entry_strsplit_utf8()
/dports/www/links/links-2.25/
H A Dlanguage.c65 for (i = 0; i < n_languages(); i++) { in get_language_from_lang()
232 int n_languages(void) in n_languages() function
H A Ddefault.c1058 for (i = -1; i < n_languages(); i++) in lang_rd()
H A Dos_dep.c3337 for (i = 0; i < n_languages(); i++) in get_country_language()
H A Dlinks.h2596 int n_languages(void);
H A Dmenu.c3838 for (i = -def; i < n_languages(); i++) { in menu_language_list()
/dports/www/links1/links-1.04/
H A Dlanguage.c86 int n_languages() in n_languages() function
H A Ddefault.c950 for (i = 0; i < n_languages(); i++) in lang_rd()
H A Dlinks.h1526 int n_languages();
H A Dmenu.c1056 for (i = 0; i < n_languages(); i++) { in menu_language_list()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfontchooserwidget.c1744 unsigned int n_languages; in find_language_and_script() local
1746 n_languages = 0; in find_language_and_script()
1750 … hb_ot_layout_script_get_language_tags (hb_face, table[i], j, n_languages, &count, languages); in find_language_and_script()
1751 n_languages += count; in find_language_and_script()
1754 for (k = 0; k < n_languages; k++) in find_language_and_script()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dvoices.cpp307 int n_languages = 0; in ReadVoiceFile() local
355 n_languages++; in ReadVoiceFile()
371 if(n_languages == 0) in ReadVoiceFile()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dvoices.cpp280 int n_languages = 0; in ReadVoiceFile() local
317 n_languages++; in ReadVoiceFile()
333 if (n_languages == 0) in ReadVoiceFile()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfontchooserwidget.c1914 unsigned int n_languages; in find_language_and_script() local
1916 n_languages = 0; in find_language_and_script()
1920 … hb_ot_layout_script_get_language_tags (hb_face, table[i], j, n_languages, &count, languages); in find_language_and_script()
1921 n_languages += count; in find_language_and_script()
1924 for (k = 0; k < n_languages; k++) in find_language_and_script()