Home
last modified time | relevance | path

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

/third_party/jerryscript/targets/esp8266/user/
Djerry_port.c69 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() function
/third_party/jerryscript/targets/zephyr/src/
Djerry-port.c67 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() function
/third_party/jerryscript/targets/curie_bsp/source/
Dcurie-bsp-port.c57 double jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() function
/third_party/jerryscript/docs/
D05.PORT-API.md188 double jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc);
302 * Default implementation of jerry_port_get_local_time_zone_adjustment.
304 double jerry_port_get_local_time_zone_adjustment (double unix_ms, /**< ms since unix epoch */
316 } /* jerry_port_get_local_time_zone_adjustment */
D16.MIGRATION-GUIDE.md493 The new port API function name is [jerry_port_get_local_time_zone_adjustment](05.PORT-API.md#date-1…
524 double jerry_port_get_local_time_zone_adjustment (double unix_ms,
536 } /* jerry_port_get_local_time_zone_adjustment */
/third_party/jerryscript/jerry-core/include/
Djerryscript-port.h145 double jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc);
/third_party/jerryscript/targets/mbedos5/source/
Djerry_port_mbed.c54 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() function
/third_party/jerryscript/jerry-port/default/
Ddefault-date.c61 double jerry_port_get_local_time_zone_adjustment (double unix_ms, /**< ms since unix epoch */ in jerry_port_get_local_time_zone_adjustment() function
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_port.c171 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-date.c332 return jerry_port_get_local_time_zone_adjustment (time, true); in ecma_date_local_time_zone_adjustment()
346 return time - jerry_port_get_local_time_zone_adjustment (time, false); in ecma_date_utc()