Home
last modified time | relevance | path

Searched defs:dataLen (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h113 static inline std::u16string Utf16ToU16String(const uint16_t *utf16Data, uint32_t dataLen) in Utf16ToU16String()
120 static inline std::string Utf8ToString(const uint8_t *utf8Data, uint32_t dataLen) in Utf8ToString()
127 static inline CString Utf8ToCString(const uint8_t *utf8Data, uint32_t dataLen) in Utf8ToCString()
133 static inline std::u16string Utf8ToU16String(const uint8_t *utf8Data, uint32_t dataLen) in Utf8ToU16String()
/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp472 std::u16string Utf16ToU16String(const uint16_t* utf16Data, uint32_t dataLen) in Utf16ToU16String()
479 std::u16string Utf8ToU16String(const uint8_t* utf8Data, uint32_t dataLen) in Utf8ToU16String()
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string_impl.h315 uint32_t dataLen, in StringIsEqualUint8Data()
Dbase_string-inl2.h554 auto dataLen = std::min(length, maxLength); in CopyDataRegionUtf8() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h1072 … const EcmaString *str1, const uint8_t *dataAddr, uint32_t dataLen, in StringIsEqualUint8Data()
Decma_string.cpp563 uint32_t dataLen, bool canBeCompressToUtf8) in StringIsEqualUint8Data()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp1215 auto dataLen = len * sizeof(T); in SetPrimitiveTypeArrayRegion() local