Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc1996 inline bool ToUpperOverflows(uc32 character) { in ToUpperOverflows() function
2036 (ignore_overflow || !ToUpperOverflows(current))) { in ConvertCaseHelper()
2043 bool overflows = ToUpperOverflows(current); in ConvertCaseHelper()
2063 overflows |= ToUpperOverflows(current); in ConvertCaseHelper()