Lines Matching full:uc16
196 void RegExpMacroAssemblerMIPS::CheckCharacterGT(uc16 limit, Label* on_greater) {
226 void RegExpMacroAssemblerMIPS::CheckCharacterLT(uc16 limit, Label* on_less) {
231 void RegExpMacroAssemblerMIPS::CheckCharacters(Vector<const uc16> str,
263 uc16 match_char = str[i];
350 ASSERT(mode_ == UC16);
432 ASSERT(mode_ == UC16);
477 uc16 c,
478 uc16 minus,
479 uc16 mask,
485 bool RegExpMacroAssemblerMIPS::CheckSpecialCharacterClass(uc16 type,
529 if (mode_ == UC16) {
588 // No custom implementation (yet): s(UC16), S(UC16).
671 __ sll(t5, a1, (mode_ == UC16) ? 1 : 0);
724 if (mode_ == UC16) {
738 if (mode_ == UC16) {
1085 // If we changed between an ASCII and an UC16 string, the specialized
1250 ASSERT(mode_ == UC16);