• Home
  • Raw
  • Download

Lines Matching refs:pLocale

484 WideString FormatFromString(IFX_Locale* pLocale,  in FormatFromString()  argument
489 return pLocale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Default); in FormatFromString()
1641 IFX_Locale* pLocale = nullptr; in Time2Num() local
1645 pLocale = pThisNode->GetLocale(); in Time2Num()
1647 pLocale = in Time2Num()
1653 wsFormat = pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Default); in Time2Num()
1660 wsFormat, pLocale, pMgr); in Time2Num()
2001 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in Local2IsoDate() local
2002 if (!pLocale) in Local2IsoDate()
2005 WideString wsFormat = FormatFromString(pLocale, szFormat); in Local2IsoDate()
2007 wsFormat, pLocale, pMgr) in Local2IsoDate()
2025 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in IsoDate2Local() local
2026 if (!pLocale) in IsoDate2Local()
2029 WideString wsFormat = FormatFromString(pLocale, szFormat); in IsoDate2Local()
2032 .FormatPatterns(wsRet, wsFormat, pLocale, XFA_VALUEPICTURE_Display); in IsoDate2Local()
2047 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in IsoTime2Local() local
2048 if (!pLocale) in IsoTime2Local()
2052 L"time{", FormatFromString(pLocale, szFormat).AsStringView(), L"}"}; in IsoTime2Local()
2055 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()
2129 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in GetLocalDateFormat() local
2130 if (!pLocale) in GetLocalDateFormat()
2133 WideString strRet = pLocale->GetDatePattern(SubCategoryFromInt(iStyle)); in GetLocalDateFormat()
2135 AlternateDateTimeSymbols(strRet, pLocale->GetDateTimeSymbols(), in GetLocalDateFormat()
2152 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in GetLocalTimeFormat() local
2153 if (!pLocale) in GetLocalTimeFormat()
2156 WideString strRet = pLocale->GetTimePattern(SubCategoryFromInt(iStyle)); in GetLocalTimeFormat()
2158 AlternateDateTimeSymbols(strRet, pLocale->GetDateTimeSymbols(), in GetLocalTimeFormat()
3771 IFX_Locale* pLocale = pThisNode->GetLocale(); in Format() local
3808 pLocale, pMgr); in Format()
3820 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, pMgr); in Format()
3822 if (!localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format()
3953 IFX_Locale* pLocale = pThisNode->GetLocale(); in Parse() local
3958 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse()
3982 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse()
3994 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse()
4006 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse()
4018 CXFA_LocaleValue localeValue(XFA_VT_TEXT, wsValue, wsPattern, pLocale, in Parse()
4030 CXFA_LocaleValue localeValue(XFA_VT_FLOAT, wsValue, wsPattern, pLocale, in Parse()
4043 pLocale, pMgr); in Parse()
4051 pLocale, pMgr); in Parse()