Lines Matching refs:EQ

550         EQ = self.checkequal
553 EQ("", "", "replace", "", "")
554 EQ("A", "", "replace", "", "A")
555 EQ("", "", "replace", "A", "")
556 EQ("", "", "replace", "A", "A")
557 EQ("", "", "replace", "", "", 100)
558 EQ("A", "", "replace", "", "A", 100)
559 EQ("", "", "replace", "", "", sys.maxsize)
562 EQ("A", "A", "replace", "", "")
563 EQ("*A*", "A", "replace", "", "*")
564 EQ("*1A*1", "A", "replace", "", "*1")
565 EQ("*-#A*-#", "A", "replace", "", "*-#")
566 EQ("*-A*-A*-", "AA", "replace", "", "*-")
567 EQ("*-A*-A*-", "AA", "replace", "", "*-", -1)
568 EQ("*-A*-A*-", "AA", "replace", "", "*-", sys.maxsize)
569 EQ("*-A*-A*-", "AA", "replace", "", "*-", 4)
570 EQ("*-A*-A*-", "AA", "replace", "", "*-", 3)
571 EQ("*-A*-A", "AA", "replace", "", "*-", 2)
572 EQ("*-AA", "AA", "replace", "", "*-", 1)
573 EQ("AA", "AA", "replace", "", "*-", 0)
576 EQ("", "A", "replace", "A", "")
577 EQ("", "AAA", "replace", "A", "")
578 EQ("", "AAA", "replace", "A", "", -1)
579 EQ("", "AAA", "replace", "A", "", sys.maxsize)
580 EQ("", "AAA", "replace", "A", "", 4)
581 EQ("", "AAA", "replace", "A", "", 3)
582 EQ("A", "AAA", "replace", "A", "", 2)
583 EQ("AA", "AAA", "replace", "A", "", 1)
584 EQ("AAA", "AAA", "replace", "A", "", 0)
585 EQ("", "AAAAAAAAAA", "replace", "A", "")
586 EQ("BCD", "ABACADA", "replace", "A", "")
587 EQ("BCD", "ABACADA", "replace", "A", "", -1)
588 EQ("BCD", "ABACADA", "replace", "A", "", sys.maxsize)
589 EQ("BCD", "ABACADA", "replace", "A", "", 5)
590 EQ("BCD", "ABACADA", "replace", "A", "", 4)
591 EQ("BCDA", "ABACADA", "replace", "A", "", 3)
592 EQ("BCADA", "ABACADA", "replace", "A", "", 2)
593 EQ("BACADA", "ABACADA", "replace", "A", "", 1)
594 EQ("ABACADA", "ABACADA", "replace", "A", "", 0)
595 EQ("BCD", "ABCAD", "replace", "A", "")
596 EQ("BCD", "ABCADAA", "replace", "A", "")
597 EQ("BCD", "BCD", "replace", "A", "")
598 EQ("*************", "*************", "replace", "A", "")
599 EQ("^A^", "^"+"A"*1000+"^", "replace", "A", "", 999)
602 EQ("", "the", "replace", "the", "")
603 EQ("ater", "theater", "replace", "the", "")
604 EQ("", "thethe", "replace", "the", "")
605 EQ("", "thethethethe", "replace", "the", "")
606 EQ("aaaa", "theatheatheathea", "replace", "the", "")
607 EQ("that", "that", "replace", "the", "")
608 EQ("thaet", "thaet", "replace", "the", "")
609 EQ("here and re", "here and there", "replace", "the", "")
610 EQ("here and re and re", "here and there and there",
612 EQ("here and re and re", "here and there and there",
614 EQ("here and re and re", "here and there and there",
616 EQ("here and re and re", "here and there and there",
618 EQ("here and re and there", "here and there and there",
620 EQ("here and there and there", "here and there and there",
622 EQ("here and re and re", "here and there and there", "replace", "the", "")
624 EQ("abc", "abc", "replace", "the", "")
625 EQ("abcdefg", "abcdefg", "replace", "the", "")
628 EQ("bob", "bbobob", "replace", "bob", "")
629 EQ("bobXbob", "bbobobXbbobob", "replace", "bob", "")
630 EQ("aaaaaaa", "aaaaaaabob", "replace", "bob", "")
631 EQ("aaaaaaa", "aaaaaaa", "replace", "bob", "")
634 EQ("Who goes there?", "Who goes there?", "replace", "o", "o")
635 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O")
636 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", sys.maxsize)
637 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", -1)
638 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", 3)
639 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", 2)
640 EQ("WhO goes there?", "Who goes there?", "replace", "o", "O", 1)
641 EQ("Who goes there?", "Who goes there?", "replace", "o", "O", 0)
643 EQ("Who goes there?", "Who goes there?", "replace", "a", "q")
644 EQ("who goes there?", "Who goes there?", "replace", "W", "w")
645 EQ("wwho goes there?ww", "WWho goes there?WW", "replace", "W", "w")
646 EQ("Who goes there!", "Who goes there?", "replace", "?", "!")
647 EQ("Who goes there!!", "Who goes there??", "replace", "?", "!")
649 EQ("Who goes there?", "Who goes there?", "replace", ".", "!")
652 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**")
653 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", sys.maxsize)
654 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", -1)
655 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", 4)
656 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", 3)
657 EQ("Th** ** a tissue", "This is a tissue", "replace", "is", "**", 2)
658 EQ("Th** is a tissue", "This is a tissue", "replace", "is", "**", 1)
659 EQ("This is a tissue", "This is a tissue", "replace", "is", "**", 0)
660 EQ("cobob", "bobob", "replace", "bob", "cob")
661 EQ("cobobXcobocob", "bobobXbobobob", "replace", "bob", "cob")
662 EQ("bobob", "bobob", "replace", "bot", "bot")
665 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK")
666 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", -1)
667 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", sys.maxsize)
668 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", 2)
669 EQ("ReyKKjavik", "Reykjavik", "replace", "k", "KK", 1)
670 EQ("Reykjavik", "Reykjavik", "replace", "k", "KK", 0)
671 EQ("A----B----C----", "A.B.C.", "replace", ".", "----")
673 EQ('...\u043c......&lt;', '...\u043c......<', "replace", "<", "&lt;")
675 EQ("Reykjavik", "Reykjavik", "replace", "q", "KK")
678 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
680 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
682 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
684 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
686 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
688 EQ("ham, ham, eggs and spam", "spam, spam, eggs and spam",
690 EQ("ham, spam, eggs and spam", "spam, spam, eggs and spam",
692 EQ("spam, spam, eggs and spam", "spam, spam, eggs and spam",
695 EQ("bobob", "bobobob", "replace", "bobob", "bob")
696 EQ("bobobXbobob", "bobobobXbobobob", "replace", "bobob", "bob")
697 EQ("BOBOBOB", "BOBOBOB", "replace", "bob", "bobby")