Home
last modified time | relevance | path

Searched refs:pLocaleMgr (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.h54 bool ParseNum(LocaleMgrIface* pLocaleMgr,
57 bool ParseDateTime(LocaleMgrIface* pLocaleMgr,
65 bool FormatNum(LocaleMgrIface* pLocaleMgr,
68 bool FormatDateTime(LocaleMgrIface* pLocaleMgr,
77 LocaleIface* GetNumericFormat(LocaleMgrIface* pLocaleMgr,
81 DateTimeType GetDateTimeFormat(LocaleMgrIface* pLocaleMgr,
Dcfgas_stringformatter.cpp981 LocaleMgrIface* pLocaleMgr, in GetNumericFormat() argument
1021 pLocale = pLocaleMgr->GetLocaleByName(wsLCID); in GetNumericFormat()
1039 pLocale = pLocaleMgr->GetDefLocale(); in GetNumericFormat()
1077 pLocale = pLocaleMgr->GetDefLocale(); in GetNumericFormat()
1152 bool CFGAS_StringFormatter::ParseNum(LocaleMgrIface* pLocaleMgr, in ParseNum() argument
1163 GetNumericFormat(pLocaleMgr, &dot_index_f, &dwFormatStyle, &wsNumFormat); in ParseNum()
1571 LocaleMgrIface* pLocaleMgr, in GetDateTimeFormat() argument
1598 *pLocale = pLocaleMgr->GetDefLocale(); in GetDateTimeFormat()
1627 *pLocale = pLocaleMgr->GetLocaleByName(wsLCID); in GetDateTimeFormat()
1645 *pLocale = pLocaleMgr->GetDefLocale(); in GetDateTimeFormat()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h38 CXFA_LocaleValue(ValueType eType, CXFA_LocaleMgr* pLocaleMgr);
41 CXFA_LocaleMgr* pLocaleMgr);
46 CXFA_LocaleMgr* pLocaleMgr);
Dcxfa_localevalue.cpp74 ScopedLocale(CXFA_LocaleMgr* pLocaleMgr, GCedLocaleIface* pNewLocale) in ScopedLocale() argument
75 : m_pLocaleMgr(pLocaleMgr), in ScopedLocale()
100 CXFA_LocaleValue::CXFA_LocaleValue(ValueType eType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() argument
101 : m_pLocaleMgr(pLocaleMgr), in CXFA_LocaleValue()
107 CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() argument
108 : m_pLocaleMgr(pLocaleMgr), in CXFA_LocaleValue()
117 CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() argument
118 : m_pLocaleMgr(pLocaleMgr), in CXFA_LocaleValue()
Dcxfa_node.cpp4706 CXFA_LocaleMgr* pLocaleMgr = GetDocument()->GetLocaleMgr(); in SetValue() local
4713 wsPicture, pLocale, pLocaleMgr); in SetValue()
4858 CXFA_LocaleMgr* pLocaleMgr = GetDocument()->GetLocaleMgr(); in GetValue() local
4864 pLocaleMgr); in GetValue()
4874 pLocaleMgr); in GetValue()
4896 CXFA_LocaleMgr* pLocaleMgr = GetDocument()->GetLocaleMgr(); in GetNormalizeDataValue() local
4901 pLocale, pLocaleMgr); in GetNormalizeDataValue()
4928 CXFA_LocaleMgr* pLocaleMgr = GetDocument()->GetLocaleMgr(); in GetFormatDataValue() local
4929 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocaleMgr); in GetFormatDataValue()
4935 pLocaleMgr); in GetFormatDataValue()
[all …]