Lines Matching full:uc16
171 void RegExpMacroAssemblerIA32::CheckCharacterGT(uc16 limit, Label* on_greater) {
201 void RegExpMacroAssemblerIA32::CheckCharacterLT(uc16 limit, Label* on_less) {
207 void RegExpMacroAssemblerIA32::CheckCharacters(Vector<const uc16> str,
265 ASSERT(mode_ == UC16);
267 __ cmp(Operand(ebx, byte_offset + i * sizeof(uc16)),
277 Operand(ebx, byte_offset + i * sizeof(uc16)));
368 ASSERT(mode_ == UC16);
456 ASSERT(mode_ == UC16
522 uc16 c,
523 uc16 minus,
524 uc16 mask,
534 bool RegExpMacroAssemblerIA32::CheckSpecialCharacterClass(uc16 type,
586 if (mode_ == UC16) {
643 ASSERT_EQ(UC16, mode_);
654 // No custom implementation (yet): s(UC16), S(UC16).
730 if (mode_ == UC16) {
785 if (mode_ == UC16) {
794 if (mode_ == UC16) {
1114 // If we changed between an ASCII and an UC16 string, the specialized
1271 ASSERT(mode_ == UC16);
1274 Operand(esi, edi, times_1, cp_offset * sizeof(uc16)));
1278 Operand(esi, edi, times_1, cp_offset * sizeof(uc16)));