Home
last modified time | relevance | path

Searched refs:wsLCID (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localemgr.cpp40 CFX_WideString wsLCID = pXmlLocale->GetAttrValue("", "lcid"); in FX_LocaleMgr_Create() local
42 FX_DWORD dwLCID = wcstol(wsLCID, &pEnd, 16); in FX_LocaleMgr_Create()
Dfx_locale.cpp740 CFX_WideString wsLCID; in GetLocaleName() local
742 wsLCID += pStr[ccf++]; in GetLocaleName()
744 return wsLCID; in GetLocaleName()
777 CFX_WideString wsLCID; in GetTextFormat() local
779 wsLCID += pStr[ccf++]; in GetTextFormat()
781 pLocale = GetPatternLocale(wsLCID); in GetTextFormat()
836 CFX_WideString wsLCID; in GetNumericFormat() local
838 wsLCID += pStr[ccf++]; in GetNumericFormat()
840 pLocale = GetPatternLocale(wsLCID); in GetNumericFormat()
2313 CFX_WideString wsLCID; in GetDateTimeFormat() local
[all …]