Home
last modified time | relevance | path

Searched refs:GetLocale (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localemgr.cpp1159 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() function in CXFA_LocaleMgr
1217 std::unique_ptr<IFX_Locale> pLocale(GetLocale(XFA_GetLanguage(wsLocaleName))); in GetLocaleByName()
Dcxfa_localemgr.h33 std::unique_ptr<IFX_Locale> GetLocale(uint16_t lcid);
Dcxfa_node.h198 IFX_Locale* GetLocale();
Dcxfa_node.cpp618 IFX_Locale* CXFA_Node::GetLocale() { in GetLocale() function in CXFA_Node
1781 IFX_Locale* pLocale = GetLocale(); in ProcessFormatTestValidate()
/external/pdfium/xfa/fxfa/
Dcxfa_ffnumericedit.cpp90 m_pNode->GetLocale()); in OnValidate()
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() function in CXFA_WidgetAcc
2481 return m_pNode ? m_pNode->GetLocale() : nullptr; 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()
Dcxfa_ffdatetimeedit.cpp193 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
Dcxfa_widgetacc.h170 IFX_Locale* GetLocale();
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp481 return pThisNode->GetLocale(); in LocaleFromString()
1645 pLocale = pThisNode->GetLocale(); in Time2Num()
3771 IFX_Locale* pLocale = pThisNode->GetLocale(); in Format()
3953 IFX_Locale* pLocale = pThisNode->GetLocale(); in Parse()