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