Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.cpp88 if (length <= TEMP_CHAR_LENGTH) { in ConvertToChar()
166 if (length <= TEMP_CHAR_LENGTH) { in GetResultStr()
167 char tempCharArray[TEMP_CHAR_LENGTH]; in GetResultStr()
H A Djs_textdecoder.h129 static constexpr uint32_t TEMP_CHAR_LENGTH = 128; member in OHOS::Util::TextDecoder

Completed in 1 milliseconds