Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmurmur3_hash.h143 size_t mutf8Length = 0; in MurmurHash3String() local
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h109 static size_t ComputeSizeMUtf8(uint32_t mutf8Length) in ComputeSizeMUtf8()
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp68 String *String::CreateFromMUtf8(const uint8_t *mutf8Data, size_t mutf8Length, uint32_t utf16Length, in CreateFromMUtf8()
108 size_t mutf8Length = utf::Mutf8Size(mutf8Data); in CreateFromMUtf8() local
570 bool String::CanBeCompressedMUtf8(const uint8_t *mutf8Data, uint32_t mutf8Length) in CanBeCompressedMUtf8()
610 bool String::CanBeCompressedMUtf8(const uint8_t *mutf8Data, uint32_t mutf8Length, uint16_t non) in CanBeCompressedMUtf8()