Home | History | Annotate | Download | only in runtime

Lines Matching full:uc32

795 static inline bool ToUpperOverflows(uc32 character) {
798 static const uc32 yuml_code = 0xff;
799 static const uc32 micro_code = 0xb5;
825 uc32 current = stream.GetNext();
829 uc32 next = has_next ? stream.GetNext() : 0;
838 DCHECK(static_cast<uc32>(chars[0]) != current);