HomeSort by: relevance | last modified time | path
    Searched refs:fuzzy (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-properties-1 11 #, fuzzy
12 !extract\ me=some text to get fuzzy copied to result
18 #, c-format, fuzzy
19 !hello=Again some text for fuzzy
54 #, fuzzy
56 msgstr "some text to get fuzzy copied to result"
63 #, fuzzy, c-format
65 msgstr "Again some text for fuzzy"
msgattrib-15 56 ${MSGATTRIB} --clear-fuzzy -o ma-test15.out ma-test15.po
msgattrib-16 18 #, fuzzy, c-format
25 #, fuzzy, c-format
38 #, fuzzy
49 ${MSGATTRIB} --fuzzy -o ma-test16.out ma-test16.po
msgattrib-12 3 # Test --fuzzy option.
19 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --fuzzy -o ma-test12.out ma-test12.po
msgattrib-14 19 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --obsolete --no-fuzzy -o ma-test14.out ma-test14.po
msgattrib-3 3 # Test --no-fuzzy option.
19 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --no-fuzzy -o ma-test3.out ma-test3.po
msgattrib-4 3 # Test --only-fuzzy option.
19 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --only-fuzzy -o ma-test4.out ma-test4.po
75 #, fuzzy
79 #, fuzzy
msgattrib-8 3 # Test --set-fuzzy option. Note that the output routines ignore the fuzzy
20 #, fuzzy
48 #, fuzzy
62 ${MSGATTRIB} --set-fuzzy -o ma-test8.out ma-test8.po
69 #, fuzzy
77 #, fuzzy
82 #, fuzzy
103 #, fuzzy
107 #, fuzzy
    [all...]
msgattrib-9 3 # Test --clear-fuzzy option.
19 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --clear-fuzzy -o ma-test9.out ma-test9.po
msgmerge-18 61 #, fuzzy
120 ${MSGCMP} --use-fuzzy --use-untranslated mm-test18.po mm-test18.pot 2>/dev/null
129 # Note that the fuzzy guess for "Open" in context "Door state" could be either
149 #, fuzzy
165 #, fuzzy
171 #, fuzzy
199 ${MSGCMP} --use-fuzzy --use-untranslated mm-test18.new.po mm-test18.pot
msgcmp-4 4 # Test --use-fuzzy option.
16 #, fuzzy
58 #, fuzzy, c-format
65 #, fuzzy, c-format
73 #, fuzzy, c-format
79 #, fuzzy, c-format
94 ${MSGCMP} --use-fuzzy mc-test4.po1 mc-test4.pot > mc-test4.out11 2>&1
140 #, fuzzy, c-format
152 # Verify that previous msgids are ignored even when specified on non-fuzzy
  /src/external/gpl2/gettext/include/
gettext-po.h 292 /* Return true if the message is marked fuzzy. */
295 /* Change the fuzzy mark of a message. */
296 extern void po_message_set_fuzzy (po_message_t message, int fuzzy);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
gettext-po.h.in 292 /* Return true if the message is marked fuzzy. */
295 /* Change the fuzzy mark of a message. */
296 extern void po_message_set_fuzzy (po_message_t message, int fuzzy);
gettext-po.c 1028 /* Return true if the message is marked fuzzy. */
1039 /* Change the fuzzy mark of a message. */
1042 po_message_set_fuzzy (po_message_t message, int fuzzy)
1046 mp->is_fuzzy = fuzzy;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgmerge.c 86 /* Determines whether to use fuzzy matching. */
116 { "no-fuzzy-matching", no_argument, NULL, 'N' },
467 cannot be found, fuzzy matching is used to produce better results.\n\
524 -N, --no-fuzzy-matching do not use fuzzy matching\n"));
609 The data structure is optimized for exact and fuzzy searches. */
617 /* A fuzzy index of the compendiums, for speed when doing fuzzy searches.
620 /* A once-only execution guard for the initialization of the fuzzy index.
639 /* Create the fuzzy index
1113 struct search_result { message_ty *found; bool fuzzy; } *search_results; member in struct:search_result
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 105 (defcustom po-auto-fuzzy-on-edit nil
106 "*Automatically mark entries fuzzy when being edited."
111 "*Automatically select some new entry while making an entry not fuzzy."
127 #, fuzzy
605 (defvar po-fuzzy-counter)
672 Moving around f F Fuzzy ?, h This help
678 TAB Remove fuzzy mark k K Kill to E Edit out full
679 DEL Fuzzy or fade out w W Copy to Q Forceful quit
709 ["Next fuzzy" po-next-fuzzy-entr
    [all...]

Completed in 23 milliseconds