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

  /bionic/tests/
string_test.cpp 436 int seek_char = 'R'; local
441 if (~seek_char > 0) {
442 memset(state.ptr1, ~seek_char, state.len[i]);
451 if (seek_char == 0) {
457 state.ptr1[pos] = seek_char;
461 ASSERT_TRUE(strchr(state.ptr1, seek_char) == expected);
749 int seek_char = 'M'; local
753 if (~seek_char > 0) {
754 memset(state.ptr1, ~seek_char, state.len[i]);
763 if (seek_char == 0)
779 int seek_char = 'N'; local
808 int seek_char = 'P'; local
    [all...]

Completed in 104 milliseconds