Home
last modified time | relevance | path

Searched refs:seek_char (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dstring_test.cpp448 int seek_char = 'R'; in TEST() local
453 if (~seek_char > 0) { in TEST()
454 memset(state.ptr1, ~seek_char, state.len[i]); in TEST()
463 if (seek_char == 0) { in TEST()
469 state.ptr1[pos] = seek_char; in TEST()
473 ASSERT_TRUE(strchr(state.ptr1, seek_char) == expected); in TEST()
761 int seek_char = 'M'; in TEST() local
765 if (~seek_char > 0) { in TEST()
766 memset(state.ptr1, ~seek_char, state.len[i]); in TEST()
775 if (seek_char == 0) { in TEST()
[all …]