Home | History | Annotate | Download | only in cctest

Lines Matching refs:Add

424     accumulator.Add("()");
579 // Check that it wasn't there already and then add it.
1396 ranges->Add(CharacterRange(from, to));
1413 ranges->Add(CharacterRange(0xFFF0, 0xFFFE));
1565 // Here we need to add [l-z] to complete the case independence of
1566 // [A-Za-z] but we expect [a-z] to be added since we always add a
1589 base->Add(CharacterRange::Everything());
1618 list->Add(CharacterRange(10, 20));
1619 list->Add(CharacterRange(30, 40));
1620 list->Add(CharacterRange(50, 60));
1631 list->Add(CharacterRange(10, 20));
1632 list->Add(CharacterRange(50, 60));
1633 list->Add(CharacterRange(30, 40));
1644 list->Add(CharacterRange(30, 40));
1645 list->Add(CharacterRange(10, 20));
1646 list->Add(CharacterRange(25, 25));
1647 list->Add(CharacterRange(100, 100));
1648 list->Add(CharacterRange(1, 1));
1663 list->Add(CharacterRange(10, 19));
1664 list->Add(CharacterRange(21, 30));
1665 list->Add(CharacterRange(20, 20));
1702 l1.Add(CharacterRange::Singleton(offset + 2));
1703 l2.Add(CharacterRange::Singleton(offset + i));
1718 l1.Add(CharacterRange::Range(offset + 2, offset + 4));
1719 l2.Add(CharacterRange::Singleton(offset + i));
1739 l1.Add(CharacterRange::Range(offset + 6, offset + 15)); // Length 8.
1740 l2.Add(CharacterRange::Range(offset + 2 * i, offset + 2 * i + 3));
1743 l1.Add(CharacterRange::Range(offset + 6, offset + 15));
1744 l2.Add(CharacterRange::Range(offset + 6, offset + 15));
1746 l1.Add(CharacterRange::Range(offset + 6, offset + 15));
1747 l2.Add(CharacterRange::Range(offset + 4, offset + 17));
1754 l1.Add(CharacterRange::Range(offset, offset + 21));
1755 l1.Add(CharacterRange::Range(offset + 31, offset + 52));
1757 l2.Add(CharacterRange::Range(offset + 2, offset + 5));
1758 l2.Add(CharacterRange::Singleton(offset + 8));