Home
last modified time | relevance | path

Searched refs:STR_TAIL_LENGTH (Results 1 – 2 of 2) sorted by relevance

/base/time/time_service/framework/js/napi/common/src/
Dnapi_utils.cpp26 static constexpr size_t STR_TAIL_LENGTH = 1; variable
66 char buf[STR_MAX_LENGTH + STR_TAIL_LENGTH]{}; in GetValue()
68 status = napi_get_value_string_utf8(env, in, buf, maxLen + STR_TAIL_LENGTH, &len); in GetValue()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.cpp22 constexpr size_t STR_TAIL_LENGTH = 1; variable
227 char *buf = new (std::nothrow) char[maxLen + STR_TAIL_LENGTH]; in GetValue()
230 status = napi_get_value_string_utf8(env, in, buf, maxLen + STR_TAIL_LENGTH, &len); in GetValue()