Searched refs:FormatPatterns (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/common/ |
D | fxfa_localevalue.h | 41 FX_BOOL FormatPatterns(CFX_WideString& wsResult,
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_objectacc_imp.cpp | 3155 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()
|
D | xfa_localevalue.cpp | 455 FX_BOOL CXFA_LocaleValue::FormatPatterns(CFX_WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fftextedit.cpp | 783 date.FormatPatterns(wsDate, wsPicture, m_pDataAcc->GetLocal(), in OnSelectChanged()
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.cpp | 2107 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()
|