Lines Matching refs:aa

800 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strpos = 5 == 5
801 find "o" in "aa%CC%8Abco%CC%88" - grapheme_strpos = false == false
802 find "o%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_strpos = 4 == 4
803 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strpos = 2 == 2
804 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strpos = 1 == 1
820 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
821 find "opq" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
822 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_strpos = false == false
823 find "o%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bco%CC%88" - grapheme_strpos = 4 == 4
824 find "a%CC%8Abc" in "o%CC%88aa%CC%8Abc" - grapheme_strpos = 2 == 2
825 find "a%CC%8Abc" in "aa%CC%8Abc" - grapheme_strpos = 1 == 1
847 find "o" in "aa%CC%8Abco%CC%88O" - grapheme_stripos = 5 == 5
848 find "O" in "aa%CC%8Abco%CC%88" - grapheme_stripos = false == false
849 find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_stripos = 4 == 4
850 find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_stripos from -1 = 4 == 4
851 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_stripos = 2 == 2
862 find "oP" in "aa%CC%8Abco%CC%88Opq" - grapheme_stripos = 5 == 5
863 find "opQ" in "aa%CC%8Abco%CC%88Opq" - grapheme_stripos = 5 == 5
864 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_stripos = false == false
865 find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_stripos = 4 == 4
866 find "A%CC%8Abc" in "o%CC%88aa%CC%8ABc" - grapheme_stripos = 2 == 2
867 find "a%CC%8Abc" in "aa%CC%8ABC" - grapheme_stripos = 1 == 1
886 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strrpos = 5 == 5
887 find "o" in "aa%CC%8Abco%CC%88" - grapheme_strrpos = false == false
888 find "o%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_strrpos = 4 == 4
889 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strrpos = 2 == 2
890 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strrpos = 1 == 1
902 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
903 find "opq" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
904 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_strrpos = false == false
905 find "o%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bco%CC%88" - grapheme_strrpos = 4 == 4
906 find "a%CC%8Abc" in "o%CC%88aa%CC%8Abc" - grapheme_strrpos = 2 == 2
907 find "a%CC%8Abc" in "aa%CC%8Abc" - grapheme_strrpos = 1 == 1
927 find "o" in "aa%CC%8Abco%CC%88O" - grapheme_strripos = 5 == 5
928 find "O" in "aa%CC%8Abco%CC%88" - grapheme_strripos = false == false
929 find "o%CC%88" in "aa%CC%8AbcO%CC%88" - grapheme_strripos = 4 == 4
930 find "A%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strripos = 2 == 2
941 find "oP" in "aa%CC%8Abco%CC%88Opq" - grapheme_strripos = 5 == 5
942 find "opQ" in "aa%CC%8Abco%CC%88Opq" - grapheme_strripos = 5 == 5
943 find "abc" in "aa%CC%8Abco%CC%88" - grapheme_strripos = false == false
944 find "O%CC%88bco%CC%88" in "aa%CC%8Abco%CC%88bCo%CC%88" - grapheme_strripos = 4 == 4
945 find "A%CC%8Abc" in "o%CC%88aa%CC%8ABc" - grapheme_strripos = 2 == 2
946 find "a%CC%8Abc" in "aa%CC%8ABC" - grapheme_strripos = 1 == 1
965 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
968 substring of "aa%CC%8Abco%CC%88O" from "5" - grapheme_substr = O == O
969 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
970 substring of "aa%CC%8AbcO%CC%88" from "4" - grapheme_substr = O%CC%88 == O%CC%88
971 substring of "o%CC%88aa%CC%8Abc" from "2" - grapheme_substr = a%CC%8Abc == a%CC%8Abc
983 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length 10 = aa%CC%8Abco%CC%88Op…
984 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr = Opq == Opq
985 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -1 = Op == Op
986 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -2 = O == O
987 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -3 = ==
988 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -4 = ==
989 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr = aa%CC%8Abco%CC%88Opq == aa%CC%8Abc…
990 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88Op…
991 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -2 = aa%CC%8Abco%CC%88O …
992 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -3 = aa%CC%8Abco%CC%88 =…
993 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -4 = aa%CC%8Abc == aa%CC…
994 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -5 = aa%CC%8Ab == aa%CC%…
995 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -6 = aa%CC%8A == aa%CC%8A
996 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -7 = a == a
997 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -8 = ==
998 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -9 = ==
999 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr = aa%CC%8Abco%CC%88Opq == aa%CC%8Ab…
1000 substring of "aa%CC%8Abco%CC%88Opq" from "-7" - grapheme_substr = a%CC%8Abco%CC%88Opq == a%CC%8Abco…
1001 substring of "aa%CC%8Abco%CC%88Opq" from "-6" - grapheme_substr = bco%CC%88Opq == bco%CC%88Opq
1002 substring of "aa%CC%8Abco%CC%88Opq" from "-5" - grapheme_substr = co%CC%88Opq == co%CC%88Opq
1003 substring of "aa%CC%8Abco%CC%88Opq" from "-4" - grapheme_substr = o%CC%88Opq == o%CC%88Opq
1004 substring of "aa%CC%8Abco%CC%88Opq" from "-3" - grapheme_substr = Opq == Opq
1005 substring of "aa%CC%8Abco%CC%88Opq" from "-2" - grapheme_substr = pq == pq
1006 substring of "aa%CC%8Abco%CC%88Opq" from "-1" - grapheme_substr = q == q
1007 substring of "aa%CC%8Abco%CC%88Opq" from "-999" - grapheme_substr = aa%CC%8Abco%CC%88Opq == aa%CC%8…
1008 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 8 = aa%CC%8Abco%CC%88Op…
1009 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 7 = aa%CC%8Abco%CC%88Op…
1010 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 6 = aa%CC%8Abco%CC%88O …
1011 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 5 = aa%CC%8Abco%CC%88 =…
1012 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 4 = aa%CC%8Abc == aa%CC…
1013 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 3 = aa%CC%8Ab == aa%CC%…
1014 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 2 = aa%CC%8A == aa%CC%8A
1015 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 1 = a == a
1016 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 0 = ==
1017 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -999 = ==
1018 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88O…
1019 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -2 = aa%CC%8Abco%CC%88O…
1020 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -3 = aa%CC%8Abco%CC%88 …
1021 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -4 = aa%CC%8Abc == aa%C…
1022 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -5 = aa%CC%8Ab == aa%CC…
1023 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -6 = aa%CC%8A == aa%CC%…
1024 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -7 = a == a
1025 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -8 = ==
1026 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length -9 = ==
1030 find "o" in "aa%CC%8Abco%CC%88o" - grapheme_strstr = o == o
1031 find "o" in "aa%CC%8Abco%CC%88" - grapheme_strstr = false == false
1032 find "o%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_strstr = o%CC%88 == o%CC%88
1033 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_strstr = a%CC%8Abc == a%CC%8Abc
1034 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strstr = a%CC%8Abc == a%CC%8Abc
1053 find "b" in "aa%CC%8Abc" - grapheme_strstr = bc == bc
1057 find "a%CC%8Abc" in "aa%CC%8Abc" - grapheme_strstr = a%CC%8Abc == a%CC%8Abc
1058 find "a%CC%8A" in "aa%CC%8Abc" - grapheme_strstr before flag is FALSE = a%CC%8Abc == a%CC%8Abc
1059 find "a" in "aa%CC%8Abc" - grapheme_strstr before flag is TRUE = ==
1068 find "O%CC%88" in "aa%CC%8Abco%CC%88" - grapheme_stristr = o%CC%88 == o%CC%88
1069 find "o" in "aa%CC%8Abco%CC%88O" - grapheme_stristr = O == O
1070 find "o" in "aa%CC%8Abco%CC%88" - grapheme_stristr = false == false
1071 find "a%CC%8A" in "o%CC%88aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1072 find "A%CC%8A" in "aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1091 find "B" in "aa%CC%8Abc" - grapheme_stristr = bc == bc
1095 find "A%CC%8Abc" in "aa%CC%8Abc" - grapheme_stristr = a%CC%8Abc == a%CC%8Abc
1097 find "A" in "aa%CC%8Abc" - grapheme_stristr before flag is TRUE = ==