Home
last modified time | relevance | path

Searched refs:this_lang (Results 1 – 25 of 107) sorted by relevance

12345

/dports/finance/gnucash/gnucash-4.9/gnucash/
H A Dgnucash-locale-macos.mm121 mac_convert_complex_language(NSString* this_lang)
123 NSArray *elements = [this_lang componentsSeparatedByString: @"-"];
125 return this_lang;
128 this_lang = @"zh_CN";
130 this_lang = @"zh_TW";
133 this_lang = [elements componentsJoinedByString: @"_"];
134 return this_lang;
145 NSString *this_lang = NULL;
147 while ((this_lang = [lang_iter nextObject])) {
148 this_lang = [this_lang stringByTrimmingCharactersInSet:
[all …]
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dttscp.cc156 epos_option *o = option_struct(param, this_lang->soft_opts); in do_set()
270 epos_option *o = option_struct(param, this_lang->soft_opts); in do_show()
276 decode_string(value, this_lang->charset); in do_show()
310 for (i=0; i < this_lang->n_voices; i++) in do_show()
311 bufflen += strlen(this_lang->voicetab[i]->name) + strlen(scfg->comma); in do_show()
313 strcpy(result, this_lang->n_voices ? this_lang->voicetab[0]->name : "(empty list)"); in do_show()
314 for (i=1; i < this_lang->n_voices; i++) { in do_show()
316 strcat(result, this_lang->voicetab[i]->name); in do_show()
H A Dvoice.h107 #define this_lang (cfg->langs[cfg->default_lang]) macro
108 #define this_voice (this_lang->voicetab[this_lang->default_voice])
H A Doptions.cc758 #define VOICES_LENGTH (this_lang->n_voices * sizeof(void *))
768 cow((cowabilium **)&this_lang, sizeof(lang), VOICES_OFFSET, VOICES_LENGTH); in set_option()
769 return set_option(o, value, this_lang); in set_option()
820 for (int i=0; i < this_lang->n_voices; i++) in voice_switch()
821 if (!strcmp(this_lang->voicetab[i]->name, value)) { in voice_switch()
822 this_lang->default_voice = i; in voice_switch()
855 return (char *)this_lang->name; in format_option()
870 case OS_LANG: return format_option(o, this_lang); in format_option()
879 epos_option *o = option_struct(name, this_lang->soft_opts); in format_option()
1000 if (this_lang) this_lang->input_file = ""; in parse_cmd_line()
[all …]
H A Dparser.cc39 char_level = this_lang->char_level + mode * CHARSET_SIZE; in parser()
40 downgradables = this_lang->downgradables; in parser()
55 file *f = claim(string, this_lang->input_dir, scfg->lang_base_dir, "rt", "input text", NULL); in parser()
H A Dagent.cc295 this_lang->ruleset->apply((unit *)r); in run()
508 switch (this_lang->fallback_mode) { in fallbackable_error()
513 default: return code == this_lang->fallback_mode; in fallbackable_error()
524 && this_lang->fallback_voice in init_syn()
525 && *this_lang->fallback_voice) { in init_syn()
526 voice_switch(this_lang->fallback_voice); in init_syn()
527 if (this_lang->permanent_fallbacks) { in init_syn()
529 voice_switch(this_lang->fallback_voice); in init_syn()
723 encode_string((char *)inb, this_lang->charset, false); in run()
829 decode_string((char *)inb, this_lang->charset); in decode()
[all …]
H A Dmonolith.cc59 this_lang->ruleset->apply(root); in submain()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sysui/desktop/macosx/
H A Dgen_strings.pl76 my ($this_lang) = @_;
94 if ( $lang ne $_ && $lang eq $this_lang && exists $documents{$last_section} ) {
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sysui/desktop/macosx/
H A Dgen_strings.pl76 my ($this_lang) = @_;
94 if ( $lang ne $_ && $lang eq $this_lang && exists $documents{$last_section} ) {
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-gnome-utils.c349 NSString *this_lang; in gnc_gnome_help() local
350 while ((this_lang = [lang_iter nextObject])) in gnc_gnome_help()
355 this_lang = [this_lang stringByTrimmingCharactersInSet: in gnc_gnome_help()
358 elements = [this_lang componentsSeparatedByString: @"-"]; in gnc_gnome_help()
359 this_lang = [elements objectAtIndex: 0]; in gnc_gnome_help()
360 path = [docs_dir stringByAppendingPathComponent: this_lang]; in gnc_gnome_help()
386 if ([this_lang compare: @"en"] == NSOrderedSame) in gnc_gnome_help()
/dports/audio/epos-devel/epos-2.5.37/src/nnet/
H A Dneural.cc95 xml.AddIncludes(compose_pathname(filename, this_lang->rules_dir, scfg->lang_base_dir)); in read()
143 xmlFile.setfile (compose_pathname(filename, this_lang->rules_dir, scfg->lang_base_dir)); in read()
145 …err += perceptronNN.read_all (holder, compose_pathname(filename, this_lang->rules_dir, scfg->lang_… in read()
237 xmlFile.setfile (compose_pathname(filename, this_lang->rules_dir, scfg->lang_base_dir)); in init()
261 …CString file = findFirstFileName (compose_pathname(reread_find, this_lang->rules_dir, scfg->lang_b… in run()
331 …logF.open (compose_pathname(log, this_lang->rules_dir, scfg->lang_base_dir), bang_ofstream::out | … in run()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-xml-utils.c76 xmlChar *this_lang = xmlGetProp ( in e_xml_get_child_by_name_by_lang() local
78 if (this_lang == NULL) { in e_xml_get_child_by_name_by_lang()
80 } else if (xmlStrcmp (this_lang, (xmlChar *) lang) == 0) { in e_xml_get_child_by_name_by_lang()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/
H A Dgda-set.c1498 xmlChar *this_lang; in gda_set_new_from_spec_node() local
1502 this_lang = xmlGetProp(cur, (xmlChar*)"lang"); in gda_set_new_from_spec_node()
1503 if (this_lang && strncmp ((gchar*)this_lang, lang, strlen ((gchar*)this_lang))) { in gda_set_new_from_spec_node()
1504 g_free (this_lang); in gda_set_new_from_spec_node()
1518 if (holder && !this_lang) { in gda_set_new_from_spec_node()
1519 xmlFree (this_lang); in gda_set_new_from_spec_node()
1522 g_free (this_lang); in gda_set_new_from_spec_node()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/
H A Dgda-set.c1498 xmlChar *this_lang;
1502 this_lang = xmlGetProp(cur, (xmlChar*)"lang");
1503 if (this_lang && strncmp ((gchar*)this_lang, lang, strlen ((gchar*)this_lang))) {
1504 g_free (this_lang);
1518 if (holder && !this_lang) {
1519 xmlFree (this_lang);
1522 g_free (this_lang);
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/
H A Dgda-set.c1498 xmlChar *this_lang; in gda_set_new_from_spec_node() local
1502 this_lang = xmlGetProp(cur, (xmlChar*)"lang"); in gda_set_new_from_spec_node()
1503 if (this_lang && strncmp ((gchar*)this_lang, lang, strlen ((gchar*)this_lang))) { in gda_set_new_from_spec_node()
1504 g_free (this_lang); in gda_set_new_from_spec_node()
1518 if (holder && !this_lang) { in gda_set_new_from_spec_node()
1519 xmlFree (this_lang); in gda_set_new_from_spec_node()
1522 g_free (this_lang); in gda_set_new_from_spec_node()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/
H A Dgda-set.c1498 xmlChar *this_lang; in gda_set_new_from_spec_node() local
1502 this_lang = xmlGetProp(cur, (xmlChar*)"lang"); in gda_set_new_from_spec_node()
1503 if (this_lang && strncmp ((gchar*)this_lang, lang, strlen ((gchar*)this_lang))) { in gda_set_new_from_spec_node()
1504 g_free (this_lang); in gda_set_new_from_spec_node()
1518 if (holder && !this_lang) { in gda_set_new_from_spec_node()
1519 xmlFree (this_lang); in gda_set_new_from_spec_node()
1522 g_free (this_lang); in gda_set_new_from_spec_node()
/dports/databases/libgda5/libgda-5.2.10/libgda/
H A Dgda-set.c1498 xmlChar *this_lang;
1502 this_lang = xmlGetProp(cur, (xmlChar*)"lang");
1503 if (this_lang && strncmp ((gchar*)this_lang, lang, strlen ((gchar*)this_lang))) {
1504 g_free (this_lang);
1518 if (holder && !this_lang) {
1519 xmlFree (this_lang);
1522 g_free (this_lang);
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/
H A Dgda-set.c1498 xmlChar *this_lang;
1502 this_lang = xmlGetProp(cur, (xmlChar*)"lang");
1503 if (this_lang && strncmp ((gchar*)this_lang, lang, strlen ((gchar*)this_lang))) {
1504 g_free (this_lang);
1518 if (holder && !this_lang) {
1519 xmlFree (this_lang);
1522 g_free (this_lang);
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/
H A Dgda-set.c1498 xmlChar *this_lang; in gda_set_new_from_spec_node() local
1502 this_lang = xmlGetProp(cur, (xmlChar*)"lang"); in gda_set_new_from_spec_node()
1503 if (this_lang && strncmp ((gchar*)this_lang, lang, strlen ((gchar*)this_lang))) { in gda_set_new_from_spec_node()
1504 g_free (this_lang); in gda_set_new_from_spec_node()
1518 if (holder && !this_lang) { in gda_set_new_from_spec_node()
1519 xmlFree (this_lang); in gda_set_new_from_spec_node()
1522 g_free (this_lang); in gda_set_new_from_spec_node()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.cc792 uint16 this_lang = cs->lang1; in SharpenBoundaries() local
793 if (this_lang == prior_lang) { in SharpenBoundaries()
802 if (SameCloseSet(prior_lang, this_lang)) { in SharpenBoundaries()
804 prior_lang = this_lang; in SharpenBoundaries()
819 static_cast<Language>(this_lang)); in SharpenBoundaries()
841 prior_lang = this_lang; in SharpenBoundaries()
/dports/www/firefox/firefox-99.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.cc792 uint16 this_lang = cs->lang1; in SharpenBoundaries() local
793 if (this_lang == prior_lang) { in SharpenBoundaries()
802 if (SameCloseSet(prior_lang, this_lang)) { in SharpenBoundaries()
804 prior_lang = this_lang; in SharpenBoundaries()
819 static_cast<Language>(this_lang)); in SharpenBoundaries()
841 prior_lang = this_lang; in SharpenBoundaries()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.cc792 uint16 this_lang = cs->lang1; in SharpenBoundaries() local
793 if (this_lang == prior_lang) { in SharpenBoundaries()
802 if (SameCloseSet(prior_lang, this_lang)) { in SharpenBoundaries()
804 prior_lang = this_lang; in SharpenBoundaries()
819 static_cast<Language>(this_lang)); in SharpenBoundaries()
841 prior_lang = this_lang; in SharpenBoundaries()
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.cc792 uint16 this_lang = cs->lang1; in SharpenBoundaries() local
793 if (this_lang == prior_lang) { in SharpenBoundaries()
802 if (SameCloseSet(prior_lang, this_lang)) { in SharpenBoundaries()
804 prior_lang = this_lang; in SharpenBoundaries()
819 static_cast<Language>(this_lang)); in SharpenBoundaries()
841 prior_lang = this_lang; in SharpenBoundaries()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.cc792 uint16 this_lang = cs->lang1; in SharpenBoundaries() local
793 if (this_lang == prior_lang) { in SharpenBoundaries()
802 if (SameCloseSet(prior_lang, this_lang)) { in SharpenBoundaries()
804 prior_lang = this_lang; in SharpenBoundaries()
819 static_cast<Language>(this_lang)); in SharpenBoundaries()
841 prior_lang = this_lang; in SharpenBoundaries()
/dports/devel/cld2/cld-20150505/internal/
H A Dscoreonescriptspan.cc794 uint16 this_lang = cs->lang1; in SharpenBoundaries() local
795 if (this_lang == prior_lang) { in SharpenBoundaries()
804 if (SameCloseSet(prior_lang, this_lang)) { in SharpenBoundaries()
806 prior_lang = this_lang; in SharpenBoundaries()
821 static_cast<Language>(this_lang)); in SharpenBoundaries()
843 prior_lang = this_lang; in SharpenBoundaries()

12345