HomeSort by relevance Sort by last modified time
    Searched full:abcdefghij (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.ops/string_compare/
size_size_pointer_size.pass.cpp 53 test(S(""), 0, 0, "abcdefghij", 0, 0);
54 test(S(""), 0, 0, "abcdefghij", 1, -1);
55 test(S(""), 0, 0, "abcdefghij", 5, -5);
56 test(S(""), 0, 0, "abcdefghij", 9, -9);
57 test(S(""), 0, 0, "abcdefghij", 10, -10);
69 test(S(""), 0, 1, "abcdefghij", 0, 0);
70 test(S(""), 0, 1, "abcdefghij", 1, -1);
71 test(S(""), 0, 1, "abcdefghij", 5, -5);
72 test(S(""), 0, 1, "abcdefghij", 9, -9);
73 test(S(""), 0, 1, "abcdefghij", 10, -10)
    [all...]
size_size_pointer.pass.cpp 49 test(S(""), 0, 0, "abcdefghij", -10);
53 test(S(""), 0, 1, "abcdefghij", -10);
57 test(S(""), 1, 0, "abcdefghij", 0);
61 test(S("abcde"), 0, 0, "abcdefghij", -10);
65 test(S("abcde"), 0, 1, "abcdefghij", -9);
69 test(S("abcde"), 0, 2, "abcdefghij", -8);
73 test(S("abcde"), 0, 4, "abcdefghij", -6);
77 test(S("abcde"), 0, 5, "abcdefghij", -5);
81 test(S("abcde"), 0, 6, "abcdefghij", -5);
85 test(S("abcde"), 1, 0, "abcdefghij", -10)
    [all...]
size_size_string_size_size.pass.cpp 75 test(S(""), 0, 0, S("abcdefghij"), 0, 0, 0);
76 test(S(""), 0, 0, S("abcdefghij"), 0, 1, -1);
77 test(S(""), 0, 0, S("abcdefghij"), 0, 5, -5);
78 test(S(""), 0, 0, S("abcdefghij"), 0, 9, -9);
79 test(S(""), 0, 0, S("abcdefghij"), 0, 10, -10);
80 test(S(""), 0, 0, S("abcdefghij"), 0, 11, -10);
81 test(S(""), 0, 0, S("abcdefghij"), 1, 0, 0);
82 test(S(""), 0, 0, S("abcdefghij"), 1, 1, -1);
83 test(S(""), 0, 0, S("abcdefghij"), 1, 4, -4);
84 test(S(""), 0, 0, S("abcdefghij"), 1, 8, -8)
    [all...]
size_size_string.pass.cpp 49 test(S(""), 0, 0, S("abcdefghij"), -10);
53 test(S(""), 0, 1, S("abcdefghij"), -10);
57 test(S(""), 1, 0, S("abcdefghij"), 0);
61 test(S("abcde"), 0, 0, S("abcdefghij"), -10);
65 test(S("abcde"), 0, 1, S("abcdefghij"), -9);
69 test(S("abcde"), 0, 2, S("abcdefghij"), -8);
73 test(S("abcde"), 0, 4, S("abcdefghij"), -6);
77 test(S("abcde"), 0, 5, S("abcdefghij"), -5);
81 test(S("abcde"), 0, 6, S("abcdefghij"), -5);
85 test(S("abcde"), 1, 0, S("abcdefghij"), -10)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_erase/
size_size.pass.cpp 97 test(S("abcdefghij"), 0, 0, S("abcdefghij"));
98 test(S("abcdefghij"), 0, 1, S("bcdefghij"));
99 test(S("abcdefghij"), 0, 5, S("fghij"));
100 test(S("abcdefghij"), 0, 9, S("j"));
101 test(S("abcdefghij"), 0, 10, S(""));
102 test(S("abcdefghij"), 0, 11, S(""));
103 test(S("abcdefghij"), 1, 0, S("abcdefghij"));
104 test(S("abcdefghij"), 1, 1, S("acdefghij"))
    [all...]
iter_iter.pass.cpp 50 test(S("abcdefghij"), 0, 0, S("abcdefghij"));
51 test(S("abcdefghij"), 0, 1, S("bcdefghij"));
52 test(S("abcdefghij"), 0, 5, S("fghij"));
53 test(S("abcdefghij"), 0, 9, S("j"));
54 test(S("abcdefghij"), 0, 10, S(""));
55 test(S("abcdefghij"), 1, 0, S("abcdefghij"));
56 test(S("abcdefghij"), 1, 1, S("acdefghij"));
57 test(S("abcdefghij"), 1, 4, S("afghij"))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp     [all...]
size_pointer.pass.cpp 74 test(S("abcdefghij"), 0, "", S("abcdefghij"));
75 test(S("abcdefghij"), 0, "12345", S("12345abcdefghij"));
76 test(S("abcdefghij"), 0, "1234567890", S("1234567890abcdefghij"));
77 test(S("abcdefghij"), 0, "12345678901234567890", S("12345678901234567890abcdefghij"));
78 test(S("abcdefghij"), 1, "", S("abcdefghij"));
    [all...]
size_pointer_size.pass.cpp 171 test(S("abcdefghij"), 0, "", 0, S("abcdefghij"));
172 test(S("abcdefghij"), 0, "12345", 0, S("abcdefghij"));
173 test(S("abcdefghij"), 0, "12345", 1, S("1abcdefghij"));
174 test(S("abcdefghij"), 0, "12345", 2, S("12abcdefghij"));
175 test(S("abcdefghij"), 0, "12345", 4, S("1234abcdefghij"));
    [all...]
size_size_char.pass.cpp 75 test(S("abcdefghij"), 0, 0, '1', S("abcdefghij"));
76 test(S("abcdefghij"), 0, 5, '1', S("11111abcdefghij"));
77 test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij"));
78 test(S("abcdefghij"), 0, 20, '1', S("11111111111111111111abcdefghij"));
79 test(S("abcdefghij"), 1, 0, '1', S("abcdefghij"));
    [all...]
size_string.pass.cpp 74 test(S("abcdefghij"), 0, S(""), S("abcdefghij"));
75 test(S("abcdefghij"), 0, S("12345"), S("12345abcdefghij"));
76 test(S("abcdefghij"), 0, S("1234567890"), S("1234567890abcdefghij"));
77 test(S("abcdefghij"), 0, S("12345678901234567890"), S("12345678901234567890abcdefghij"));
78 test(S("abcdefghij"), 1, S(""), S("abcdefghij"));
    [all...]
iter_size_char.pass.cpp 56 test(S("abcdefghij"), 0, 0, '1', S("abcdefghij"));
57 test(S("abcdefghij"), 0, 5, '1', S("11111abcdefghij"));
58 test(S("abcdefghij"), 0, 10, '1', S("1111111111abcdefghij"));
59 test(S("abcdefghij"), 0, 20, '1', S("11111111111111111111abcdefghij"));
60 test(S("abcdefghij"), 1, 0, '1', S("abcdefghij"));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_replace/
iter_iter_iter_iter.pass.cpp 339 test(S("abcdefghij"), 0, 0, str, str+0, S("abcdefghij"));
340 test(S("abcdefghij"), 0, 0, str, str+0, S("abcdefghij"));
341 test(S("abcdefghij"), 0, 0, str, str+1, S("1abcdefghij"));
342 test(S("abcdefghij"), 0, 0, str, str+2, S("12abcdefghij"));
343 test(S("abcdefghij"), 0, 0, str, str+4, S("1234abcdefghij"));
    [all...]
iter_iter_pointer.pass.cpp 111 test(S("abcdefghij"), 0, 0, "", S("abcdefghij"));
112 test(S("abcdefghij"), 0, 0, "12345", S("12345abcdefghij"));
113 test(S("abcdefghij"), 0, 0, "1234567890", S("1234567890abcdefghij"));
114 test(S("abcdefghij"), 0, 0, "12345678901234567890", S("12345678901234567890abcdefghij"));
115 test(S("abcdefghij"), 0, 1, "", S("bcdefghij"));
116 test(S("abcdefghij"), 0, 1, "12345", S("12345bcdefghij"))
    [all...]
iter_iter_pointer_size.pass.cpp 336 test(S("abcdefghij"), 0, 0, "", 0, S("abcdefghij"));
337 test(S("abcdefghij"), 0, 0, "12345", 0, S("abcdefghij"));
338 test(S("abcdefghij"), 0, 0, "12345", 1, S("1abcdefghij"));
339 test(S("abcdefghij"), 0, 0, "12345", 2, S("12abcdefghij"));
340 test(S("abcdefghij"), 0, 0, "12345", 4, S("1234abcdefghij"));
    [all...]
iter_iter_size_char.pass.cpp 112 test(S("abcdefghij"), 0, 0, 0, '3', S("abcdefghij"));
113 test(S("abcdefghij"), 0, 0, 5, '3', S("33333abcdefghij"));
114 test(S("abcdefghij"), 0, 0, 10, '3', S("3333333333abcdefghij"));
115 test(S("abcdefghij"), 0, 0, 20, '3', S("33333333333333333333abcdefghij"));
116 test(S("abcdefghij"), 0, 1, 0, '3', S("bcdefghij"));
117 test(S("abcdefghij"), 0, 1, 5, '3', S("33333bcdefghij"))
    [all...]
iter_iter_string.pass.cpp 111 test(S("abcdefghij"), 0, 0, S(""), S("abcdefghij"));
112 test(S("abcdefghij"), 0, 0, S("12345"), S("12345abcdefghij"));
113 test(S("abcdefghij"), 0, 0, S("1234567890"), S("1234567890abcdefghij"));
114 test(S("abcdefghij"), 0, 0, S("12345678901234567890"), S("12345678901234567890abcdefghij"));
115 test(S("abcdefghij"), 0, 1, S(""), S("bcdefghij"));
116 test(S("abcdefghij"), 0, 1, S("12345"), S("12345bcdefghij"))
    [all...]
size_size_string_size_size.pass.cpp     [all...]
size_size_pointer.pass.cpp 157 test(S("abcdefghij"), 0, 0, "", S("abcdefghij"));
158 test(S("abcdefghij"), 0, 0, "12345", S("12345abcdefghij"));
159 test(S("abcdefghij"), 0, 0, "1234567890", S("1234567890abcdefghij"));
160 test(S("abcdefghij"), 0, 0, "12345678901234567890", S("12345678901234567890abcdefghij"));
161 test(S("abcdefghij"), 0, 1, "", S("bcdefghij"));
162 test(S("abcdefghij"), 0, 1, "12345", S("12345bcdefghij"))
    [all...]
size_size_pointer_size.pass.cpp 482 test(S("abcdefghij"), 0, 0, "", 0, S("abcdefghij"));
483 test(S("abcdefghij"), 0, 0, "12345", 0, S("abcdefghij"));
484 test(S("abcdefghij"), 0, 0, "12345", 1, S("1abcdefghij"));
485 test(S("abcdefghij"), 0, 0, "12345", 2, S("12abcdefghij"));
486 test(S("abcdefghij"), 0, 0, "12345", 4, S("1234abcdefghij"));
    [all...]
size_size_size_char.pass.cpp 156 test(S("abcdefghij"), 0, 0, 0, '2', S("abcdefghij"));
157 test(S("abcdefghij"), 0, 0, 5, '2', S("22222abcdefghij"));
158 test(S("abcdefghij"), 0, 0, 10, '2', S("2222222222abcdefghij"));
159 test(S("abcdefghij"), 0, 0, 20, '2', S("22222222222222222222abcdefghij"));
160 test(S("abcdefghij"), 0, 1, 0, '2', S("bcdefghij"));
161 test(S("abcdefghij"), 0, 1, 5, '2', S("22222bcdefghij"))
    [all...]
size_size_string.pass.cpp 156 test(S("abcdefghij"), 0, 0, S(""), S("abcdefghij"));
157 test(S("abcdefghij"), 0, 0, S("12345"), S("12345abcdefghij"));
158 test(S("abcdefghij"), 0, 0, S("1234567890"), S("1234567890abcdefghij"));
159 test(S("abcdefghij"), 0, 0, S("12345678901234567890"), S("12345678901234567890abcdefghij"));
160 test(S("abcdefghij"), 0, 1, S(""), S("bcdefghij"));
161 test(S("abcdefghij"), 0, 1, S("12345"), S("12345bcdefghij"))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.nonmembers/string_op!=/
pointer_string.pass.cpp 31 test("", S("abcdefghij"), true);
35 test("abcde", S("abcdefghij"), true);
37 test("abcdefghij", S(""), true);
38 test("abcdefghij", S("abcde"), true);
39 test("abcdefghij", S("abcdefghij"), false);
40 test("abcdefghij", S("abcdefghijklmnopqrst"), true);
43 test("abcdefghijklmnopqrst", S("abcdefghij"), true);
string_pointer.pass.cpp 31 test(S(""), "abcdefghij", true);
35 test(S("abcde"), "abcdefghij", true);
37 test(S("abcdefghij"), "", true);
38 test(S("abcdefghij"), "abcde", true);
39 test(S("abcdefghij"), "abcdefghij", false);
40 test(S("abcdefghij"), "abcdefghijklmnopqrst", true);
43 test(S("abcdefghijklmnopqrst"), "abcdefghij", true);
string_string.pass.cpp 32 test(S(""), S("abcdefghij"), true);
36 test(S("abcde"), S("abcdefghij"), true);
38 test(S("abcdefghij"), S(""), true);
39 test(S("abcdefghij"), S("abcde"), true);
40 test(S("abcdefghij"), S("abcdefghij"), false);
41 test(S("abcdefghij"), S("abcdefghijklmnopqrst"), true);
44 test(S("abcdefghijklmnopqrst"), S("abcdefghij"), true);

Completed in 986 milliseconds

1 2 3 4