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.cpp69 String *String::CreateFromMUtf8(const uint8_t *mutf8Data, size_t mutf8Length, uint32_t utf16Length, in CreateFromMUtf8()
97 auto mutf8Length = utf::Mutf8Size(mutf8Data); in CreateFromMUtf8() local
106 auto mutf8Length = utf::Mutf8Size(mutf8Data); in CreateFromMUtf8() local
116 size_t mutf8Length = utf::Mutf8Size(mutf8Data); in CreateFromMUtf8() local
123 String *String::CreateFromMUtf8(const uint8_t *mutf8Data, uint32_t mutf8Length, uint32_t utf16Lengt… in CreateFromMUtf8()
595 bool String::CanBeCompressedMUtf8(const uint8_t *mutf8Data, uint32_t mutf8Length) in CanBeCompressedMUtf8()
635 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.h118 static size_t ComputeSizeMUtf8(uint32_t mutf8Length) in ComputeSizeMUtf8()