Searched refs:GetLocale (Results 1 – 9 of 9) sorted by relevance
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() function in CXFA_LocaleMgr1217 std::unique_ptr<IFX_Locale> pLocale(GetLocale(XFA_GetLanguage(wsLocaleName))); in GetLocaleByName()
33 std::unique_ptr<IFX_Locale> GetLocale(uint16_t lcid);
198 IFX_Locale* GetLocale();
618 IFX_Locale* CXFA_Node::GetLocale() { in GetLocale() function in CXFA_Node1781 IFX_Locale* pLocale = GetLocale(); in ProcessFormatTestValidate()
90 m_pNode->GetLocale()); in OnValidate()
2371 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_WidgetAcc2481 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()
193 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
170 IFX_Locale* GetLocale();
481 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()