Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp995 FXJSE_HVALUE argLocal = 0; in DateFmt() local
1007 argLocal = GetSimpleHValue(hThis, args, 1); in DateFmt()
1008 if (FXJSE_Value_IsNull(argLocal)) { in DateFmt()
1011 HValueToUTF8String(argLocal, szLocal); in DateFmt()
1027 FXJSE_Value_Release(argLocal); in DateFmt()
1125 FXJSE_HVALUE argLocal = 0; in LocalDateFmt() local
1137 argLocal = GetSimpleHValue(hThis, args, 1); in LocalDateFmt()
1138 if (FXJSE_Value_IsNull(argLocal)) { in LocalDateFmt()
1141 HValueToUTF8String(argLocal, szLocal); in LocalDateFmt()
1157 FXJSE_Value_Release(argLocal); in LocalDateFmt()
[all …]