Home
last modified time | relevance | path

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

/bionic/tests/
Dstring_test.cpp436 int seek_char = 'R'; in TEST() local
441 if (~seek_char > 0) { in TEST()
442 memset(state.ptr1, ~seek_char, state.len[i]); in TEST()
451 if (seek_char == 0) { in TEST()
457 state.ptr1[pos] = seek_char; in TEST()
461 ASSERT_TRUE(strchr(state.ptr1, seek_char) == expected); in TEST()
749 int seek_char = 'M'; in TEST() local
753 if (~seek_char > 0) { in TEST()
754 memset(state.ptr1, ~seek_char, state.len[i]); in TEST()
763 if (seek_char == 0) { in TEST()
[all …]