Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp296 bool bIsDate) { in AlternateDateTimeSymbols() argument
297 const uint8_t* pAltTable = bIsDate ? kAltTableDate : kAltTableTime; in AlternateDateTimeSymbols()
452 bool bIsDate) { in GetLocalDateTimeFormat() argument
459 WideString wsLocal = bIsDate ? pLocale->GetDatePattern(category) in GetLocalDateTimeFormat()
462 AlternateDateTimeSymbols(&wsLocal, pLocale->GetDateTimeSymbols(), bIsDate); in GetLocalDateTimeFormat()