/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | LocaleWinTest.cpp | 87 String formatDate(LCID lcid, int year, int month, int day) in formatDate() 93 unsigned firstDayOfWeek(LCID lcid) in firstDayOfWeek() 99 String monthLabel(LCID lcid, unsigned index) in monthLabel() 105 String weekDayShortLabel(LCID lcid, unsigned index) in weekDayShortLabel() 111 bool isRTL(LCID lcid) in isRTL() 118 String monthFormat(LCID lcid) in monthFormat() 124 String timeFormat(LCID lcid) in timeFormat() 130 String shortTimeFormat(LCID lcid) in shortTimeFormat() 136 String shortMonthLabel(LCID lcid, unsigned index) in shortMonthLabel() 142 String timeAMPMLabel(LCID lcid, unsigned index) in timeAMPMLabel() [all …]
|
/external/chromium_org/chrome_frame/ |
D | com_type_info_holder.h | 106 HRESULT GetTypeInfo(UINT itinfo, LCID lcid, ITypeInfo** info) { in GetTypeInfo() 115 HRESULT GetIDsOfNames(REFIID riid, OLECHAR** names, UINT count, LCID lcid, in GetIDsOfNames() 122 HRESULT Invoke(IDispatch* p, DISPID dispid, REFIID riid, LCID lcid, in Invoke() 149 STDMETHOD(GetTypeInfo)(UINT itinfo, LCID lcid, ITypeInfo** pptinfo) { in STDMETHOD() 154 LCID lcid, DISPID* dispids) { in STDMETHOD() 157 STDMETHOD(Invoke)(DISPID dispid, REFIID riid, LCID lcid, WORD flags, in STDMETHOD()
|
D | 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,
|
D | buggy_bho_handling.h | 21 REFIID riid, LCID lcid, WORD flags, 75 DISPID dispid, REFIID riid, LCID lcid, WORD flags, DISPPARAMS* params,
|
D | com_message_event.cc | 58 STDMETHODIMP ComMessageEvent::GetTypeInfo(UINT which_info, LCID lcid, in GetTypeInfo() 65 UINT count_names, LCID lcid, in GetIDsOfNames() 104 STDMETHODIMP ComMessageEvent::Invoke(DISPID dispid, REFIID iid, LCID lcid, in Invoke()
|
D | buggy_bho_handling.cc | 184 DISPID dispid, REFIID riid, LCID lcid, in BuggyBhoInvoke()
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | LocaleWin.h | 47 static PassOwnPtr<LocaleWin> create(LCID, bool defaultsForLocale); 68 explicit LocaleWin(LCID, bool defaultsForLocale); 77 LCID m_lcid;
|
D | LocaleWin.cpp | 52 typedef LCID (WINAPI* LocaleNameToLCIDPtr)(LPCWSTR, DWORD); 53 typedef HashMap<String, LCID> NameToLCIDMap; 106 static LCID WINAPI convertLocaleNameToLCID(LPCWSTR name, DWORD) in convertLocaleNameToLCID() 123 static LCID LCIDFromLocaleInternal(LCID userDefaultLCID, const String& userDefaultLanguageCode, Loc… in LCIDFromLocaleInternal() 131 static LCID LCIDFromLocale(const String& locale, bool defaultsForLocale) in LCIDFromLocale() 144 …LCID lcid = LCIDFromLocaleInternal(LOCALE_USER_DEFAULT, userDefaultLanguageCode, localeNameToLCID,… in LCIDFromLocale() 157 inline LocaleWin::LocaleWin(LCID lcid, bool defaultsForLocale) in LocaleWin() 169 PassOwnPtr<LocaleWin> LocaleWin::create(LCID lcid, bool defaultsForLocale) in create()
|
/external/stlport/src/c_locale_win32/ |
D | 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_si… 242 static int __intGetACP(LCID lcid); 243 static int __intGetOCP(LCID lcid); 244 static int __GetDefaultCP(LCID lcid); 1460 static LCID __FndLCID; 1470 static LCID LocaleFromHex(const char* locale) { in LocaleFromHex() [all …]
|
/external/chromium_org/sandbox/win/src/ |
D | process_thread_interception.h | 47 typedef LCID (WINAPI *GetUserDefaultLCIDFunction)(); 94 SANDBOX_INTERCEPT LCID WINAPI TargetGetUserDefaultLCID(
|
D | process_thread_interception.cc | 443 LCID WINAPI TargetGetUserDefaultLCID( in TargetGetUserDefaultLCID() 445 static LCID default_lcid = orig_GetUserDefaultLCID(); in TargetGetUserDefaultLCID()
|
D | interceptors_64.h | 54 SANDBOX_INTERCEPT LCID WINAPI TargetGetUserDefaultLCID64();
|
/external/chromium/base/win/ |
D | scoped_variant_unittest.cc | 48 STDMETHOD(GetTypeInfo)(UINT, LCID, ITypeInfo**) { in STDMETHOD() 52 STDMETHOD(GetIDsOfNames)(REFIID, LPOLESTR*, UINT, LCID, DISPID*) { in STDMETHOD() 56 STDMETHOD(Invoke)(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*, in STDMETHOD()
|
D | win_util_unittest.cc | 26 LCID original_locale_id_;
|
D | i18n.cc | 92 const LCID locale_id = MAKELCID(lang_id, SORT_DEFAULT); in GetUserDefaultUILanguage()
|
/external/chromium_org/base/win/ |
D | scoped_variant_unittest.cc | 48 STDMETHOD(GetTypeInfo)(UINT, LCID, ITypeInfo**) { in STDMETHOD() 52 STDMETHOD(GetIDsOfNames)(REFIID, LPOLESTR*, UINT, LCID, DISPID*) { in STDMETHOD() 56 STDMETHOD(Invoke)(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*, in STDMETHOD()
|
D | win_util_unittest.cc | 26 LCID original_locale_id_;
|
D | i18n.cc | 92 const LCID locale_id = MAKELCID(lang_id, SORT_DEFAULT); in GetUserDefaultUILanguage()
|
/external/libxslt/libxslt/ |
D | xsltlocale.h | 34 typedef LCID xsltLocale;
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | xsltlocale.h | 34 typedef LCID xsltLocale;
|
/external/skia/tools/ |
D | win_lcid.cpp | 15 LCID lcid = LocaleNameToLCID(pStr, NULL); in MyFuncLocaleEx()
|
/external/chromium_org/chrome_frame/test/ |
D | com_message_event_unittest.cc | 92 LCID lcid, DISPID* disp_ids) { in STDMETHOD() 98 STDMETHOD(Invoke)(DISPID id, REFIID iid, LCID lcid, WORD flags, in STDMETHOD() 118 STDMETHODNOTIMP(GetTypeInfo, (UINT, LCID, ITypeInfo**));
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | loctest.h | 144 LCID, enumerator
|
/external/icu4c/test/intltest/ |
D | loctest.h | 145 LCID, enumerator
|
/external/chromium_org/ui/base/ime/ |
D | remote_input_method_win.cc | 55 std::string GetLocaleString(LCID Locale_id, LCTYPE locale_type) { in GetLocaleString() 241 const LCID locale_id = MAKELCID(langid_, SORT_DEFAULT); in GetInputLocale()
|