Searched refs:langs (Results 1 - 7 of 7) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c1001 CFMutableArrayRef langs = CFArrayCreateMutable(alloc, 0, &kCFTypeArrayCallBacks); local
1002 _CFBundleAddPreferredLprojNamesInDirectory(alloc, url, localizations, langs, devLang);
1005 if (devLang && CFArrayGetFirstIndexOfValue(langs, CFRangeMake(0, CFArrayGetCount(langs)), devLang) < 0) CFArrayAppendValue(langs, devLang);
1008 if (CFArrayGetCount(langs) == 0) CFArrayAppendValue(langs, CFSTR("en"));
1012 return langs;
1087 CFMutableArrayRef langs = CFArrayCreateMutable(kCFAllocatorSystemDefault, 0, &kCFTypeArrayCallBacks); local
1091 if (_defaultLocalization) CFArrayAppendValue(langs, _defaultLocalizatio
1096 _CFBundleAddPreferredLprojNamesInDirectory(CFGetAllocator(bundle), bundle->_url, localizationsForBundle, langs, devLang); local
1100 _CFBundleAddPreferredLprojNamesInDirectory(CFGetAllocator(bundle), bundle->_url, localizationsForBundle, langs, CFSTR("en_US")); local
1107 _CFBundleAddPreferredLprojNamesInDirectory(CFGetAllocator(bundle), bundle->_url, localizationsForBundle, langs, firstLocalization); local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dcomvar.sh94 langs="ksh"
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dxlink.h102 * @langs: array of xml:lang values for the titles
119 const xmlChar **langs);
130 * @langs: array of xml:lang values for the titles
142 const xmlChar **langs);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxlink.h102 * @langs: array of xml:lang values for the titles
119 const xmlChar **langs);
130 * @langs: array of xml:lang values for the titles
142 const xmlChar **langs);
/macosx-10.9.5/ruby-104/ruby/lib/webrick/httpservlet/
H A Dfilehandler.rb364 langs = @options[:AcceptableLanguages]
368 elsif langs.size > 0
371 if langs.member?(lang) && File.file?(path_with_lang)
375 (langs - req.accept_language).each{|lang|
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Drss-assertions.rb1590 langs = %(ja en fr zh po)
1593 lang = langs[targets.size % langs.size]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dcalendar.tcl186 set langs [list \
192 if { $value ni $langs } {
193 return -code error "Unsupported language. Choose one of: $langs"

Completed in 264 milliseconds