Searched defs:chars (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | alg_test.cpp | 277 char chars[] = {1, 2}; in find_first_of_test() local 291 unsigned char chars[] = {1, 2, 255}; in find_first_of_test() local 305 signed char chars[] = {93, 2, -101, 13}; in find_first_of_test() local 320 char chars[] = {1, 2}; in find_first_of_test() local
|
D | istmit_test.cpp | 89 string chars; in copy_n_test() local
|
D | equal_test.cpp | 92 char chars[] = "aabbccddggghhklllmqqqqssyyzz"; in equal_range2() local
|
/ndk/tests/device/test-stlport/unit/ |
D | alg_test.cpp | 277 char chars[] = {1, 2}; in find_first_of_test() local 291 unsigned char chars[] = {1, 2, 255}; in find_first_of_test() local 305 signed char chars[] = {93, 2, -101, 13}; in find_first_of_test() local 320 char chars[] = {1, 2}; in find_first_of_test() local
|
D | istmit_test.cpp | 89 string chars; in copy_n_test() local
|
D | equal_test.cpp | 92 char chars[] = "aabbccddggghhklllmqqqqssyyzz"; in equal_range2() local
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | cclass.h | 41 char *chars; member
|