Searched refs:szLocal (Results 1 – 1 of 1) sorted by relevance
1186 ByteString szLocal; in DateFmt() local1193 szLocal = ValueToUTF8String(argLocal.get()); in DateFmt()1197 GetStandardDateFormat(pThis, iStyle, szLocal.AsStringView()); in DateFmt()1296 ByteString szLocal; in LocalDateFmt() local1303 szLocal = ValueToUTF8String(argLocal.get()); in LocalDateFmt()1307 GetLocalDateFormat(pThis, iStyle, szLocal.AsStringView(), false); in LocalDateFmt()1334 ByteString szLocal; in LocalTimeFmt() local1341 szLocal = ValueToUTF8String(argLocal.get()); in LocalTimeFmt()1345 GetLocalTimeFormat(pThis, iStyle, szLocal.AsStringView(), false); in LocalTimeFmt()1708 ByteString szLocal; in TimeFmt() local[all …]