Lines Matching refs:wsFormat
2369 WideString wsFormat; in Time2Num() local
2371 wsFormat = pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Default); in Time2Num()
2373 wsFormat = WideString::FromUTF8(bsFormat.AsStringView()); in Time2Num()
2375 wsFormat = L"time{" + wsFormat + L"}"; in Time2Num()
2378 wsFormat, pLocale, pMgr); in Time2Num()
2455 WideString wsFormat = FormatFromString(pLocale, bsFormat); in Local2IsoDate() local
2457 wsFormat, pLocale, pMgr) in Local2IsoDate()
2478 WideString wsFormat = FormatFromString(pLocale, bsFormat); in IsoDate2Local() local
2481 .FormatPatterns(wsRet, wsFormat, pLocale, XFA_VALUEPICTURE_Display); in IsoDate2Local()
2499 WideString wsFormat = { in IsoTime2Local() local
2503 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()