Lines Matching refs:find

100 		$res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strpos";
164 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_stripos";
230 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strrpos";
295 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strripos";
457 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strstr";
522 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_stristr";
784 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strpos = 5 == 5
785 find "o" in "aa%CC%8Abco%CC%88" - grapheme_strpos = false == false
786 find "o%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_strpos = 4 == 4
787 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strpos = 2 == 2
788 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strpos = 1 == 1
789 find "a%CC%8A" in "abc" - grapheme_strpos = false == false
790 find "a" in "a%CC%8Abc" - grapheme_strpos = false == false
791 find "d" in "abc" - grapheme_strpos = false == false
792 find "c" in "abc" - grapheme_strpos = 2 == 2
793 find "b" in "abc" - grapheme_strpos = 1 == 1
794 find "a" in "abc" - grapheme_strpos = 0 == 0
795 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0
796 find "a" in "abc" - grapheme_strpos from 1 = false == false
797 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2
798 find "o" in "aoa%CC%8Abco%CC%88o" - grapheme_strpos from 2 = 6 == 6
799 find "a%CC%8A" in "o%CC%88a%CC%8Aaa%CC%8Abc" - grapheme_strpos from 2 = 3 == 3
800 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
801 find "opq" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
802 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_strpos = false == false
803 find "o%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bco%CC%88" - grapheme_strpos = 4 == 4
804 find "a%CC%8Abc" in "o%CC%88aa%CC%8Abc" - grapheme_strpos = 2 == 2
805 find "a%CC%8Abc" in "aa%CC%8Abc" - grapheme_strpos = 1 == 1
806 find "a%CC%8Abc" in "abc" - grapheme_strpos = false == false
807 find "abcdefg" in "a%CC%8Abc" - grapheme_strpos = false == false
808 find "defghijklmnopq" in "abc" - grapheme_strpos = false == false
809 find "ab" in "abc" - grapheme_strpos = 0 == 0
810 find "bc" in "abc" - grapheme_strpos = 1 == 1
811 find "abc" in "abc" - grapheme_strpos = 0 == 0
812 find "abcd" in "abc" - grapheme_strpos = false == false
813 find "ab" in "abc" - grapheme_strpos from 0 = 0 == 0
814 find "abc" in "abc" - grapheme_strpos from 0 = 0 == 0
815 find "abc" in "abc" - grapheme_strpos from 1 = false == false
816 find "ab" in "ababc" - grapheme_strpos from 1 = 2 == 2
817 find "abc" in "ababc" - grapheme_strpos from 1 = 2 == 2
818 find "oa%CC%8Abc" in "aoa%CC%8Abco%CC%88oa%CC%8Abc" - grapheme_strpos from 2 = 6 == 6
819 find "a%CC%8Abca%CC%8A" in "o%CC%88a%CC%8Aaa%CC%8Abca%CC%8Adef" - grapheme_strpos from 2 = 3 == 3
823 find "o" in "aoa%CC%8Abco%CC%88O" - grapheme_stripos from 2 = 6 == 6
824 find "a%CC%8A" in "o%CC%88a%CC%8AaA%CC%8Abc" - grapheme_stripos from 2 = 3 == 3
825 find "o" in "aa%CC%8Abco%CC%88O" - grapheme_stripos = 5 == 5
826 find "O" in "aa%CC%8Abco%CC%88" - grapheme_stripos = false == false
827 find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_stripos = 4 == 4
828 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_stripos = 2 == 2
829 find "a%CC%8A" in "aA%CC%8Abc" - grapheme_stripos = 1 == 1
830 find "a%CC%8A" in "Abc" - grapheme_stripos = false == false
831 find "A" in "a%CC%8Abc" - grapheme_stripos = false == false
832 find "D" in "abc" - grapheme_stripos = false == false
833 find "c" in "abC" - grapheme_stripos = 2 == 2
834 find "B" in "abc" - grapheme_stripos = 1 == 1
835 find "a" in "Abc" - grapheme_stripos = 0 == 0
836 find "A" in "abc" - grapheme_stripos from 0 = 0 == 0
837 find "a" in "Abc" - grapheme_stripos from 1 = false == false
838 find "A" in "ababc" - grapheme_stripos from 1 = 2 == 2
839 find "oP" in "aa%CC%8Abco%CC%88Opq" - grapheme_stripos = 5 == 5
840 find "opQ" in "aa%CC%8Abco%CC%88Opq" - grapheme_stripos = 5 == 5
841 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_stripos = false == false
842 find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_stripos = 4 == 4
843 find "A%CC%8Abc" in "o%CC%88aa%CC%8ABc" - grapheme_stripos = 2 == 2
844 find "a%CC%8Abc" in "aa%CC%8ABC" - grapheme_stripos = 1 == 1
845 find "a%CC%8ABC" in "abc" - grapheme_stripos = false == false
846 find "aBCdefg" in "a%CC%8ABC" - grapheme_stripos = false == false
847 find "Defghijklmnopq" in "aBC" - grapheme_stripos = false == false
848 find "Ab" in "abC" - grapheme_stripos = 0 == 0
849 find "bc" in "aBC" - grapheme_stripos = 1 == 1
850 find "Abc" in "abC" - grapheme_stripos = 0 == 0
851 find "aBcd" in "abC" - grapheme_stripos = false == false
852 find "ab" in "ABc" - grapheme_stripos from 0 = 0 == 0
853 find "abC" in "aBc" - grapheme_stripos from 0 = 0 == 0
854 find "aBc" in "abc" - grapheme_stripos from 1 = false == false
855 find "AB" in "ABabc" - grapheme_stripos from 1 = 2 == 2
856 find "aBc" in "abaBc" - grapheme_stripos from 1 = 2 == 2
857 find "Oa%CC%8AbC" in "aoa%CC%8Abco%CC%88oA%CC%8AbC" - grapheme_stripos from 2 = 6 == 6
858 find "a%CC%8ABca%CC%8A" in "o%CC%88a%CC%8AaA%CC%8AbCa%CC%8Adef" - grapheme_stripos from 2 = 3 == 3
862 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strrpos = 5 == 5
863 find "o" in "aa%CC%8Abco%CC%88" - grapheme_strrpos = false == false
864 find "o%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_strrpos = 4 == 4
865 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strrpos = 2 == 2
866 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strrpos = 1 == 1
867 find "a%CC%8A" in "abc" - grapheme_strrpos = false == false
868 find "a" in "a%CC%8Abc" - grapheme_strrpos = false == false
869 find "d" in "abc" - grapheme_strrpos = false == false
870 find "c" in "abc" - grapheme_strrpos = 2 == 2
871 find "b" in "abc" - grapheme_strrpos = 1 == 1
872 find "a" in "abc" - grapheme_strrpos = 0 == 0
873 find "a" in "abc" - grapheme_strrpos from 0 = 0 == 0
874 find "a" in "abc" - grapheme_strrpos from 1 = false == false
875 find "a" in "ababc" - grapheme_strrpos from 1 = 2 == 2
876 find "o" in "aoa%CC%8Abco%CC%88o" - grapheme_strrpos from 2 = 6 == 6
877 find "a%CC%8A" in "o%CC%88a%CC%8Aaa%CC%8Abc" - grapheme_strrpos from 2 = 3 == 3
878 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
879 find "opq" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
880 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_strrpos = false == false
881 find "o%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bco%CC%88" - grapheme_strrpos = 4 == 4
882 find "a%CC%8Abc" in "o%CC%88aa%CC%8Abc" - grapheme_strrpos = 2 == 2
883 find "a%CC%8Abc" in "aa%CC%8Abc" - grapheme_strrpos = 1 == 1
884 find "a%CC%8Abc" in "abc" - grapheme_strrpos = false == false
885 find "abcdefg" in "a%CC%8Abc" - grapheme_strrpos = false == false
886 find "defghijklmnopq" in "abc" - grapheme_strrpos = false == false
887 find "ab" in "abc" - grapheme_strrpos = 0 == 0
888 find "bc" in "abc" - grapheme_strrpos = 1 == 1
889 find "abc" in "abc" - grapheme_strrpos = 0 == 0
890 find "abcd" in "abc" - grapheme_strrpos = false == false
891 find "ab" in "abc" - grapheme_strrpos from 0 = 0 == 0
892 find "abc" in "abc" - grapheme_strrpos from 0 = 0 == 0
893 find "abc" in "abc" - grapheme_strrpos from 1 = false == false
894 find "ab" in "ababc" - grapheme_strrpos from 1 = 2 == 2
895 find "abc" in "ababc" - grapheme_strrpos from 1 = 2 == 2
896 find "oa%CC%8Abc" in "aoa%CC%8Abco%CC%88oa%CC%8Abc" - grapheme_strrpos from 2 = 6 == 6
897 find "a%CC%8Abca%CC%8A" in "o%CC%88a%CC%8Aaa%CC%8Abca%CC%8Adef" - grapheme_strrpos from 2 = 3 == 3
901 find "o" in "aoa%CC%8Abco%CC%88O" - grapheme_strripos from 2 = 6 == 6
902 find "a%CC%8A" in "o%CC%88a%CC%8AaA%CC%8Abc" - grapheme_strripos from 2 = 3 == 3
903 find "o" in "aa%CC%8Abco%CC%88O" - grapheme_strripos = 5 == 5
904 find "O" in "aa%CC%8Abco%CC%88" - grapheme_strripos = false == false
905 find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_strripos = 4 == 4
906 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strripos = 2 == 2
907 find "a%CC%8A" in "aA%CC%8Abc" - grapheme_strripos = 1 == 1
908 find "a%CC%8A" in "Abc" - grapheme_strripos = false == false
909 find "A" in "a%CC%8Abc" - grapheme_strripos = false == false
910 find "D" in "abc" - grapheme_strripos = false == false
911 find "c" in "abC" - grapheme_strripos = 2 == 2
912 find "B" in "abc" - grapheme_strripos = 1 == 1
913 find "a" in "Abc" - grapheme_strripos = 0 == 0
914 find "A" in "abc" - grapheme_strripos from 0 = 0 == 0
915 find "a" in "Abc" - grapheme_strripos from 1 = false == false
916 find "A" in "ababc" - grapheme_strripos from 1 = 2 == 2
917 find "oP" in "aa%CC%8Abco%CC%88Opq" - grapheme_strripos = 5 == 5
918 find "opQ" in "aa%CC%8Abco%CC%88Opq" - grapheme_strripos = 5 == 5
919 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_strripos = false == false
920 find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_strripos = 4 == 4
921 find "A%CC%8Abc" in "o%CC%88aa%CC%8ABc" - grapheme_strripos = 2 == 2
922 find "a%CC%8Abc" in "aa%CC%8ABC" - grapheme_strripos = 1 == 1
923 find "a%CC%8ABC" in "abc" - grapheme_strripos = false == false
924 find "aBCdefg" in "a%CC%8ABC" - grapheme_strripos = false == false
925 find "Defghijklmnopq" in "aBC" - grapheme_strripos = false == false
926 find "Ab" in "abC" - grapheme_strripos = 0 == 0
927 find "bc" in "aBC" - grapheme_strripos = 1 == 1
928 find "Abc" in "abC" - grapheme_strripos = 0 == 0
929 find "aBcd" in "abC" - grapheme_strripos = false == false
930 find "ab" in "ABc" - grapheme_strripos from 0 = 0 == 0
931 find "abC" in "aBc" - grapheme_strripos from 0 = 0 == 0
932 find "aBc" in "abc" - grapheme_strripos from 1 = false == false
933 find "AB" in "ABabc" - grapheme_strripos from 1 = 2 == 2
934 find "aBc" in "abaBc" - grapheme_strripos from 1 = 2 == 2
935 find "Oa%CC%8AbC" in "aoa%CC%8Abco%CC%88oA%CC%8AbC" - grapheme_strripos from 2 = 6 == 6
936 find "a%CC%8ABca%CC%8A" in "o%CC%88a%CC%8AaA%CC%8AbCa%CC%8Adef" - grapheme_strripos from 2 = 3 == 3
1006 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strstr = o == o
1007 find "o" in "aa%CC%8Abco%CC%88" - grapheme_strstr = false == false
1008 find "o%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_strstr = o%CC%88 == o%CC%88
1009 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strstr = a%CC%8Abc == a%CC%8Abc
1010 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strstr = a%CC%8Abc == a%CC%8Abc
1011 find "a%CC%8A" in "abc" - grapheme_strstr = false == false
1012 find "a" in "a%CC%8Abc" - grapheme_strstr = false == false
1013 find "d" in "abc" - grapheme_strstr = false == false
1014 find "c" in "abc" - grapheme_strstr = c == c
1015 find "b" in "abc" - grapheme_strstr = bc == bc
1016 find "a" in "abc" - grapheme_strstr = abc == abc
1017 find "ab" in "abc" - grapheme_strstr = abc == abc
1018 find "abc" in "abc" - grapheme_strstr = abc == abc
1019 find "bc" in "abc" - grapheme_strstr = bc == bc
1020 find "a" in "abc" - grapheme_strstr before flag is FALSE = abc == abc
1021 find "a" in "abc" - grapheme_strstr before flag is TRUE = ==
1022 find "b" in "abc" - grapheme_strstr before flag is TRUE = a == a
1023 find "c" in "abc" - grapheme_strstr before flag is TRUE = ab == ab
1024 find "bab" in "ababc" - grapheme_strstr before flag is TRUE = a == a
1025 find "abc" in "ababc" - grapheme_strstr before flag is TRUE = ab == ab
1026 find "abc" in "ababc" - grapheme_strstr before flag is FALSE = abc == abc
1027 find "d" in "aba%CC%8Ac" - grapheme_strstr = false == false
1028 find "a" in "bca%CC%8Aa" - grapheme_strstr = a == a
1029 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc
1030 find "a" in "a%CC%8Abc" - grapheme_strstr = false == false
1031 find "ab" in "a%CC%8Aabc" - grapheme_strstr = abc == abc
1032 find "abc" in "abca%CC%8A" - grapheme_strstr = abca%CC%8A == abca%CC%8A
1033 find "a%CC%8Abc" in "aa%CC%8Abc" - grapheme_strstr = a%CC%8Abc == a%CC%8Abc
1034 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strstr before flag is FALSE = a%CC%8Abc == a%CC%8Abc
1035 find "a" in "aa%CC%8Abc" - grapheme_strstr before flag is TRUE = ==
1036 find "b" in "a%CC%8Aabc" - grapheme_strstr before flag is TRUE = a%CC%8Aa == a%CC%8Aa
1037 find "c" in "aba%CC%8Ac" - grapheme_strstr before flag is TRUE = aba%CC%8A == aba%CC%8A
1038 find "baa%CC%8Ab" in "abaa%CC%8Abc" - grapheme_strstr before flag is TRUE = a == a
1039 find "abca%CC%8A" in "ababca%CC%8A" - grapheme_strstr before flag is TRUE = ab == ab
1040 find "aba%CC%8Ac" in "ababa%CC%8Ac" - grapheme_strstr before flag is FALSE = aba%CC%8Ac == aba%CC%8…
1044 find "O%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_stristr = o%CC%88 == o%CC%88
1045 find "o" in "aa%CC%8Abco%CC%88O" - grapheme_stristr = O == O
1046 find "o" in "aa%CC%8Abco%CC%88" - grapheme_stristr = false == false
1047 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1048 find "A%CC%8A" in "aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1049 find "a%CC%8A" in "abc" - grapheme_stristr = false == false
1050 find "A" in "a%CC%8Abc" - grapheme_stristr = false == false
1051 find "d" in "abc" - grapheme_stristr = false == false
1052 find "C" in "abc" - grapheme_stristr = c == c
1053 find "b" in "aBc" - grapheme_stristr = Bc == Bc
1054 find "A" in "abc" - grapheme_stristr = abc == abc
1055 find "ab" in "abC" - grapheme_stristr = abC == abC
1056 find "aBc" in "abc" - grapheme_stristr = abc == abc
1057 find "bc" in "abC" - grapheme_stristr = bC == bC
1058 find "A" in "abc" - grapheme_stristr before flag is FALSE = abc == abc
1059 find "a" in "abc" - grapheme_stristr before flag is TRUE = ==
1060 find "b" in "aBc" - grapheme_stristr before flag is TRUE = a == a
1061 find "C" in "abc" - grapheme_stristr before flag is TRUE = ab == ab
1062 find "bab" in "aBabc" - grapheme_stristr before flag is TRUE = a == a
1063 find "aBc" in "ababc" - grapheme_stristr before flag is TRUE = ab == ab
1064 find "abC" in "ababc" - grapheme_stristr before flag is FALSE = abc == abc
1065 find "d" in "aba%CC%8Ac" - grapheme_stristr = false == false
1066 find "a" in "bca%CC%8AA" - grapheme_stristr = A == A
1067 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
1068 find "a" in "A%CC%8Abc" - grapheme_stristr = false == false
1069 find "Ab" in "a%CC%8Aabc" - grapheme_stristr = abc == abc
1070 find "abc" in "abcA%CC%8A" - grapheme_stristr = abcA%CC%8A == abcA%CC%8A
1071 find "A%CC%8Abc" in "aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1072 find "a%CC%8A" in "aA%CC%8Abc" - grapheme_stristr before flag is FALSE = A%CC%8Abc == A%CC%8Abc
1073 find "A" in "aa%CC%8Abc" - grapheme_stristr before flag is TRUE = ==
1074 find "b" in "a%CC%8AaBc" - grapheme_stristr before flag is TRUE = a%CC%8Aa == a%CC%8Aa
1075 find "C" in "aba%CC%8Ac" - grapheme_stristr before flag is TRUE = aba%CC%8A == aba%CC%8A
1076 find "baa%CC%8Ab" in "abaA%CC%8Abc" - grapheme_stristr before flag is TRUE = a == a
1077 find "aBcA%CC%8A" in "ababca%CC%8A" - grapheme_stristr before flag is TRUE = ab == ab
1078 find "aba%CC%8Ac" in "abABA%CC%8Ac" - grapheme_stristr before flag is FALSE = ABA%CC%8Ac == ABA%CC%…