Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp23 #define U16_GET_SUPPLEMENTARY(lead, trail) \ argument
27 uint32_t UTF16Decode(uint16_t lead, uint16_t trail) in UTF16Decode()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp97 uint16_t trail = 0xDF21; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp200 uint32_t trail = 0; in ParseUnicodeEscape() local