Searched refs:fuzzy (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-properties-111 #, fuzzy
12 !extract\ me=some text to get fuzzy copied to result
18 #, c-format, fuzzy
19 !hello=Again some text for fuzzy
56 #, fuzzy
58 msgstr "some text to get fuzzy copied to result"
65 #, fuzzy, c-format
67 msgstr "Again some text for fuzzy"
H A Dmsgattrib-123 # Test --fuzzy option.
19 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --fuzzy -o ma-test12.tmp ma-test12.po
H A Dmsgattrib-1419 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --obsolete --no-fuzzy -o ma-test14.tmp ma-test14.po
H A Dmsgattrib-1556 ${MSGATTRIB} --clear-fuzzy -o ma-test15.tmp ma-test15.po
H A Dmsgattrib-1618 #, fuzzy, c-format
25 #, fuzzy, c-format
38 #, fuzzy
49 ${MSGATTRIB} --fuzzy -o ma-test16.tmp ma-test16.po
H A Dmsgattrib-43 # Test --only-fuzzy option.
19 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --only-fuzzy -o ma-test4.tmp ma-test4.po
77 #, fuzzy
81 #, fuzzy
H A Dmsgattrib-33 # Test --no-fuzzy option.
19 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --no-fuzzy -o ma-test3.tmp ma-test3.po
H A Dmsgattrib-83 # Test --set-fuzzy option. Note that the output routines ignore the fuzzy
20 #, fuzzy
48 #, fuzzy
62 ${MSGATTRIB} --set-fuzzy -o ma-test8.tmp ma-test8.po
71 #, fuzzy
79 #, fuzzy
84 #, fuzzy
105 #, fuzzy
109 #, fuzzy
[all...]
H A Dmsgattrib-93 # Test --clear-fuzzy option.
19 #, fuzzy
47 #, fuzzy
61 ${MSGATTRIB} --clear-fuzzy -o ma-test9.tmp ma-test9.po
H A Dmsgmerge-1861 #, fuzzy
120 ${MSGCMP} --use-fuzzy --use-untranslated mm-test18.po mm-test18.pot 2>/dev/null
131 # Note that the fuzzy guess for "Open" in context "Door state" could be either
151 #, fuzzy
167 #, fuzzy
173 #, fuzzy
201 ${MSGCMP} --use-fuzzy --use-untranslated mm-test18.new.po mm-test18.pot
H A Dmsgcmp-44 # 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dapi.c64 int exact, fuzzy; local
77 fuzzy = !strcmp(q->cra_name, name);
78 if (!exact && !(fuzzy && q->cra_priority > best))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c85 /* Determines whether to use fuzzy matching. */
115 { "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"));
613 The data structure is optimized for exact and fuzzy searches. */
621 /* A fuzzy index of the compendiums, for speed when doing fuzzy searches.
624 /* A once-only execution guard for the initialization of the fuzzy index.
643 /* Create the fuzzy inde
1113 struct search_result { message_ty *found; bool fuzzy; } *search_results; member in struct:search_result
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el119 (defcustom po-auto-fuzzy-on-edit nil
120 "*Automatically mark entries fuzzy when being edited."
125 "*Automatically select some new entry while making an entry not fuzzy."
141 #, fuzzy
704 (defvar po-fuzzy-counter)
777 TAB Remove fuzzy mark k K Kill to E Edit out full
808 ["Next fuzzy" po-next-fuzzy-entry
810 '(:help "Jump to next fuzzy entry"))]
828 ["Previous fuzzy" p
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c1033 /* Return true if the message is marked fuzzy. */
1044 /* Change the fuzzy mark of a message. */
1047 po_message_set_fuzzy (po_message_t message, int fuzzy) argument
1051 mp->is_fuzzy = fuzzy;

Completed in 176 milliseconds