Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp70 static constexpr size_t SMALL_STRING_SIZE = 16; variable
358 if (length < SMALL_STRING_SIZE) { in napi_create_string_latin1()
378 if (length < SMALL_STRING_SIZE) { in napi_create_string_utf8()
405 if (length < SMALL_STRING_SIZE) { in napi_create_string_utf16()