Home
last modified time | relevance | path

Searched refs:CanBeCompressed (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.h134 static bool CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Len);
H A Djs_textdecoder.cpp58 bool TextDecoder::CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Len) in CanBeCompressed() function in OHOS::Util::TextDecoder
82 if (CanBeCompressed(uint16Data, length)) { in ConvertToChar()

Completed in 1 milliseconds