Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp68 String *String::CreateFromMUtf8(const uint8_t *mutf8Data, size_t mutf8Length, uint32_t utf16Length, in CreateFromMUtf8()
96 auto mutf8Length = utf::Mutf8Size(mutf8Data); in CreateFromMUtf8() local
105 auto mutf8Length = utf::Mutf8Size(mutf8Data); in CreateFromMUtf8() local
115 size_t mutf8Length = utf::Mutf8Size(mutf8Data); in CreateFromMUtf8() local
122 String *String::CreateFromMUtf8(const uint8_t *mutf8Data, uint32_t mutf8Length, uint32_t utf16Lengt… in CreateFromMUtf8()
584 bool String::CanBeCompressedMUtf8(const uint8_t *mutf8Data, uint32_t mutf8Length) in CanBeCompressedMUtf8()
624 bool String::CanBeCompressedMUtf8(const uint8_t *mutf8Data, uint32_t mutf8Length, uint16_t non) in CanBeCompressedMUtf8()
/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.h115 static size_t ComputeSizeMUtf8(uint32_t mutf8Length) in ComputeSizeMUtf8()