Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h51 bool FormatPatterns(WideString& wsResult,
Dcxfa_localevalue.cpp258 bool CXFA_LocaleValue::FormatPatterns(WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
Dcxfa_node.cpp4809 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
4818 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
4826 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
4905 if (date.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
4916 if (time.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
4926 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp195 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp2481 .FormatPatterns(wsRet, wsFormat, pLocale, XFA_VALUEPICTURE_Display); in IsoDate2Local()
2503 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()
3727 if (!localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format()