HomeSort by relevance Sort by last modified time
    Searched defs:IsWordChar (Results 1 - 2 of 2) sorted by null

  /external/protobuf/gtest/src/
gtest-port.cc 189 bool IsWordChar(char ch) {
213 case 'w': return IsWordChar(ch);
214 case 'W': return !IsWordChar(ch);
  /external/regex-re2/re2/
prog.h 240 static bool IsWordChar(uint8 c) {

Completed in 47 milliseconds