Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h49 bool FormatPatterns(WideString& wsResult,
Dcxfa_localevalue.cpp319 bool CXFA_LocaleValue::FormatPatterns(WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp193 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
Dcxfa_widgetacc.cpp2526 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
2535 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
2543 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
2625 if (date.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
2636 if (time.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
2646 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp2032 .FormatPatterns(wsRet, wsFormat, pLocale, XFA_VALUEPICTURE_Display); in IsoDate2Local()
2055 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()
3822 if (!localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format()