Lines Matching full:uc16
203 void RegExpMacroAssemblerMIPS::CheckCharacterGT(uc16 limit, Label* on_greater) {
233 void RegExpMacroAssemblerMIPS::CheckCharacterLT(uc16 limit, Label* on_less) {
314 ASSERT(mode_ == UC16);
396 ASSERT(mode_ == UC16);
436 uc16 c,
437 uc16 minus,
438 uc16 mask,
448 uc16 from,
449 uc16 to,
458 uc16 from,
459 uc16 to,
483 bool RegExpMacroAssemblerMIPS::CheckSpecialCharacterClass(uc16 type,
522 if (mode_ == UC16) {
581 // No custom implementation (yet): s(UC16), S(UC16).
666 __ sll(t5, a1, (mode_ == UC16) ? 1 : 0);
724 if (mode_ == UC16) {
742 if (mode_ == UC16) {
793 Operand((mode_ == UC16) ? 2 : 1));
1182 // If we changed between an ASCII and an UC16 string, the specialized
1335 ASSERT(mode_ == UC16);