Searched refs:lcid (Results 1 - 15 of 15) sorted by relevance

/external/skia/tools/
H A Dwin_lcid.cpp21 LCID lcid = LocaleNameToLCID(pStr, nullptr); local
22 if (lcid == 0) {
27 if (lcid > 0x8000) {
30 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer);
/external/icu/icu4c/source/test/intltest/
H A Dwinutil.h31 int32_t lcid; member in struct:Win32Utilities::LCIDRecord
H A Dwinnmtst.cpp132 static UnicodeString &getWindowsFormat(int32_t lcid, UBool currency, UnicodeString &appendTo, const wchar_t *fmt, ...) argument
187 result = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE);
193 int newLength = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, NULL, 0);
197 GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, newLength);
201 result = GetNumberFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE);
207 int newLength = GetNumberFormatW(lcid, 0, nBuffer, NULL, NULL, 0);
211 GetNumberFormatW(lcid, 0, nBuffer, NULL, buffer, newLength);
229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log) argument
238 getWindowsFormat(lcid, currency, wdBuffer, L"%.16f", d);
240 getWindowsFormat(lcid, currenc
[all...]
H A Dwinutil.cpp54 sscanf(lpLocaleString, "%8x", &lcidRecords[lcidCount].lcid);
56 localeIDLen = uprv_convertToPosix(lcidRecords[lcidCount].lcid, localeID, sizeof(localeID)/sizeof(localeID[0]), &status);
H A Dwindttst.cpp121 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_SLONGDATE, longDateFormat, 81);
122 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_STIMEFORMAT, longTimeFormat, 81);
123 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, sizeof(int32_t));
134 wdLength = GetDateFormatW(lcidRecords[i].lcid, DATE_LONGDATE, &winNow, NULL, wdBuffer, ARRAY_SIZE(wdBuffer));
135 wtLength = GetTimeFormatW(lcidRecords[i].lcid, 0, &winNow, NULL, wtBuffer, ARRAY_SIZE(wtBuffer));
/external/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp79 static void getNumberFormat(NUMBERFMTW *fmt, int32_t lcid) argument
83 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_IDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT));
84 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT));
86 GetLocaleInfoA(lcid, LOCALE_SGROUPING, buf, 10);
90 GetLocaleInfoW(lcid, LOCALE_SDECIMAL, fmt->lpDecimalSep, 6);
93 GetLocaleInfoW(lcid, LOCALE_STHOUSAND, fmt->lpThousandSep, 6);
95 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGNUMBER, (LPWSTR) &fmt->NegativeOrder, sizeof(UINT));
106 static void getCurrencyFormat(CURRENCYFMTW *fmt, int32_t lcid) argument
110 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT));
111 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBE
[all...]
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_localemgr.h15 virtual IFX_Locale* GetLocale(FX_WORD lcid);
H A Dfx_localemgr.cpp40 CFX_WideString wsLCID = pXmlLocale->GetAttrValue("", "lcid");
81 IFX_Locale* CFX_LocaleMgr::GetLocale(FX_WORD lcid) { argument
83 (IFX_Locale*)m_lcid2locale.GetValueAt((void*)(uintptr_t)lcid);
86 (CXML_Element*)m_lcid2xml.GetValueAt((void*)(uintptr_t)lcid);
89 m_lcid2locale.SetAt((void*)(uintptr_t)lcid, pLocale);
/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h145 HRESULT (WINAPI *GetTypeInfo)(IAMCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
146 HRESULT (WINAPI *GetIDsOfNames)(IAMCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
147 HRESULT (WINAPI *Invoke)(IAMCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
161 #define IAMCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
162 #define IAMCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
163 #define IAMCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
200 HRESULT (WINAPI *GetTypeInfo)(IMediaControl *This,UINT iTInfo,LCID lcid,ITypeInf
[all...]
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_localemgr.h34 virtual IFX_Locale* GetLocale(FX_WORD lcid);
/external/e2fsprogs/intl/
H A Dlocalename.c741 LCID lcid;
758 lcid = GetThreadLocale ();
761 langid = LANGIDFROMLCID (lcid);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3166 uint32_t lcid; local
3168 lcid = uloc_getLCID("en_US");
3169 if (lcid != 0x0409) {
3170 log_err(" uloc_getLCID(\"en_US\") = %d, expected 0x0409\n", lcid);
3173 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
3181 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
3204 sscanf(rawData2[LCID][i], "%x", &lcid);
3205 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
3207 log_err(" unexpected failure of uloc_getLocaleForLCID(%#04x), status %s\n", lcid, u_errorName(status));
3213 log_err(" returned length %d not correct for uloc_getLocaleForLCID(%#04x), expected %d\n", length, lcid, uprv_strle
[all...]
/external/pdfium/xfa/src/fgas/include/
H A Dfx_locale.h90 virtual IFX_Locale* GetLocale(FX_WORD lcid) = 0;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_localemgr.cpp1165 IFX_Locale* CXFA_LocaleMgr::GetLocale(FX_WORD lcid) { argument
1167 switch (lcid) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 464 milliseconds