Searched refs:jerry_port_get_local_time_zone_adjustment (Results 1 – 10 of 10) sorted by relevance
/third_party/jerryscript/targets/esp8266/user/ |
D | jerry_port.c | 69 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/ |
D | jerry-port.c | 67 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/ |
D | curie-bsp-port.c | 57 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/ |
D | 05.PORT-API.md | 188 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 */
|
D | 16.MIGRATION-GUIDE.md | 493 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/ |
D | jerryscript-port.h | 145 double jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc);
|
/third_party/jerryscript/targets/mbedos5/source/ |
D | jerry_port_mbed.c | 54 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/ |
D | default-date.c | 61 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/ |
D | jerry_port.c | 171 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/ |
D | ecma-builtin-helpers-date.c | 332 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()
|