Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1186 ByteString szLocal; in DateFmt() local
1193 szLocal = ValueToUTF8String(argLocal.get()); in DateFmt()
1197 GetStandardDateFormat(pThis, iStyle, szLocal.AsStringView()); in DateFmt()
1296 ByteString szLocal; in LocalDateFmt() local
1303 szLocal = ValueToUTF8String(argLocal.get()); in LocalDateFmt()
1307 GetLocalDateFormat(pThis, iStyle, szLocal.AsStringView(), false); in LocalDateFmt()
1334 ByteString szLocal; in LocalTimeFmt() local
1341 szLocal = ValueToUTF8String(argLocal.get()); in LocalTimeFmt()
1345 GetLocalTimeFormat(pThis, iStyle, szLocal.AsStringView(), false); in LocalTimeFmt()
1708 ByteString szLocal; in TimeFmt() local
[all …]