Searched refs:language (Results 1 - 25 of 153) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/po/
H A Dmmsmallpo.sh8 language=$2
10 msgmerge --force-po $language.po $directory.pot -o - | \
24 > ../$directory/po/$language.po
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/
H A Dteam-address7 language="$4" # e.g. "pt"
11 /bin/sh "$projectsdir/$project/team-address" "$projectsdir" "$progdir" "$catalog" "$language"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-locale-language.c1 /* Test of language code determination.
32 const char *language; local
40 language = uc_locale_language ();
41 ASSERT (strcmp (language, expected) == 0);
H A Dtest-locale-language.sh3 LC_ALL=C ./test-locale-language${EXEEXT} '' || exit 1
7 LC_ALL=$LOCALE_FR_UTF8 ./test-locale-language${EXEEXT} fr || exit 1
12 LC_ALL=$LOCALE_FR_UTF8 ./test-locale-language${EXEEXT} fr || exit 1
17 LC_ALL=$LOCALE_JA ./test-locale-language${EXEEXT} ja || exit 1
22 LC_ALL=$LOCALE_TR_UTF8 ./test-locale-language${EXEEXT} tr || exit 1
27 LC_ALL=$LOCALE_ZH_CN ./test-locale-language${EXEEXT} zh || exit 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dlocale-language.c36 /* Find the end of the language portion. */
41 /* Return a statically allocated pointer to the language portion, so that the
48 const char *language = local
50 if (language != NULL)
51 return language;
H A Dspecial-casing.h44 char language[2]; member in struct:special_casing_rule
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/TP/
H A Dteam-address7 language="$4" # e.g. "pt"
30 address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
35 (echo "A translation team exists for your language ($language) but not for"
37 echo "translation team for $language or create a new translation team for $catalog."
40 echo " "`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
55 (echo "A translation team for your language ($language) does not exist yet."
56 echo "If you want to create a new translation team for $language"`test "$catalog" = "$language" || ech
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dplural-table.h26 const char *language; member in struct:plural_table_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dexplodename.c40 /* Split a locale name NAME into a leading language part and all the
41 rest. Return a pointer to the first character after the language,
57 const char **language, const char **modifier,
70 look for the language. Termination symbols are `_', '.', and `@'. */
72 *language = cp = name;
73 cp = _nl_find_language (*language);
75 if (*language == cp)
76 /* This does not make sense: language has to be specified. Use
78 cp = strchr (*language, '\0');
56 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset) argument
H A Dloadinfo.h101 const char *language, const char *territory,
112 /* Split a locale name NAME into its pieces: language, modifier,
127 extern int _nl_explode_name (char *name, const char **language,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dprint_cups.c26 #include <cups/language.h>
84 cups_lang_t *language = NULL; /* Default language */ local
115 * attributes-natural-language
124 language = cupsLangDefault();
127 "attributes-charset", NULL, cupsLangEncoding(language));
130 "attributes-natural-language", NULL, language->language);
197 * attributes-natural-language
295 cups_lang_t *language = NULL; /* Default language */ local
385 cups_lang_t *language = NULL; /* Default language */ local
475 cups_lang_t *language = NULL; /* Default language */ local
565 cups_lang_t *language = NULL; /* Default language */ local
697 cups_lang_t *language = NULL; /* Default language */ local
1014 cups_lang_t *language = NULL; /* Default language */ local
1105 cups_lang_t *language = NULL; /* Default language */ local
1207 cups_lang_t *language = NULL; /* Default language */ local
[all...]
H A Dprint_iprint.c28 #include <cups/language.h>
75 cups_lang_t *language = NULL; /* Default language */ local
88 * attributes-natural-language
98 language = cupsLangDefault();
104 "attributes-natural-language", NULL, language->language);
152 if (language)
153 cupsLangFree(language);
169 cups_lang_t *language = NULL; /* Default language */ local
315 cups_lang_t *language = NULL; /* Default language */ local
433 cups_lang_t *language = NULL; /* Default language */ local
531 cups_lang_t *language = NULL; /* Default language */ local
629 cups_lang_t *language = NULL; /* Default language */ local
728 cups_lang_t *language = NULL; /* Default language */ local
853 cups_lang_t *language = NULL; /* Default language */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
56 const char **language;
78 look for the language. Termination symbols are `_' and `@' if
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
86 /* This does not make sense: language has to be specified. Use
88 cp = strchr (*language, '\0');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_pci.c77 ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
82 if (strcmp(val->name, "language") == 0) {
83 if (*language) {
89 if (!(*language = OBJ_txt2obj(val->value, 0))) {
231 ASN1_OBJECT *language = NULL; local
258 &language, &pathlen, &policy);
264 if (!process_pci_value(cnf, &language, &pathlen, &policy)) {
272 if (!language) {
277 i = OBJ_obj2nid(language);
290 pci->proxyPolicy->policyLanguage = language;
76 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_pci.c76 ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
81 if (strcmp(val->name, "language") == 0)
83 if (*language)
89 if (!(*language = OBJ_txt2obj(val->value, 0)))
222 ASN1_OBJECT *language = NULL; local
253 &language, &pathlen, &policy);
262 &language, &pathlen, &policy))
271 if (!language)
276 i = OBJ_obj2nid(language);
296 pci->proxyPolicy->policyLanguage = language; languag
75 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_pci.c77 ASN1_OBJECT **language, ASN1_INTEGER **pathlen,
82 if (strcmp(val->name, "language") == 0) {
83 if (*language) {
89 if (!(*language = OBJ_txt2obj(val->value, 0))) {
231 ASN1_OBJECT *language = NULL; local
258 &language, &pathlen, &policy);
264 if (!process_pci_value(cnf, &language, &pathlen, &policy)) {
272 if (!language) {
277 i = OBJ_obj2nid(language);
290 pci->proxyPolicy->policyLanguage = language;
76 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest2.c24 extern struct language * in_word_set (const char *, int);
26 extern struct language * in_word_set ();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/rss/
H A Drss.h48 char *language; member in struct:channel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/rss/
H A Drss.h48 char *language; member in struct:channel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DKeyWords.h12 * A LexerModule is responsible for lexing and folding a particular language.
14 * module appropriate to a particular language.
19 int language; member in class:LexerModule
38 int GetLanguage() const { return language; }
50 static const LexerModule *Find(int language);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbbrowse.cpp53 // set the language to use // Help.?? (.std = english, .de = german etc.)
54 const wxChar *language = NULL; // czech, german, french, polish local
83 language = argv[2]; // czech, english, french, german , polish
121 langid = _T("std"); // Standard language is "std" = english
130 { // The three-letter language-string codes are only valid in Windows NT and Windows 95.
132 language = _T("czech"); // csy or czech
135 language = _T("german"); // deu or german
140 language = _T("french"); // fra or french
142 language = _T("polish"); // plk or polish
143 if (!m_locale.Init(language, langi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dprint_cups.c43 #include <cups/language.h>
71 cups_lang_t *language; local
73 language = cupsLangDefault(); /* needed for conversion */
74 return cupsLangEncoding(language);
101 cups_lang_t *language; /* Default language */ local
127 * attributes-natural-language
137 language = cupsLangDefault();
140 "attributes-charset", NULL, cupsLangEncoding(language));
143 "attributes-natural-language", NUL
198 cups_lang_t *language; /* Default language */ local
378 cups_lang_t *language; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DKeyWords.cxx31 language(language_),
39 if (language == SCLEX_AUTOMATIC) {
40 language = nextLanguage;
74 const LexerModule *LexerModule::Find(int language) { argument
77 if (lm->language == language) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/ffmpeg/
H A Dffmpeg-0.5.tv.patch.sh64 char str[1024], key2[16], language[4] = {0};
96 if (*language && strcmp(language, "und")) {
97 snprintf(key2, sizeof(key2), "%s-%s", key, language);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/misc/scripts/
H A Dmakegtktags2 ctags --totals --language-force=c++ -I WXDLLEXPORT \

Completed in 380 milliseconds

1234567