Searched defs:CanBeCompressed (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/common_components/objects/ |
| D | base_string.cpp | 264 bool BaseString::CanBeCompressed(const BaseString* string) in CanBeCompressed() function in common::BaseString 274 bool BaseString::CanBeCompressed(const uint8_t* utf8Data, uint32_t utf8Len) in CanBeCompressed() function in common::BaseString 298 bool BaseString::CanBeCompressed(const uint16_t* utf16Data, uint32_t utf16Len) in CanBeCompressed() function in common::BaseString
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_textdecoder.cpp | 72 bool TextDecoder::CanBeCompressed(Span<const uint16_t> utf16Data) in CanBeCompressed() function in ark::ets::sdk::util::TextDecoder
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.h | 1094 static bool CanBeCompressed(const uint8_t *utf8Data, uint32_t utf8Len) in CanBeCompressed() function 1099 static bool CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Len) in CanBeCompressed() function 1105 static bool CanBeCompressed(const EcmaString *string) in CanBeCompressed() function
|
| D | ecma_string.cpp | 472 bool EcmaString::CanBeCompressed(const EcmaString *string) in CanBeCompressed() function in panda::ecmascript::EcmaString 478 bool EcmaString::CanBeCompressed(const uint8_t *utf8Data, uint32_t utf8Len) in CanBeCompressed() function in panda::ecmascript::EcmaString 484 bool EcmaString::CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Len) in CanBeCompressed() function in panda::ecmascript::EcmaString
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 578 bool String::CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Length) in CanBeCompressed() function in ark::coretypes::String
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | base_string_test.cpp | 53 HWTEST_F_L0(BaseStringTest, CanBeCompressed) in HWTEST_F_L0() argument
|
| D | ecma_string_accessor_test.cpp | 1840 HWTEST_F_L0(EcmaStringAccessorTest, CanBeCompressed) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 1575 GateRef BuiltinsStringStubBuilder::CanBeCompressed(GateRef data, GateRef len, bool isUtf16) in CanBeCompressed() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
|