Home | History | Annotate | Download | only in cctest

Lines Matching full:uc16

431 static bool IsDigit(uc16 c) {
436 static bool NotDigit(uc16 c) {
441 static bool IsWhiteSpace(uc16 c) {
460 static bool NotWhiteSpace(uc16 c) {
465 static bool NotWord(uc16 c) {
470 static void TestCharacterClassEscapes(uc16 c, bool (pred)(uc16 c)) {
613 uc16 ranges[kRangeCount][2 * kRangeSize];
615 Vector<uc16> range(ranges[i], 2 * kRangeSize);
628 uc16* range = ranges[i];
636 uc16* range = ranges[j];
766 uc16 foo_chars[3] = {'f', 'o', 'o'};
767 Vector<const uc16> foo(foo_chars, 3);
821 ArchRegExpMacroAssembler m(NativeRegExpMacroAssembler::UC16, 4);
823 uc16 foo_chars[3] = {'f', 'o', 'o'};
824 Vector<const uc16> foo(foo_chars, 3);
840 const uc16 input_data[6] = {'f', 'o', 'o', 'f', 'o',
841 static_cast<uc16>('\xa0')};
843 factory->NewStringFromTwoByte(Vector<const uc16>(input_data, 6));
861 const uc16 input_data2[9] = {'b', 'a', 'r', 'b', 'a', 'r', 'b', 'a',
862 static_cast<uc16>('\xa0')};
863 input = factory->NewStringFromTwoByte(Vector<const uc16>(input_data2, 9));
968 ArchRegExpMacroAssembler m(NativeRegExpMacroAssembler::UC16, 4);
989 const uc16 input_data[6] = {'f', 0x2028, 'o', 'o', 'f', 0x2028};
991 factory->NewStringFromTwoByte(Vector<const uc16>(input_data, 6));
1134 uc16 foo_chars[3] = {'f', 'o', 'o'};
1135 Vector<const uc16> foo(foo_chars, 3);
1322 uc16 foo_chars[3];
1326 Vector<const uc16> foo(foo_chars, 3);
1362 const uc16 str1[] = {'f', 'o', 'o', 'b', 'a', 'r'};
1364 factory->NewStringFromTwoByte(Vector<const uc16>(str1, 6));
1373 const uc16 str2[] = {'b', 'a', 'r', 'f', 'o', 'o'};
1375 factory->NewStringFromTwoByte(Vector<const uc16>(str2, 6));
1573 static bool InClass(uc16 c, ZoneList<CharacterRange>* ranges) {
1590 Vector<const uc16> overlay = CharacterRange::GetWordBounds();
1673 static bool CharacterInSet(ZoneList<CharacterRange>* set, uc16 value) {
1776 for (uc16 i = 0; i < offset; i++) {
1795 for (uc16 i = 0; i < offset; i++) {
1812 for (uc16 i = 0; i < offset; i++) {
1824 for (uc16 i = 0; i < offset; i++) {