Home
last modified time | relevance | path

Searched refs:CXFA_LocaleMgr (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localemgr.cpp1130 CXFA_LocaleMgr::CXFA_LocaleMgr(CXFA_Node* pLocaleSet, WideString wsDeflcid) in CXFA_LocaleMgr() function in CXFA_LocaleMgr
1143 CXFA_LocaleMgr::~CXFA_LocaleMgr() {} in ~CXFA_LocaleMgr()
1145 uint16_t CXFA_LocaleMgr::GetDefLocaleID() const { in GetDefLocaleID()
1149 IFX_Locale* CXFA_LocaleMgr::GetDefLocale() { 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()
1224 void CXFA_LocaleMgr::SetDefLocale(IFX_Locale* pLocale) { in SetDefLocale()
1228 WideStringView CXFA_LocaleMgr::GetConfigLocaleName(CXFA_Node* pConfig) { in GetConfigLocaleName()
Dcxfa_localevalue.h16 class CXFA_LocaleMgr; variable
32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr);
35 CXFA_LocaleMgr* pLocaleMgr);
40 CXFA_LocaleMgr* pLocaleMgr);
84 CXFA_LocaleMgr* m_pLocaleMgr;
Dcxfa_localemgr.h20 class CXFA_LocaleMgr {
22 CXFA_LocaleMgr(CXFA_Node* pLocaleSet, WideString wsDeflcid);
23 ~CXFA_LocaleMgr();
Dcxfa_document.h70 CXFA_LocaleMgr* GetLocalMgr();
113 std::unique_ptr<CXFA_LocaleMgr> m_pLocalMgr;
Dcxfa_document.cpp280 CXFA_LocaleMgr* CXFA_Document::GetLocalMgr() { in GetLocalMgr()
282 m_pLocalMgr = pdfium::MakeUnique<CXFA_LocaleMgr>( in GetLocalMgr()
Dcxfa_localevalue.cpp74 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue()
81 CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue()
91 CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h22 explicit CFGAS_FormatString(CXFA_LocaleMgr* pLocaleMgr);
70 CXFA_LocaleMgr* m_pLocaleMgr;
Dcfgas_formatstring_unittest.cpp47 mgr_ = pdfium::MakeUnique<CXFA_LocaleMgr>(nullptr, locale); in fmt()
53 std::unique_ptr<CXFA_LocaleMgr> mgr_;
Dcfgas_formatstring.cpp834 CFGAS_FormatString::CFGAS_FormatString(CXFA_LocaleMgr* pLocaleMgr) in CFGAS_FormatString()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp474 CXFA_LocaleMgr* pMgr, in LocaleFromString()
1236 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in IsoTime2Num()
1640 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Time2Num()
2000 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Local2IsoDate()
2024 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in IsoDate2Local()
2046 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in IsoTime2Local()
2128 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in GetLocalDateFormat()
2151 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in GetLocalTimeFormat()
3767 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Format()
3949 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Parse()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp2370 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in SetValue()
2520 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in GetValue()
2557 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetNormalizeDataValue()
2618 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetFormatDataValue()