Searched refs:lang (Results 126 - 150 of 598) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/bin/confgen/
H A Dutil.h24 #include <isc/lang.h>
/macosx-10.10/bind9-45.101/bind9/bin/rndc/
H A Dutil.h25 #include <isc/lang.h>
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddst_openssl.h23 #include <isc/lang.h>
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dkeydata.h35 #include <isc/lang.h>
H A Drcode.h25 #include <isc/lang.h>
H A Drdatalist.h47 #include <isc/lang.h>
H A Dtime.h30 #include <isc/lang.h>
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/
H A Drdatastructpre.h23 #include <isc/lang.h>
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dbitstring.h75 #include <isc/lang.h>
H A Derror.h28 #include <isc/lang.h>
H A Dtaskpool.h44 #include <isc/lang.h>
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/include/isc/
H A Dkeyboard.h27 #include <isc/lang.h>
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dntpaths.h29 #include <isc/lang.h>
/macosx-10.10/bind9-45.101/bind9/lib/isccc/include/isccc/
H A Dresult.h39 #include <isc/lang.h>
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dapp.h77 #include <isc/lang.h>
H A Dbitstring.h75 #include <isc/lang.h>
H A Dmd5.h46 #include <isc/lang.h>
H A Dsha1.h31 #include <isc/lang.h>
/macosx-10.10/ntp-92/lib/isc/unix/include/isc/
H A Dkeyboard.h27 #include <isc/lang.h>
/macosx-10.10/ntp-92/lib/isc/win32/include/isc/
H A Dntpaths.h29 #include <isc/lang.h>
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DConfig.pm18 lang
39 $self->lang ( $args{lang} || $DEFAULT_LANG );
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformSpeechSynthesisUtterance.h52 const String& lang() const { return m_lang; } function in class:WebCore::PlatformSpeechSynthesisUtterance
53 void setLang(const String& lang) { m_lang = lang; } argument
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dloclikely.cpp117 * Create a tag string from the supplied parameters. The lang, script and region
136 * @param lang The language tag to use.
152 const char* lang,
189 lang,
378 * Create a tag string from the supplied parameters. The lang, script and region
380 * must be less than or equal to 0. If the lang parameter is an empty string, the
390 * @param lang The language tag to use.
405 const char* lang,
418 lang,
451 * @param lang Th
151 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, char* tag, int32_t tagCapacity, UErrorCode* err) argument
404 createTagString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
461 parseTagString( const char* localeID, char* lang, int32_t* langLength, char* script, int32_t* scriptLength, char* region, int32_t* regionLength, UErrorCode* err) argument
577 createLikelySubtagsString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* variants, int32_t variantsLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
854 char lang[ULOC_LANG_CAPACITY]; local
961 char lang[ULOC_LANG_CAPACITY]; local
[all...]
/macosx-10.10/man-16/man/catopen/
H A Dcatopen.c96 char *path0, *path, *s, *file, *lang, *lang_l, *lang_t, *lang_c; local
101 lang = getenv("LANG");
102 if (!lang)
103 lang = "";
104 langsz = strlen(lang);
106 lang_l = lang;
169 strncpy(path, lang, langsz); path += langsz; break;
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dlocale.c52 static char *lang; variable
234 /* Called when LANG is assigned a value. Tracks value in `lang'. Calls
241 FREE (lang);
243 lang = savestring (value);
246 lang = (char *)xmalloc (1);
247 lang[0] = '\0';
281 locale = lang;
295 if (lang == 0 || *lang == '\0')
297 if (setlocale (LC_ALL, lang
[all...]

Completed in 151 milliseconds

1234567891011>>