Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dfxfa_localevalue.h41 FX_BOOL FormatPatterns(CFX_WideString& wsResult,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp3155 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) { in GetValue()
3165 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) { in GetValue()
3174 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
3261 if (date.FormatPatterns(wsFormatedValue, wsPicture, pLocale, in GetFormatDataValue()
3272 if (time.FormatPatterns(wsFormatedValue, wsPicture, pLocale, in GetFormatDataValue()
3282 widgetValue.FormatPatterns(wsFormatedValue, wsPicture, pLocale, in GetFormatDataValue()
Dxfa_localevalue.cpp455 FX_BOOL CXFA_LocaleValue::FormatPatterns(CFX_WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp783 date.FormatPatterns(wsDate, wsPicture, m_pDataAcc->GetLocal(), in OnSelectChanged()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp2107 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoDate2Local()
2151 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()
2195 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in GetGMTTime()
4421 if (localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format()