Searched refs:STR_TAIL_LENGTH (Results 1 – 2 of 2) sorted by relevance
26 static constexpr size_t STR_TAIL_LENGTH = 1; variable66 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()
22 constexpr size_t STR_TAIL_LENGTH = 1; variable227 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()