Home
last modified time | relevance | path

Searched defs:unicodeChar (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp331 void HeapSnapshotJSONSerializer::SerializeUnicodeChar(uint32_t unicodeChar, StreamWriter *writer) in SerializeUnicodeChar()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp520 … auto unicodeChar = common::utf_helper::ConvertUtf8ToUnicodeChar(pc_, length); in ParseAlternative() local