Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode.h248 struct ToUppercase { struct
Dunicode.cc601 int ToUppercase::Convert(uchar c, in Convert()
Druntime.cc3968 static unibrow::Mapping<unibrow::ToUppercase, 128> to_upper_mapping;
4099 return ConvertCase<unibrow::ToUppercase>(args, &to_upper_mapping); in Runtime_StringToUpperCase()
4134 unibrow::uchar chars[unibrow::ToUppercase::kMaxWidth]; in IsUpperCaseChar()
/external/v8/test/cctest/
Dtest-regexp.cc1401 unibrow::Mapping<unibrow::ToUppercase> to_upper; in TEST()
1403 unibrow::uchar upper[unibrow::ToUppercase::kMaxWidth]; in TEST()