Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.h48 bool FormatPatterns(CFX_WideString& wsResult,
Dcxfa_widgetdata.cpp1692 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
1701 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
1709 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
1796 if (date.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
1807 if (time.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
1817 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
Dxfa_localevalue.cpp465 bool CXFA_LocaleValue::FormatPatterns(CFX_WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
/external/pdfium/xfa/fxfa/app/
Dxfa_fftextedit.cpp654 date.FormatPatterns(wsDate, wsPicture, m_pDataAcc->GetLocal(), in OnSelectChanged()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp2027 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoDate2Local()
2066 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()
2105 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in GetGMTTime()
3991 if (!localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format()