Lines Matching refs:pLocale
90 IFX_Locale* pLocale, in CXFA_LocaleValue() argument
94 m_bValid(ParsePatternValue(wsValue, wsFormat, pLocale)) {} in CXFA_LocaleValue()
108 IFX_Locale* pLocale, in ValidateValue() argument
112 if (pLocale) in ValidateValue()
113 m_pLocaleMgr->SetDefLocale(pLocale); in ValidateValue()
188 if (pLocale) in ValidateValue()
321 IFX_Locale* pLocale, in FormatPatterns() argument
329 if (FormatSinglePattern(wsResult, wsPatterns[i], pLocale, eValueType)) in FormatPatterns()
337 IFX_Locale* pLocale, in FormatSinglePattern() argument
340 if (pLocale) in FormatSinglePattern()
341 m_pLocaleMgr->SetDefLocale(pLocale); in FormatSinglePattern()
383 if (pLocale) in FormatSinglePattern()
605 IFX_Locale* pLocale) { in ParsePatternValue() argument
607 if (pLocale) in ParsePatternValue()
608 m_pLocaleMgr->SetDefLocale(pLocale); in ParsePatternValue()
674 if (pLocale) in ParsePatternValue()
718 IFX_Locale* pLocale) { in ValidateNumericTemp() argument
760 if (pLocale) in ValidateNumericTemp()
761 wsDecimalSymbol = pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Decimal); in ValidateNumericTemp()