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

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

Completed in 880 milliseconds