Home
last modified time | relevance | path

Searched defs:hex_value (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c565 uint32_t hex_value = lit_char_hex_lookup (re_ctx_p->input_curr_p, re_ctx_p->input_end_p, 2); in re_parse_char_escape() local
586 uint32_t hex_value = lit_char_hex_lookup (re_ctx_p->input_curr_p, re_ctx_p->input_end_p, 4); in re_parse_char_escape() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-global.c226 uint32_t hex_value = lit_char_hex_lookup (input_char_p + 1, input_end_p, 2); in ecma_builtin_global_object_decode_uri_helper() local
279 uint32_t hex_value = lit_char_hex_lookup (input_char_p + 1, input_end_p, 2); in ecma_builtin_global_object_decode_uri_helper() local
[all...]
H A Decma-builtin-json.c177 uint32_t hex_value = lit_char_hex_lookup (current_p + 1, end_p, ECMA_JSON_HEX_ESCAPE_SEQUENCE_LENGTH); in ecma_builtin_json_parse_string() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc40 uint32_t hex_value(char c) { in hex_value() function
/third_party/alsa-utils/amidi/
H A Damidi.c318 static int hex_value(char c) in hex_value() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc912 const double hex_value = 8.85060580848964661981881363317370414733886718750; in TEST_F() local
[all...]

Completed in 9 milliseconds