Lines Matching refs:aa

813 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strpos = 5 == 5
814 find "o" in "aa%CC%8Abco%CC%88" - grapheme_strpos = false == false
815 find "o%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_strpos = 4 == 4
816 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strpos = 2 == 2
817 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strpos = 1 == 1
833 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
834 find "opq" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
835 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_strpos = false == false
836 find "o%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bco%CC%88" - grapheme_strpos = 4 == 4
837 find "a%CC%8Abc" in "o%CC%88aa%CC%8Abc" - grapheme_strpos = 2 == 2
838 find "a%CC%8Abc" in "aa%CC%8Abc" - grapheme_strpos = 1 == 1
860 find "o" in "aa%CC%8Abco%CC%88O" - grapheme_stripos = 5 == 5
861 find "O" in "aa%CC%8Abco%CC%88" - grapheme_stripos = false == false
862 find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_stripos = 4 == 4
863 find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_stripos from -1 = 4 == 4
864 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_stripos = 2 == 2
875 find "oP" in "aa%CC%8Abco%CC%88Opq" - grapheme_stripos = 5 == 5
876 find "opQ" in "aa%CC%8Abco%CC%88Opq" - grapheme_stripos = 5 == 5
877 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_stripos = false == false
878 find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_stripos = 4 == 4
879 find "A%CC%8Abc" in "o%CC%88aa%CC%8ABc" - grapheme_stripos = 2 == 2
880 find "a%CC%8Abc" in "aa%CC%8ABC" - grapheme_stripos = 1 == 1
899 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strrpos = 5 == 5
900 find "o" in "aa%CC%8Abco%CC%88" - grapheme_strrpos = false == false
901 find "o%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_strrpos = 4 == 4
902 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strrpos = 2 == 2
903 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strrpos = 1 == 1
915 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
916 find "opq" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
917 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_strrpos = false == false
918 find "o%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bco%CC%88" - grapheme_strrpos = 4 == 4
919 find "a%CC%8Abc" in "o%CC%88aa%CC%8Abc" - grapheme_strrpos = 2 == 2
920 find "a%CC%8Abc" in "aa%CC%8Abc" - grapheme_strrpos = 1 == 1
940 find "o" in "aa%CC%8Abco%CC%88O" - grapheme_strripos = 5 == 5
941 find "O" in "aa%CC%8Abco%CC%88" - grapheme_strripos = false == false
942 find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_strripos = 4 == 4
943 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strripos = 2 == 2
954 find "oP" in "aa%CC%8Abco%CC%88Opq" - grapheme_strripos = 5 == 5
955 find "opQ" in "aa%CC%8Abco%CC%88Opq" - grapheme_strripos = 5 == 5
956 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_strripos = false == false
957 find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_strripos = 4 == 4
958 find "A%CC%8Abc" in "o%CC%88aa%CC%8ABc" - grapheme_strripos = 2 == 2
959 find "a%CC%8Abc" in "aa%CC%8ABC" - grapheme_strripos = 1 == 1
978 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
981 substring of "aa%CC%8Abco%CC%88O" from "5" - grapheme_substr = O == O
982 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
983 substring of "aa%CC%8AbcO%CC%88" from "4" - grapheme_substr = O%CC%88 == O%CC%88
984 substring of "o%CC%88aa%CC%8Abc" from "2" - grapheme_substr = a%CC%8Abc == a%CC%8Abc
996 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length 10 = aa%CC%8Abco%CC%88Op…
997 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr = Opq == Opq
998 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -1 = Op == Op
999 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -2 = O == O
1000 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -3 = ==
1001 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -4 = ==
1002 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr = aa%CC%8Abco%CC%88Opq == aa%CC%8Abc…
1003 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88Op…
1004 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -2 = aa%CC%8Abco%CC%88O …
1005 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -3 = aa%CC%8Abco%CC%88 =…
1006 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -4 = aa%CC%8Abc == aa%CC…
1007 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -5 = aa%CC%8Ab == aa%CC%…
1008 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -6 = aa%CC%8A == aa%CC%8A
1009 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -7 = a == a
1010 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -8 = ==
1011 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -9 = ==
1012 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr = aa%CC%8Abco%CC%88Opq == aa%CC%8Ab…
1013 substring of "aa%CC%8Abco%CC%88Opq" from "-7" - grapheme_substr = a%CC%8Abco%CC%88Opq == a%CC%8Abco…
1014 substring of "aa%CC%8Abco%CC%88Opq" from "-6" - grapheme_substr = bco%CC%88Opq == bco%CC%88Opq
1015 substring of "aa%CC%8Abco%CC%88Opq" from "-5" - grapheme_substr = co%CC%88Opq == co%CC%88Opq
1016 substring of "aa%CC%8Abco%CC%88Opq" from "-4" - grapheme_substr = o%CC%88Opq == o%CC%88Opq
1017 substring of "aa%CC%8Abco%CC%88Opq" from "-3" - grapheme_substr = Opq == Opq
1018 substring of "aa%CC%8Abco%CC%88Opq" from "-2" - grapheme_substr = pq == pq
1019 substring of "aa%CC%8Abco%CC%88Opq" from "-1" - grapheme_substr = q == q
1020 substring of "aa%CC%8Abco%CC%88Opq" from "-999" - grapheme_substr = aa%CC%8Abco%CC%88Opq == aa%CC%8…
1021 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 8 = aa%CC%8Abco%CC%88Op…
1022 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 7 = aa%CC%8Abco%CC%88Op…
1023 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 6 = aa%CC%8Abco%CC%88O …
1024 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 5 = aa%CC%8Abco%CC%88 =…
1025 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 4 = aa%CC%8Abc == aa%CC…
1026 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 3 = aa%CC%8Ab == aa%CC%…
1027 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 2 = aa%CC%8A == aa%CC%8A
1028 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 1 = a == a
1029 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 0 = ==
1030 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -999 = ==
1031 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88O…
1032 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -2 = aa%CC%8Abco%CC%88O…
1033 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -3 = aa%CC%8Abco%CC%88 …
1034 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -4 = aa%CC%8Abc == aa%C…
1035 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -5 = aa%CC%8Ab == aa%CC…
1036 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -6 = aa%CC%8A == aa%CC%…
1037 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -7 = a == a
1038 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -8 = ==
1039 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -9 = ==
1043 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strstr = o == o
1044 find "o" in "aa%CC%8Abco%CC%88" - grapheme_strstr = false == false
1045 find "o%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_strstr = o%CC%88 == o%CC%88
1046 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strstr = a%CC%8Abc == a%CC%8Abc
1047 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strstr = a%CC%8Abc == a%CC%8Abc
1066 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc
1070 find "a%CC%8Abc" in "aa%CC%8Abc" - grapheme_strstr = a%CC%8Abc == a%CC%8Abc
1071 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strstr before flag is FALSE = a%CC%8Abc == a%CC%8Abc
1072 find "a" in "aa%CC%8Abc" - grapheme_strstr before flag is TRUE = ==
1081 find "O%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_stristr = o%CC%88 == o%CC%88
1082 find "o" in "aa%CC%8Abco%CC%88O" - grapheme_stristr = O == O
1083 find "o" in "aa%CC%8Abco%CC%88" - grapheme_stristr = false == false
1084 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1085 find "A%CC%8A" in "aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1104 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
1108 find "A%CC%8Abc" in "aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1110 find "A" in "aa%CC%8Abc" - grapheme_stristr before flag is TRUE = ==