Lines Matching defs:c1
54 uc16 c1 = in()->Get(position);55 if (unibrow::Utf16::IsTrailSurrogate(c1)) {56 c0 = unibrow::Utf16::CombineSurrogatePair(static_cast<uc16>(c0), c1);