Searched refs:argLocal (Results 1 – 1 of 1) sorted by relevance
995 FXJSE_HVALUE argLocal = 0; in DateFmt() local1007 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() local1137 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 …]