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

1234567891011>>

/macosx-10.10.1/cups-408/cups/cups/
H A Dtestlang.c19 * main() - Load the specified language and show the strings for yes and no.
30 * 'main()' - Load the specified language and show the strings for yes and no.
39 cups_lang_t *language; /* Message catalog */ local
57 language = cupsLangDefault();
62 language = cupsLangGet(argv[1]);
66 if (language != language2)
74 printf("Language = \"%s\"\n", language->language);
75 printf("Encoding = \"%s\"\n", _cupsEncodingName(language->encoding));
76 printf("No = \"%s\"\n", _cupsLangString(language, "N
[all...]
H A Dlanguage.c2 * "$Id: language.c 11560 2014-02-06 20:10:19Z msweet $"
4 * I18N/language support for CUPS.
118 const char * const language; /* Language ID */ member in struct:__anon6975
123 { /* Locale to language ID LUT */
162 * '_cupsAppleLanguage()' - Get the Apple language identifier associated with a
168 char *language,/* I - Language ID buffer */
169 size_t langsize) /* I - Size of language ID buffer */
173 langid; /* CF language identifier */
188 strlcpy(language, "en", langsize);
192 strlcpy(language, local
167 _cupsAppleLanguage(const char *locale, char *language, size_t langsize) argument
360 cupsLangGet(const char *language) argument
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A D4.1-requests.test7 # attributes-natural-language
22 EXPECT attributes-natural-language
40 EXPECT attributes-natural-language
51 ATTR language attributes-natural-language en
58 EXPECT attributes-natural-language
69 ATTR language attributes-natural-language en
77 EXPECT attributes-natural-language
89 ATTR language attribute
[all...]
H A D4.2-cups-printer-ops.test17 ATTR language attributes-natural-language en
27 EXPECT attributes-natural-language
40 ATTR language attributes-natural-language en
48 EXPECT attributes-natural-language
61 ATTR language attributes-natural-language en
69 EXPECT attributes-natural-language
82 ATTR language attribute
[all...]
H A Dget-notifications.test30 ATTR language attributes-natural-language en
H A D4.4-subscription-ops.test17 ATTR language attributes-natural-language en
31 EXPECT attributes-natural-language
49 ATTR language attributes-natural-language en
59 EXPECT attributes-natural-language
72 ATTR language attributes-natural-language en
91 EXPECT attributes-natural-language
106 ATTR language attribute
[all...]
H A D4.3-job-ops.test17 ATTR language attributes-natural-language en
38 ATTR language attributes-natural-language en
49 EXPECT attributes-natural-language
63 ATTR language attributes-natural-language en
72 EXPECT attributes-natural-language
88 ATTR language attributes-natural-language e
[all...]
H A Dcancel-current-job.test31 ATTR language attributes-natural-language en
53 ATTR language attributes-natural-language en
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dsstubmts.h96 language_k_t language, /* Language stub is to interface to */
H A Dcstubmts.h105 language_k_t language, /* Language stub is to interface to */
H A Dcstubgen.h114 language_k_t language, /* Language stub is to interface to */
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/Parser/
H A DJavaScriptPod.pm6 __PACKAGE__->language('javascript');
H A DPerlPod.pm6 __PACKAGE__->language('perl');
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_6/Regress/
H A Dregress-314887.js12 * for the specific language governing rights and limitations under the
46 <script language="JavaScript" type="text/JavaScript">
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dcgi-private.h22 #include <cups/language-private.h>
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dbonjour-access-tests.test33 ATTR language attributes-natural-language en
H A Dbonjour-value-tests.test33 ATTR language attributes-natural-language en
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dcfonts.h22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
H A Dcfonts.cpp34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
38 return pfi->getNameString(nameID, platform, encoding, language);
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A Dcfonts.h22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
H A Dcfonts.cpp34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
38 return pfi->getNameString(nameID, platform, encoding, language);
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dnls.c207 char *cp, *language, *result; local
209 cp = language = name;
215 /* This does not make sense: language has to be specified. As
218 if (language == cp)
220 *lenp = strlen (language);
221 result = language;
245 *lenp = strlen (language);
246 result = language;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/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');
/macosx-10.10.1/cxxfilt-11/cxxfilt/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');
/macosx-10.10.1/OpenSSL098-52/src/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)))
248 ASN1_OBJECT *language = NULL; local
279 &language, &pathlen, &policy);
288 &language, &pathlen, &policy))
297 if (!language)
302 i = OBJ_obj2nid(language);
316 pci->proxyPolicy->policyLanguage = language; languag
75 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]

Completed in 139 milliseconds

1234567891011>>