Searched defs:IsWordChar (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-port.cc180 bool IsWordChar(char ch) { function in namespace:testing::internal
204 case 'w': return IsWordChar(ch);
205 case 'W': return !IsWordChar(ch);
/external/chromium_org/third_party/re2/re2/
H A Dprog.h240 static bool IsWordChar(uint8 c) { function in class:re2::Prog
/external/regex-re2/re2/
H A Dprog.h240 static bool IsWordChar(uint8 c) { function in class:re2::Prog

Completed in 1262 milliseconds