Searched defs:is_utc (Results 1 – 8 of 8) sorted by relevance
69 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment()
62 bool is_utc) /**< is the time above in UTC? */ in jerry_port_get_local_time_zone_adjustment()
67 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment()
57 double jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment()
54 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment()
171 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment()
571 bool is_utc = BUILTIN_DATE_FUNCTION_IS_UTC (builtin_routine_id); in ecma_builtin_date_prototype_dispatch_set() local
705 int is_utc = *q == 'Z' || *q == 'z'; in av_parse_time() local