HomeSort by relevance Sort by last modified time
    Searched full:langid (Results 1 - 18 of 18) 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 885 uint16_t langID;
900 langID = LANGUAGE_LCID(hostid);
904 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
921 // langID is separate so that this file doesn't depend on the uloc_* API.
927 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status)
942 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
955 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID)
    [all...]
uloc.c     [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 ));
  /bootable/bootloader/legacy/include/boot/
usb_descriptors.h 46 0x0409, // LANGID for US English
  /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/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 552 UOPTION_DEF("langid", 'i', UOPT_REQUIRES_ARG), // Windows Language ID number.
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 342 milliseconds