HomeSort by relevance Sort by last modified time
    Searched full:langid (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/platform/win/
LanguageWin.cpp 35 LANGID langID = GetUserDefaultUILanguage();
36 int localeChars = GetLocaleInfo(langID, localeType, 0, 0);
41 localeChars = GetLocaleInfo(langID, localeType, localeNameBuf, localeChars);
  /external/icu4c/common/
locmap.h 34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
locmap.c 959 uint16_t langID;
    [all...]
uloc.cpp     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/
Readme.txt 23 ./PicoLingware/Tools/buidlpkb.sh <langid> <countryid> <voice>
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 137 byte getStrDescr( byte addr, byte ep, unsigned int nbytes, byte index, unsigned int langid, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
169 inline byte USB::getStrDescr( byte addr, byte ep, unsigned int nbytes, byte index, unsigned int langid, char* dataptr, unsigned int nak_limit ) {
170 return( ctrlReq( addr, ep, bmREQ_GET_DESCR, USB_REQUEST_GET_DESCRIPTOR, index, USB_DESCRIPTOR_STRING, langid, nbytes, dataptr, nak_limit ));
  /external/icu4c/test/perf/collationperf/
readme.html 39 -langid 0x1234 Windows Language ID number. Default 0x409 (en_US)
collperf.cpp 30 "-langid 0x1234 Windows Language ID number. Default to value for -locale option\n"
149 {"-langid", OptSpec::NUM, &opt_langid},
    [all...]
  /external/e2fsprogs/intl/
localename.c 742 LANGID langid;
761 langid = LANGIDFROMLCID (lcid);
764 primary = PRIMARYLANGID (langid);
765 sub = SUBLANGID (langid);
  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 416 GURL("http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBcQFjAA&url=http%3A%2F%2Fwww.abercrombie.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FStoreLocator%3FcatalogId%3D%26storeId%3D10051%26langId%3D-1&rct=j&q=allinurl%3A%26&ei=KLyUTYGSEdTWiAKUmLCdCQ&usg=AFQjCNF8nJ2MpBFfr1ijO39_f22bcKyccw&sig2=2ymyGpO0unJwU1d4kdCUjQ"),
418 ASSERT_EQ(GURL("http://www.abercrombie.com/webapp/wcs/stores/servlet/StoreLocator?catalogId=&storeId=10051&langId=-1").spec(), result.spec());
  /external/chromium/base/win/
i18n.cc 90 LANGID lang_id = ::GetUserDefaultUILanguage();
  /external/libusb-compat/libusb/
usb.h 289 int usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf,
core.c 852 API_EXPORTED int usb_get_string(usb_dev_handle *dev, int desc_index, int langid,
857 langid & 0xffff, buf, (int) buflen);
  /external/libusb/libusb/
descriptor.c 679 int r, langid, si, di; local
693 langid = tbuf[2] | (tbuf[3] << 8);
695 r = libusb_get_string_descriptor(dev, desc_index, langid, tbuf,
libusb.h     [all...]
  /external/libusb_aah/libusb/
descriptor.c 683 uint16_t langid; local
704 langid = tbuf[2] | (tbuf[3] << 8);
706 r = libusb_get_string_descriptor(dev, desc_index, langid, tbuf,
libusb.h     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
tsql.php 94 '@@DATEFIRST','@@OPTIONS','@@DBTS','@@REMSERVER','@@LANGID','@@SERVERNAME',
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 30 "-langid 0x1234 Windows Language ID number. Default to value for -locale option\n"
132 {"-langid", OptSpec::NUM, &opt_langid},
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildpkb.sh 27 echo "usage: $0 <langid> <countryid> <voice>";
  /external/icu4c/test/perf/collperf/
collperf.cpp 563 UOPTION_DEF("langid", 'i', UOPT_REQUIRES_ARG), // Windows Language ID number.

Completed in 648 milliseconds