Searched refs:FormatPatterns (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_localevalue.h | 48 bool FormatPatterns(CFX_WideString& wsResult,
|
D | cxfa_widgetdata.cpp | 1692 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()
|
D | xfa_localevalue.cpp | 465 bool CXFA_LocaleValue::FormatPatterns(CFX_WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_fftextedit.cpp | 654 date.FormatPatterns(wsDate, wsPicture, m_pDataAcc->GetLocal(), in OnSelectChanged()
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 2027 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()
|