Home | History | Annotate | Download | only in builtins

Lines Matching refs:uc32

624 uc32 NextCodePoint(Isolate* isolate, BuiltinArguments args, int index) {
647 uc32 code = 0;
668 if (code <= static_cast<uc32>(unibrow::Utf16::kMaxNonSurrogateCharCode)) {
1988 inline bool ToUpperOverflows(uc32 character) {
1991 static const uc32 yuml_code = 0xff;
1992 static const uc32 micro_code = 0xb5;
2017 uc32 current = stream.GetNext();
2021 uc32 next = has_next ? stream.GetNext() : 0;
2030 DCHECK(static_cast<uc32>(chars[0]) != current);