Home
last modified time | relevance | path

Searched defs:code_unit (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string.c89 ecma_char_t code_unit = (uint16_t) uint32_char_code; in ecma_builtin_string_object_from_char_code() local
/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c629 ecma_char_t code_unit; in lit_utf8_string_code_unit_at() local
670 lit_code_unit_to_utf8 (ecma_char_t code_unit, /**< code unit */ in lit_code_unit_to_utf8()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c492 ecma_new_ecma_string_from_code_unit (ecma_char_t code_unit) /**< code unit */ in ecma_new_ecma_string_from_code_unit()