Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayoutUtils.cpp29 bool isWordSpace(uint16_t code_unit) { in isWordSpace()
/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/boost/boost/property_tree/json_parser/detail/
Dparser.hpp23 code_unit; typedef in boost::property_tree::json_parser::detail::source
238 typedef typename source::code_unit code_unit; typedef in boost::property_tree::json_parser::detail::parser
/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.c452 ecma_new_ecma_string_from_code_unit (ecma_char_t code_unit) /**< code unit */ in ecma_new_ecma_string_from_code_unit()