Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp190 String *String::CreateNewStringFromBytes(uint32_t offset, uint32_t length, uint32_t high_byte, Arra… in CreateNewStringFromBytes()
/arkcompiler/runtime_core/runtime/tests/
Dstring_test.cpp831 uint32_t high_byte = 0; in TEST_F() local