Home | History | Annotate | Download | only in src

Lines Matching full:uc16

151     Vector<const uc16> atom_pattern = atom->data();
493 // being internal and external, and even between being ASCII and UC16,
1362 uc16 character,
1384 uc16 c,
1407 uc16 c,
1440 uc16 c1,
1441 uc16 c2,
1443 uc16 char_mask;
1449 uc16 exor = c1 ^ c2;
1455 uc16 mask = char_mask ^ exor;
1460 uc16 diff = c2 - c1;
1466 uc16 mask = char_mask ^ diff;
1479 uc16 c,
1489 uc16 c,
1603 uc16 from = range.from();
1604 uc16 to = range.to();
1625 uc16 from = range.from();
1626 uc16 to = range.to();
1947 Vector<const uc16> quarks = elm.data.u_atom->data();
1951 uc16 c = quarks[i];
2029 uc16 from = range.from();
2030 uc16 to = range.to();
2045 uc16 from = range.from();
2046 uc16 to = range.to();
2134 uc16 differing_bits = (pos->value ^ other_pos->value);
2474 Vector<const uc16> quarks = elm.data.u_atom->data();
3305 void Call(uc16 from, DispatchTable::Entry entry) {
3329 void Call(uc16 from, DispatchTable::Entry entry) {
3554 void Call(uc16 key, DispatchTable::Entry entry);
3561 void DispatchTableDumper::Call(uc16 key, DispatchTable::Entry entry) {
3602 static const uc16 kSpaceRanges[] = { 0x0009, 0x000D, 0x0020, 0x0020, 0x00A0,
3607 static const uc16 kWordRanges[] = { '0', '9', 'A', 'Z', '_', '_', 'a', 'z' };
3610 static const uc16 kDigitRanges[] = { '0', '9' };
3613 static const uc16 kLineTerminatorRanges[] = { 0x000A, 0x000A, 0x000D, 0x000D,
3631 const uc16* special_class,
3660 const uc16* special_class,
4068 static void AddClass(const uc16* elmv,
4078 static void AddClassNegated(const uc16 *elmv,
4083 uc16 last = 0x0000;
4094 void CharacterRange::AddClassEscape(uc16 type,
4139 Vector<const uc16> CharacterRange::GetWordBounds() {
4140 return Vector<const uc16>(kWordRanges, kWordRangeCount);
4150 void Call(uc16 from, DispatchTable::Entry entry);
4161 void CharacterRangeSplitter::Call(uc16 from, DispatchTable::Entry entry) {
4172 Vector<const uc16> overlay,
4192 uc16 bottom = from();
4193 uc16 top = to();
4231 uc16 block_end;
4242 uc16 range_from = c - (block_end - pos);
4243 uc16 range_to = c - (block_end - end);
4321 uc16 word_to = word_range.to();
4322 uc16 argument_to = argument_range.to();
4385 uc16 from = insert.from();
4386 uc16 to = insert.to();
4624 uc16 from = 0;
4727 const uc16 DispatchTable::Config::kNoKey = unibrow::Utf8::kBadChar;
4817 OutSet* DispatchTable::Get(uc16 value) {
5104 uc16 first_char = atom->data()[0];
5198 return Compare<uc16>(a->from(), b->from());
5204 uc16 last = 0;
5225 uc16 c = elm.data.u_atom->data()[0];
5309 : NativeRegExpMacroAssembler::UC16;