Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-strings.cc795 static inline bool ToUpperOverflows(uc32 character) { in ToUpperOverflows() function
836 (ignore_overflow || !ToUpperOverflows(current))) { in ConvertCaseHelper()
843 bool overflows = ToUpperOverflows(current); in ConvertCaseHelper()
863 overflows |= ToUpperOverflows(current); in ConvertCaseHelper()