Home | History | Annotate | Download | only in src

Lines Matching full:uc16

211     Vector<const uc16> atom_pattern = atom->data();
595 // being internal and external, and even between being ASCII and UC16,
1612 uc16 character,
1634 uc16 c,
1657 uc16 c,
1690 uc16 c1,
1691 uc16 c2,
1693 uc16 char_mask;
1699 uc16 exor = c1 ^ c2;
1705 uc16 mask = char_mask ^ exor;
1710 uc16 diff = c2 - c1;
1716 uc16 mask = char_mask ^ diff;
1729 uc16 c,
1739 uc16 c,
1991 uc16 min_char,
1992 uc16 max_char,
2565 Vector<const uc16> quarks = elm.atom()->data();
2569 uc16 c = quarks[i];
2647 uc16 from = range.from();
2648 uc16 to = range.to();
2663 uc16 from = range.from();
2664 uc16 to = range.to();
2754 uc16 differing_bits = (pos->value ^ other_pos->value);
2818 Vector<const uc16> quarks = elm.atom()->data();
3261 Vector<const uc16> quarks = elm.atom()->data();
4398 void Call(uc16 from, DispatchTable::Entry entry) {
4422 void Call(uc16 from, DispatchTable::Entry entry) {
4642 void Call(uc16 key, DispatchTable::Entry entry);
4649 void DispatchTableDumper::Call(uc16 key, DispatchTable::Entry entry) {
5181 uc16 last = 0x0000;
5192 void CharacterRange::AddClassEscape(uc16 type,
5253 void Call(uc16 from, DispatchTable::Entry entry);
5265 void CharacterRangeSplitter::Call(uc16 from, DispatchTable::Entry entry) {
5298 uc16 bottom = from();
5299 uc16 top = to();
5337 uc16 block_end;
5348 uc16 range_from = c - (block_end - pos);
5349 uc16 range_to = c - (block_end - end);
5410 uc16 from = insert.from();
5411 uc16 to = insert.to();
5511 uc16 from = 0;
5576 const uc16 DispatchTable::Config::kNoKey = unibrow::Utf8::kBadChar;
5668 OutSet* DispatchTable::Get(uc16 value) {
5835 uc16 character = atom->data()[j];
5939 return Compare<uc16>(a->from(), b->from());
5945 uc16 last = 0;
5966 uc16 c = elm.atom()->data()[0];
6077 : NativeRegExpMacroAssembler::UC16;