Searched defs:IsInSet (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { function in namespace:testing::internal
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
296 } else if (IsInSet(ch, "()[]{}|")) {
306 prev_repeatable = !IsInSet(ch, "^$?*+");
/external/gtest/src/
H A Dgtest-port.cc226 bool IsInSet(char ch, const char* str) { function in namespace:testing::internal
235 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
237 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
238 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
246 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
319 } else if (IsInSet(ch, "()[]{}|")) {
329 prev_repeatable = !IsInSet(ch, "^$?*+");
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { function in namespace:testing::internal
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
271 } else if (IsInSet(ch, "()[]{}|")) {
281 prev_repeatable = !IsInSet(ch, "^$?*+");
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { function in namespace:testing::internal
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
271 } else if (IsInSet(ch, "()[]{}|")) {
281 prev_repeatable = !IsInSet(ch, "^$?*+");
/external/protobuf/gtest/src/
H A Dgtest-port.cc176 bool IsInSet(char ch, const char* str) { function in namespace:testing::internal
185 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
187 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
188 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
196 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW"));
269 } else if (IsInSet(ch, "()[]{}|")) {
279 prev_repeatable = !IsInSet(ch, "^$?*+");
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsgamma.c165 int IsInSet(int Type, _cmsParametricCurvesCollection* c) function
186 Position = IsInSet(Type, c);
197 Position = IsInSet(Type, c);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc586 bool IsInSet(char ch, const char* str) { function in namespace:testing::internal
595 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
597 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
598 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
606 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
679 } else if (IsInSet(ch, "()[]{}|")) {
689 prev_repeatable = !IsInSet(ch, "^$?*+");

Completed in 250 milliseconds