Home
last modified time | relevance | path

Searched refs:is_fuzzy (Results 1 – 18 of 18) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dread-catalog.c103 this->is_fuzzy = false; in default_constructor()
173 mp->is_fuzzy = this->is_fuzzy; in default_copy_comment_state()
207 this->is_fuzzy = false; in default_reset_comment_state()
308 po_parse_comment_special (s, &this->is_fuzzy, this->is_format, &this->range, in default_comment_special()
408 mp->is_fuzzy = true; in default_add_message()
Dmsgl-cat.c84 && ((!is_header (mp) && mp->is_fuzzy) || mp->msgstr[0] == '\0')) in is_message_needed()
315 tmp->is_fuzzy = true; /* may be set to false later */ in catenate_msgdomain_list()
330 && ((!is_header (mp) && mp->is_fuzzy) in catenate_msgdomain_list()
545 tmp->is_fuzzy = mp->is_fuzzy; in catenate_msgdomain_list()
565 tmp->is_fuzzy = mp->is_fuzzy; in catenate_msgdomain_list()
630 if (!mp->is_fuzzy) in catenate_msgdomain_list()
631 tmp->is_fuzzy = false; in catenate_msgdomain_list()
759 tmp->is_fuzzy = true; in catenate_msgdomain_list()
Dmsgattrib.c570 && (mp->is_fuzzy in is_message_selected()
613 && !mp->is_fuzzy && mp->msgstr[0] != '\0') in process_message_list()
624 mp->is_fuzzy = true; in process_message_list()
630 && mp->is_fuzzy && !mp->obsolete) in process_message_list()
645 mp->is_fuzzy = false; in process_message_list()
Dmsgmerge.c1298 if (def->is_fuzzy) in message_merge()
1332 result->is_fuzzy = def->is_fuzzy | force_fuzzy; in message_merge()
1336 if (!result->is_fuzzy in message_merge()
1341 result->is_fuzzy = true; in message_merge()
1354 if (!result->is_fuzzy in message_merge()
1361 result->is_fuzzy = true; in message_merge()
1371 if (!result->is_fuzzy in message_merge()
1376 result->is_fuzzy = true; in message_merge()
1553 || (mp->is_fuzzy && !is_header (mp))))) /* fuzzy? */ in match_domain()
1635 if (!(for_msgfmt && (is_untranslated || mp->is_fuzzy))) in match_domain()
[all …]
Dwrite-stringtable.c210 if (mp->is_fuzzy || mp->msgstr[0] == '\0') in write_message()
243 if (mp->is_fuzzy) in write_message()
Dmsgl-equal.c176 if (mp1->is_fuzzy != mp2->is_fuzzy) in message_equal()
Dwrite-po.c432 if ((mp->is_fuzzy && mp->msgstr[0] != '\0') in message_print_comment_flags()
447 if (mp->is_fuzzy && mp->msgstr[0] != '\0') in message_print_comment_flags()
1286 else if (mp->is_fuzzy) in message_print()
1386 else if (mp->is_fuzzy) in message_print()
1433 if (mp->is_fuzzy in message_print_obsolete()
1442 if (mp->is_fuzzy) in message_print_obsolete()
Dread-catalog.h113 bool is_fuzzy; \
Dmessage.c142 mp->is_fuzzy = false; in message_alloc()
250 result->is_fuzzy = mp->is_fuzzy; in message_copy()
Dmessage.h192 bool is_fuzzy; member
Dwrite-properties.c229 || (mp->is_fuzzy && !is_header (mp))) in write_message()
Dmsgfmt.c1286 || (!include_fuzzies && mp->is_fuzzy && !is_header (mp))) in msgfmt_frob_new_message()
1316 if (mp->is_fuzzy) in msgfmt_frob_new_message()
1334 if (this->is_fuzzy) in msgfmt_comment_special()
Dmsgcmp.c329 else if (!include_fuzzies && defmsg->is_fuzzy && !is_header (defmsg)) in match_domain()
Dmsgl-check.c318 && !(ignore_fuzzy_messages && (mp->is_fuzzy && !is_header (mp))) in check_plural()
908 && !(ignore_fuzzy_messages && (mp->is_fuzzy && !is_header (mp)))) in check_message_list()
Dmsginit.c1889 header_mp->is_fuzzy = false; in fill_header()
Dxgettext.c2034 mp->is_fuzzy = true; in construct_header()
DChangeLog.02645 (message_ty): Change type of fields 'is_fuzzy', 'obsolete' to bool.
2660 (struct extract_class_ty): Change type of field 'is_fuzzy' to bool.
2668 * msgfmt.c (struct msgfmt_class_ty): Change type of fields 'is_fuzzy',
2714 * read-po.c (struct readall_class_ty): Change type of field 'is_fuzzy'
2754 (struct extract_class_ty): Change type of field 'is_fuzzy' to bool.
/third_party/gettext/gettext-tools/libgettextpo/
Dgettext-po.c1040 return (mp->is_fuzzy ? 1 : 0); in po_message_is_fuzzy()
1051 mp->is_fuzzy = fuzzy; in po_message_set_fuzzy()