Home | History | Annotate | Download | only in regexp

Lines Matching refs:UC16

167     Vector<const uc16> atom_pattern = atom->data();
477 // being internal and external, and even between being Latin1 and UC16,
1548 static int GetCaseIndependentLetters(Isolate* isolate, uc16 character,
1576 uc16 c,
1599 uc16 c,
1632 bool one_byte, uc16 c1, uc16 c2,
1634 uc16 char_mask;
1640 uc16 exor = c1 ^ c2;
1646 uc16 mask = char_mask ^ exor;
1651 uc16 diff = c2 - c1;
1657 uc16 mask = char_mask ^ diff;
1670 uc16 c,
1680 uc16 c,
2489 Vector<const uc16> quarks = elm.atom()->data();
2493 uc16 c = quarks[i];
2574 uc16 from = range.from();
2575 uc16 to = range.to();
2590 uc16 from = range.from();
2591 uc16 to = range.to();
2683 uc16 differing_bits = (pos->value ^ other_pos->value);
2743 Vector<const uc16> quarks = elm.atom()->data();
3179 Vector<const uc16> quarks = elm.atom()->data();
3184 uc16 quark = quarks[j];
4419 void Call(uc16 from, DispatchTable::Entry entry) {
4440 void Call(uc16 from, DispatchTable::Entry entry) {
4543 Vector<const uc16> data = elm.atom()->data();
4659 void Call(uc16 key, DispatchTable::Entry entry);
4665 void DispatchTableDumper::Call(uc16 key, DispatchTable::Entry entry) {
4897 uc16 from_l = unibrow::Utf16::LeadSurrogate(from);
4898 uc16 from_t = unibrow::Utf16::TrailSurrogate(from);
4899 uc16 to_l = unibrow::Utf16::LeadSurrogate(to);
4900 uc16 to_t = unibrow::Utf16::TrailSurrogate(to);
5117 uc16 character1 = atom1->data().at(0);
5118 uc16 character2 = atom2->data().at(0);
5813 uc16 last = 0x0000;
6446 uc16 character = atom->data()[j];
6545 return Compare<uc16>(a->from(), b->from());
6551 uc16 last = 0;
6572 uc16 c = elm.atom()->data()[0];
6714 : NativeRegExpMacroAssembler::UC16;