Searched defs:lang (Results 1 - 25 of 125) sorted by relevance

12345

/macosx-10.10/vim-55/runtime/spell/
H A Dcheck_locales.vim6 let lang = substitute(item.text, '.*LANG=\(\S\+\).*', '\1', '') variable
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth2-kbdint.c48 char *lang, *devs; local
H A Dkexgssc.c69 char *lang; local
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformSpeechSynthesisVoice.cpp33 PassRefPtr<PlatformSpeechSynthesisVoice> PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) argument
43 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) argument
H A DPlatformSpeechSynthesisVoice.h48 const String& lang() const { return m_lang; } function in class:WebCore::PlatformSpeechSynthesisVoice
49 void setLang(const String& lang) { m_lang = lang; } argument
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/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotification.cpp36 WebNotification::WebNotification(const String& title, const String& body, const String& iconURL, const String& tag, const String& lang, const String& dir, const String& originString, uint64_t notificationID) argument
H A DWebNotification.h46 static PassRefPtr<WebNotification> create(const String& title, const String& body, const String& iconURL, const String& tag, const String& lang, const String& dir, const String& originString, uint64_t notificationID) argument
55 const String& lang() const { return m_lang; } function in class:WebKit::WebNotification
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-langs.el[all...]
H A Dcc-defs.el[all...]
/macosx-10.10/vim-55/runtime/tutor/
H A Dtutor.vim[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcsmatch.cpp27 set(InputText *input, const CharsetRecognizer *cr, int32_t conf, const char *csName, const char *lang) argument
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechRecognitionController.h41 void start(SpeechRecognition* recognition, const SpeechGrammarList* grammars, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) argument
H A DSpeechSynthesisVoice.h45 const String& lang() const { return m_platformVoice->lang(); } function in class:WebCore::SpeechSynthesisVoice
H A DSpeechSynthesisUtterance.h49 const String& lang() const { return m_platformUtterance->lang(); } function in class:WebCore::final
50 void setLang(const String& lang) { m_platformUtterance->setLang(lang); } argument
H A DSpeechRecognition.h55 String lang() { return m_lang; } function in class:WebCore::SpeechRecognition
56 void setLang(const String& lang) { m_lang = lang; } argument
/macosx-10.10/cups-408/cups/cups/
H A Dnotify.c40 cupsNotifySubject(cups_lang_t *lang, /* I - Language data */ argument
171 cupsNotifyText(cups_lang_t *lang, ipp_t *event) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/csdet/
H A Dcsdet.c58 const char *lang = ucsdet_getLanguage(csm[match], &status); local
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dletsutil.cpp97 le_int32 getLanguageCode(const char *lang) argument
/macosx-10.10/emacs-93/emacs/lisp/
H A Dtutorial.el[all...]
/macosx-10.10/adv_cmds-158/gencat/
H A Dgencat.c76 int lang = MCLangC; local
138 writeIfChanged(char *fname, int lang, int orConsts) argument
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathkey.c44 pathkey(char* key, char* attr, const char* lang, const char* tool, const char* path) argument
54 pathkey_20100601(const char* lang, const char* tool, const char* apath, char* key, size_t keysize, char* attr, size_t attrsize) argument
/macosx-10.10/man-16/man/catopen/
H A Dcatopen.c96 char *path0, *path, *s, *file, *lang, *lang_l, *lang_t, *lang_c; local
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DNotification.h90 String lang() const { return m_lang; } function in class:WebCore::final
91 void setLang(const String& lang) { m_lang = lang; } argument
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_xml.h168 const char *lang; member in struct:apr_xml_elem

Completed in 285 milliseconds

12345