Searched refs:argStyle (Results 1 – 1 of 1) sorted by relevance
994 FXJSE_HVALUE argStyle = 0; in DateFmt() local997 argStyle = GetSimpleHValue(hThis, args, 0); in DateFmt()998 if (FXJSE_Value_IsNull(argStyle)) { in DateFmt()1001 iStyle = (int32_t)HValueToFloat(hThis, argStyle); in DateFmt()1025 FXJSE_Value_Release(argStyle); in DateFmt()1124 FXJSE_HVALUE argStyle = 0; in LocalDateFmt() local1127 argStyle = GetSimpleHValue(hThis, args, 0); in LocalDateFmt()1128 if (FXJSE_Value_IsNull(argStyle)) { in LocalDateFmt()1131 iStyle = (int32_t)HValueToFloat(hThis, argStyle); in LocalDateFmt()1155 FXJSE_Value_Release(argStyle); in LocalDateFmt()[all …]