Lines Matching refs:StrChr
785 char* OS::StrChr(char* str, int c) {786 return const_cast<char*>(strchr(str, c));