Home
last modified time | relevance | path

Searched defs:is_short (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dmarshal.c433 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local
/external/v8/src/runtime/
Druntime-i18n.cc1001 const bool is_short = length < static_cast<int>(sizeof(uintptr_t)); in ConvertToLower() local
/external/v8/src/
Dobjects-inl.h3779 bool ExternalString::is_short() { in is_short() function