Lines Matching refs:EQ
539 EQ = self.checkequal
542 EQ("", "", "replace", "", "")
543 EQ("A", "", "replace", "", "A")
544 EQ("", "", "replace", "A", "")
545 EQ("", "", "replace", "A", "A")
546 EQ("", "", "replace", "", "", 100)
547 EQ("A", "", "replace", "", "A", 100)
548 EQ("", "", "replace", "", "", sys.maxsize)
551 EQ("A", "A", "replace", "", "")
552 EQ("*A*", "A", "replace", "", "*")
553 EQ("*1A*1", "A", "replace", "", "*1")
554 EQ("*-#A*-#", "A", "replace", "", "*-#")
555 EQ("*-A*-A*-", "AA", "replace", "", "*-")
556 EQ("*-A*-A*-", "AA", "replace", "", "*-", -1)
557 EQ("*-A*-A*-", "AA", "replace", "", "*-", sys.maxsize)
558 EQ("*-A*-A*-", "AA", "replace", "", "*-", 4)
559 EQ("*-A*-A*-", "AA", "replace", "", "*-", 3)
560 EQ("*-A*-A", "AA", "replace", "", "*-", 2)
561 EQ("*-AA", "AA", "replace", "", "*-", 1)
562 EQ("AA", "AA", "replace", "", "*-", 0)
565 EQ("", "A", "replace", "A", "")
566 EQ("", "AAA", "replace", "A", "")
567 EQ("", "AAA", "replace", "A", "", -1)
568 EQ("", "AAA", "replace", "A", "", sys.maxsize)
569 EQ("", "AAA", "replace", "A", "", 4)
570 EQ("", "AAA", "replace", "A", "", 3)
571 EQ("A", "AAA", "replace", "A", "", 2)
572 EQ("AA", "AAA", "replace", "A", "", 1)
573 EQ("AAA", "AAA", "replace", "A", "", 0)
574 EQ("", "AAAAAAAAAA", "replace", "A", "")
575 EQ("BCD", "ABACADA", "replace", "A", "")
576 EQ("BCD", "ABACADA", "replace", "A", "", -1)
577 EQ("BCD", "ABACADA", "replace", "A", "", sys.maxsize)
578 EQ("BCD", "ABACADA", "replace", "A", "", 5)
579 EQ("BCD", "ABACADA", "replace", "A", "", 4)
580 EQ("BCDA", "ABACADA", "replace", "A", "", 3)
581 EQ("BCADA", "ABACADA", "replace", "A", "", 2)
582 EQ("BACADA", "ABACADA", "replace", "A", "", 1)
583 EQ("ABACADA", "ABACADA", "replace", "A", "", 0)
584 EQ("BCD", "ABCAD", "replace", "A", "")
585 EQ("BCD", "ABCADAA", "replace", "A", "")
586 EQ("BCD", "BCD", "replace", "A", "")
587 EQ("*************", "*************", "replace", "A", "")
588 EQ("^A^", "^"+"A"*1000+"^", "replace", "A", "", 999)
591 EQ("", "the", "replace", "the", "")
592 EQ("ater", "theater", "replace", "the", "")
593 EQ("", "thethe", "replace", "the", "")
594 EQ("", "thethethethe", "replace", "the", "")
595 EQ("aaaa", "theatheatheathea", "replace", "the", "")
596 EQ("that", "that", "replace", "the", "")
597 EQ("thaet", "thaet", "replace", "the", "")
598 EQ("here and re", "here and there", "replace", "the", "")
599 EQ("here and re and re", "here and there and there",
601 EQ("here and re and re", "here and there and there",
603 EQ("here and re and re", "here and there and there",
605 EQ("here and re and re", "here and there and there",
607 EQ("here and re and there", "here and there and there",
609 EQ("here and there and there", "here and there and there",
611 EQ("here and re and re", "here and there and there", "replace", "the", "")
613 EQ("abc", "abc", "replace", "the", "")
614 EQ("abcdefg", "abcdefg", "replace", "the", "")
617 EQ("bob", "bbobob", "replace", "bob", "")
618 EQ("bobXbob", "bbobobXbbobob", "replace", "bob", "")
619 EQ("aaaaaaa", "aaaaaaabob", "replace", "bob", "")
620 EQ("aaaaaaa", "aaaaaaa", "replace", "bob", "")
623 EQ("Who goes there?", "Who goes there?", "replace", "o", "o")
624 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O")
625 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", sys.maxsize)
626 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", -1)
627 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", 3)
628 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", 2)
629 EQ("WhO goes there?", "Who goes there?", "replace", "o", "O", 1)
630 EQ("Who goes there?", "Who goes there?", "replace", "o", "O", 0)
632 EQ("Who goes there?", "Who goes there?", "replace", "a", "q")
633 EQ("who goes there?", "Who goes there?", "replace", "W", "w")
634 EQ("wwho goes there?ww", "WWho goes there?WW", "replace", "W", "w")
635 EQ("Who goes there!", "Who goes there?", "replace", "?", "!")
636 EQ("Who goes there!!", "Who goes there??", "replace", "?", "!")
638 EQ("Who goes there?", "Who goes there?", "replace", ".", "!")
641 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**")
642 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", sys.maxsize)
643 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", -1)
644 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", 4)
645 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", 3)
646 EQ("Th** ** a tissue", "This is a tissue", "replace", "is", "**", 2)
647 EQ("Th** is a tissue", "This is a tissue", "replace", "is", "**", 1)
648 EQ("This is a tissue", "This is a tissue", "replace", "is", "**", 0)
649 EQ("cobob", "bobob", "replace", "bob", "cob")
650 EQ("cobobXcobocob", "bobobXbobobob", "replace", "bob", "cob")
651 EQ("bobob", "bobob", "replace", "bot", "bot")
654 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK")
655 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", -1)
656 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", sys.maxsize)
657 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", 2)
658 EQ("ReyKKjavik", "Reykjavik", "replace", "k", "KK", 1)
659 EQ("Reykjavik", "Reykjavik", "replace", "k", "KK", 0)
660 EQ("A----B----C----", "A.B.C.", "replace", ".", "----")
662 EQ('...\u043c......<', '...\u043c......<', "replace", "<", "<")
664 EQ("Reykjavik", "Reykjavik", "replace", "q", "KK")
667 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
669 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
671 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
673 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
675 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
677 EQ("ham, ham, eggs and spam", "spam, spam, eggs and spam",
679 EQ("ham, spam, eggs and spam", "spam, spam, eggs and spam",
681 EQ("spam, spam, eggs and spam", "spam, spam, eggs and spam",
684 EQ("bobob", "bobobob", "replace", "bobob", "bob")
685 EQ("bobobXbobob", "bobobobXbobobob", "replace", "bobob", "bob")
686 EQ("BOBOBOB", "BOBOBOB", "replace", "bob", "bobby")