Home
last modified time | relevance | path

Searched refs:IsInSet (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1345 GTEST_API_ bool IsInSet(char ch, const char* str);
8413 bool IsInSet(char ch, const char* str) { in IsInSet() function
8422 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
8424 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
8425 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
8433 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
8506 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
8516 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()