Lines Matching refs:aa

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