Home
last modified time | relevance | path

Searched refs:IFX_Locale (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localemgr.h18 class IFX_Locale; variable
26 IFX_Locale* GetDefLocale();
27 IFX_Locale* GetLocaleByName(const WideString& wsLocaleName);
29 void SetDefLocale(IFX_Locale* pLocale);
33 std::unique_ptr<IFX_Locale> GetLocale(uint16_t lcid);
35 std::vector<std::unique_ptr<IFX_Locale>> m_LocaleArray;
36 std::vector<std::unique_ptr<IFX_Locale>> m_XMLLocaleArray;
37 IFX_Locale* m_pDefLocale; // owned by m_LocaleArray or m_XMLLocaleArray.
Dcxfa_localevalue.h14 class IFX_Locale; variable
39 IFX_Locale* pLocale,
46 IFX_Locale* pLocale,
51 IFX_Locale* pLocale,
57 IFX_Locale* pLocale);
71 IFX_Locale* pLocale,
82 IFX_Locale* pLocale);
Dcxfa_localemgr.cpp1068 static std::unique_ptr<IFX_Locale> XFA_GetLocaleFromBuffer(const uint8_t* pBuf, in XFA_GetLocaleFromBuffer()
1149 IFX_Locale* CXFA_LocaleMgr::GetDefLocale() { in GetDefLocale()
1159 std::unique_ptr<IFX_Locale> locale(GetLocale(m_dwDeflcid)); in GetDefLocale()
1167 std::unique_ptr<IFX_Locale> CXFA_LocaleMgr::GetLocale(uint16_t lcid) { in GetLocale()
1203 IFX_Locale* CXFA_LocaleMgr::GetLocaleByName(const WideString& wsLocaleName) { in GetLocaleByName()
1205 IFX_Locale* pLocale = m_LocaleArray[i].get(); in GetLocaleByName()
1212 IFX_Locale* pLocale = m_XMLLocaleArray[i].get(); in GetLocaleByName()
1217 std::unique_ptr<IFX_Locale> pLocale(GetLocale(XFA_GetLanguage(wsLocaleName))); in GetLocaleByName()
1218 IFX_Locale* pRetLocale = pLocale.get(); in GetLocaleByName()
1224 void CXFA_LocaleMgr::SetDefLocale(IFX_Locale* pLocale) { in SetDefLocale()
Dcxfa_localevalue.cpp90 IFX_Locale* pLocale, in CXFA_LocaleValue()
108 IFX_Locale* pLocale, in ValidateValue()
111 IFX_Locale* locale = m_pLocaleMgr->GetDefLocale(); in ValidateValue()
321 IFX_Locale* pLocale, in FormatPatterns()
337 IFX_Locale* pLocale, in FormatSinglePattern()
339 IFX_Locale* locale = m_pLocaleMgr->GetDefLocale(); in FormatSinglePattern()
605 IFX_Locale* pLocale) { in ParsePatternValue()
606 IFX_Locale* locale = m_pLocaleMgr->GetDefLocale(); in ParsePatternValue()
718 IFX_Locale* pLocale) { in ValidateNumericTemp()
Dcxfa_xmllocale.h16 class CXFA_XMLLocale : public IFX_Locale {
Dcxfa_nodelocale.h19 class CXFA_NodeLocale : public IFX_Locale {
Dcxfa_node.h37 class IFX_Locale; variable
198 IFX_Locale* GetLocale();
Dcxfa_node.cpp618 IFX_Locale* CXFA_Node::GetLocale() { in GetLocale()
656 IFX_Locale* pLocale = GetDocument()->GetLocalMgr()->GetDefLocale(); in GetLocaleName()
1781 IFX_Locale* pLocale = GetLocale(); in ProcessFormatTestValidate()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h18 IFX_Locale* pLocale);
58 IFX_Locale* GetNumericFormat(const WideString& wsPattern,
66 IFX_Locale** pLocale,
Dcfgas_formatstring.cpp226 IFX_Locale* pLocale, in ParseLocaleDate()
324 IFX_Locale* pLocale, in ResolveZone()
344 IFX_Locale* pLocale, in ParseLocaleTime()
563 IFX_Locale* pLocale, in DateFormat()
625 IFX_Locale* pLocale, in TimeFormat()
699 IFX_Locale* pLocale) { in FormatDateTimeInternal()
764 IFX_Locale* pLocale) { in FX_TimeFromCanonical()
963 IFX_Locale* CFGAS_FormatString::GetNumericFormat(const WideString& wsPattern, in GetNumericFormat()
968 IFX_Locale* pLocale = nullptr; in GetNumericFormat()
1149 IFX_Locale* pLocale = in ParseNum()
[all …]
/external/pdfium/core/fxcrt/
Difx_locale.h57 class IFX_Locale {
59 virtual ~IFX_Locale() {} in ~IFX_Locale()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.h55 class IFX_Locale; variable
170 IFX_Locale* GetLocale();
218 WideString FormatNumStr(const WideString& wsValue, IFX_Locale* pLocale);
Dcxfa_widgetacc.cpp2371 IFX_Locale* pLocale = GetLocale(); in SetValue()
2418 IFX_Locale* pLocale = GetLocale(); in GetPictureContent()
2450 IFX_Locale* pLocale = GetLocale(); in GetPictureContent()
2480 IFX_Locale* CXFA_WidgetAcc::GetLocale() { in GetLocale()
2507 IFX_Locale* pLocale = GetLocale(); in GetValue()
2518 if (IFX_Locale* pLocale = GetLocale()) { in GetValue()
2558 IFX_Locale* pLocale = GetLocale(); in GetNormalizeDataValue()
2577 if (IFX_Locale* pLocale = GetLocale()) { in GetFormatDataValue()
2670 IFX_Locale* pLocale) { in FormatNumStr()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp473 IFX_Locale* LocaleFromString(CXFA_Document* pDoc, in LocaleFromString()
484 WideString FormatFromString(IFX_Locale* pLocale, in FormatFromString()
1641 IFX_Locale* pLocale = nullptr; in Time2Num()
2001 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in Local2IsoDate()
2025 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in IsoDate2Local()
2047 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in IsoTime2Local()
2129 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in GetLocalDateFormat()
2152 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in GetLocalTimeFormat()
3771 IFX_Locale* pLocale = pThisNode->GetLocale(); in Format()
3953 IFX_Locale* pLocale = pThisNode->GetLocale(); in Parse()