Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc339 inline bool ToUpperOverflows(uc32 character) { in ToUpperOverflows() function
379 (ignore_overflow || !ToUpperOverflows(current))) { in ConvertCaseHelper()
386 bool overflows = ToUpperOverflows(current); in ConvertCaseHelper()
406 overflows |= ToUpperOverflows(current); in ConvertCaseHelper()