Home
last modified time | relevance | path

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

/external/v8/src/
Druntime.h543 unibrow::Mapping<unibrow::ToUppercase, 128>* to_upper_mapping() { in to_upper_mapping()
566 unibrow::Mapping<unibrow::ToUppercase, 128> to_upper_mapping_;
Dunicode.h292 struct ToUppercase { struct
Dunicode.cc1186 int ToUppercase::Convert(uchar c, in Convert()
Druntime.cc6164 typedef unibrow::ToUppercase UnibrowConverter;
6446 unibrow::uchar chars[unibrow::ToUppercase::kMaxWidth]; in IsUpperCaseChar()
/external/v8/test/cctest/
Dtest-regexp.cc1448 unibrow::Mapping<unibrow::ToUppercase> to_upper; in TEST()
1451 unibrow::uchar upper[unibrow::ToUppercase::kMaxWidth]; in TEST()