/external/chromium_org/chrome_frame/ |
com_message_event.h | 50 STDMETHOD(GetTypeInfo)(UINT which_info, LCID lcid, ITypeInfo** type_info); 52 LCID lcid, DISPID* dispids); 53 STDMETHOD(Invoke)(DISPID dispid, REFIID iid, LCID lcid, WORD flags,
|
com_type_info_holder.h | 106 HRESULT GetTypeInfo(UINT itinfo, LCID lcid, ITypeInfo** info) { 115 HRESULT GetIDsOfNames(REFIID riid, OLECHAR** names, UINT count, LCID lcid, 122 HRESULT Invoke(IDispatch* p, DISPID dispid, REFIID riid, LCID lcid, 149 STDMETHOD(GetTypeInfo)(UINT itinfo, LCID lcid, ITypeInfo** pptinfo) { 150 return type_info_.GetTypeInfo(itinfo, lcid, pptinfo); 154 LCID lcid, DISPID* dispids) [all...] |
buggy_bho_handling.h | 21 REFIID riid, LCID lcid, WORD flags, 75 DISPID dispid, REFIID riid, LCID lcid, WORD flags, DISPPARAMS* params,
|
com_message_event.cc | 58 STDMETHODIMP ComMessageEvent::GetTypeInfo(UINT which_info, LCID lcid, 65 UINT count_names, LCID lcid, 89 hr = basic_event_->GetIDsOfNames(IID_IDispatch, &names[i], 1, lcid, 104 STDMETHODIMP ComMessageEvent::Invoke(DISPID dispid, REFIID iid, LCID lcid, 138 hr = basic_event_->Invoke(dispid, iid, lcid, flags, params, result,
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleWin.h | 47 static PassOwnPtr<LocaleWin> create(LCID, bool defaultsForLocale); 68 explicit LocaleWin(LCID, bool defaultsForLocale); 77 LCID m_lcid;
|
LocaleWin.cpp | 52 typedef LCID (WINAPI* LocaleNameToLCIDPtr)(LPCWSTR, DWORD); 53 typedef HashMap<String, LCID> NameToLCIDMap; 106 static LCID WINAPI convertLocaleNameToLCID(LPCWSTR name, DWORD) 123 static LCID LCIDFromLocaleInternal(LCID userDefaultLCID, const String& userDefaultLanguageCode, LocaleNameToLCIDPtr localeNameToLCID, const String& locale) 131 static LCID LCIDFromLocale(const String& locale, bool defaultsForLocale) 144 LCID lcid = LCIDFromLocaleInternal(LOCALE_USER_DEFAULT, userDefaultLanguageCode, localeNameToLCID, locale); local 145 if (!lcid) 146 lcid = LCIDFromLocaleInternal(LOCALE_USER_DEFAULT, userDefaultLanguageCode, localeNameToLCID, defaultLa (…) [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
LocaleWinTest.cpp | 87 String formatDate(LCID lcid, int year, int month, int day) 89 OwnPtr<LocaleWin> locale = LocaleWin::create(lcid, true /* defaultsForLocale */); 93 unsigned firstDayOfWeek(LCID lcid) 95 OwnPtr<LocaleWin> locale = LocaleWin::create(lcid, true /* defaultsForLocale */); 99 String monthLabel(LCID lcid, unsigned index) 101 OwnPtr<LocaleWin> locale = LocaleWin::create(lcid, true /* defaultsForLocale */); 105 String weekDayShortLabel(LCID lcid, unsigned index [all...] |
/external/chromium/base/win/ |
win_util_unittest.cc | 26 LCID original_locale_id_;
|
scoped_variant_unittest.cc | 48 STDMETHOD(GetTypeInfo)(UINT, LCID, ITypeInfo**) { 52 STDMETHOD(GetIDsOfNames)(REFIID, LPOLESTR*, UINT, LCID, DISPID*) { 56 STDMETHOD(Invoke)(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*,
|
i18n.cc | 92 const LCID locale_id = MAKELCID(lang_id, SORT_DEFAULT);
|
/external/chromium_org/base/win/ |
win_util_unittest.cc | 26 LCID original_locale_id_;
|
scoped_variant_unittest.cc | 48 STDMETHOD(GetTypeInfo)(UINT, LCID, ITypeInfo**) { 52 STDMETHOD(GetIDsOfNames)(REFIID, LPOLESTR*, UINT, LCID, DISPID*) { 56 STDMETHOD(Invoke)(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*,
|
i18n.cc | 92 const LCID locale_id = MAKELCID(lang_id, SORT_DEFAULT);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltlocale.h | 34 typedef LCID xsltLocale;
|
/external/libxslt/libxslt/ |
xsltlocale.h | 34 typedef LCID xsltLocale;
|
/external/skia/tools/ |
win_lcid.cpp | 15 LCID lcid = LocaleNameToLCID(pStr, NULL); local 16 if (lcid == 0) { 17 wprintf(L"Error %d getting LCID\n", GetLastError()); 21 if (lcid > 0x8000) { 24 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer);
|
/external/chromium_org/sandbox/win/src/ |
process_thread_interception.h | 47 typedef LCID (WINAPI *GetUserDefaultLCIDFunction)(); 94 SANDBOX_INTERCEPT LCID WINAPI TargetGetUserDefaultLCID(
|
process_thread_interception.cc | 440 // Cache the default LCID to avoid pinging CSRSS after lockdown. 443 LCID WINAPI TargetGetUserDefaultLCID( 445 static LCID default_lcid = orig_GetUserDefaultLCID();
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
loctest.h | 144 LCID,
|
/external/icu4c/test/intltest/ |
loctest.h | 145 LCID,
|
/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/chromium_org/chrome_frame/test/ |
com_message_event_unittest.cc | 92 LCID lcid, DISPID* disp_ids) { 98 STDMETHOD(Invoke)(DISPID id, REFIID iid, LCID lcid, WORD flags, 118 STDMETHODNOTIMP(GetTypeInfo, (UINT, LCID, ITypeInfo**));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 59 LCID = DWORD 176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 59 LCID = DWORD 176 'HWND', 'INT', 'LANGID', 'LARGE_INTEGER', 'LCID', 'LCTYPE',
|