Home
last modified time | relevance | path

Searched defs:chars (Results 1 – 7 of 7) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dalg_test.cpp277 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
Distmit_test.cpp89 string chars; in copy_n_test() local
Dequal_test.cpp92 char chars[] = "aabbccddggghhklllmqqqqssyyzz"; in equal_range2() local
/ndk/tests/device/test-stlport/unit/
Dalg_test.cpp277 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
Distmit_test.cpp89 string chars; in copy_n_test() local
Dequal_test.cpp92 char chars[] = "aabbccddggghhklllmqqqqssyyzz"; in equal_range2() local
/ndk/sources/host-tools/ndk-stack/regex/
Dcclass.h41 char *chars; member