HomeSort by relevance Sort by last modified time
    Searched defs:lcid (Results 1 - 8 of 8) sorted by null

  /external/icu4c/test/intltest/
winutil.h 31 int32_t lcid; member in struct:Win32Utilities::LCIDRecord
  /external/libxslt/libxslt/
xsltlocale.c 47 /*note typedef LCID xsltLocale !*/
48 xsltLocale lcid; member in struct:xsltRFC1766Info_s
62 if (xmlStrcmp(p->tag, languageTag) == 0) return p->lcid;
441 * @lcid: not used
448 xsltCountSupportedLocales(LPSTR lcid) {
449 (void) lcid;
456 * @lcid: not used
463 xsltIterateSupportedLocales(LPSTR lcid) {
470 k = sscanf(lcid, "%lx", (long*)&p->lcid);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 905 int lcid = MAKELCID(LOWORD(GetKeyboardLayout(0)), SORT_DEFAULT); local
908 if (GetLocaleInfo(lcid, LOCALE_IDEFAULTANSICODEPAGE, buff, sizeof(buff))) {
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 180 LCID id;
236 static int __GetLCID(const char* lang, const char* ctry, LCID* lcid);
237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf);
241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size);
242 static int __intGetACP(LCID lcid)
1485 LCID lcid = LocaleFromHex(locale); local
1651 LCID lcid; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 180 LCID id;
236 static int __GetLCID(const char* lang, const char* ctry, LCID* lcid);
237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf);
241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size);
242 static int __intGetACP(LCID lcid)
1485 LCID lcid = LocaleFromHex(locale); local
1651 LCID lcid; local
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 72 /* LCID */
174 LCID = 7,
554 if (strcmp(temp2, rawData2[LCID][i]) != 0) {
555 log_err("LCID mismatch: %s versus %s\n", temp2 , rawData2[LCID][i]);
2849 uint32_t lcid; local
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 480 milliseconds