Searched defs:IsInSet (Results 1 - 10 of 10) 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/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.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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/googletest/googletest/src/
H A Dgtest-port.cc627 bool IsInSet(char ch, const char* str) { function in namespace:testing::internal
636 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
639 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
720 } else if (IsInSet(ch, "()[]{}|")) {
730 prev_repeatable = !IsInSet(ch, "^$?*+");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc627 bool IsInSet(char ch, const char* str) { function in namespace:testing::internal
636 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
639 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
720 } else if (IsInSet(ch, "()[]{}|")) {
730 prev_repeatable = !IsInSet(ch, "^$?*+");
/external/pdfium/third_party/lcms/src/
H A Dcmsgamma.c164 int IsInSet(int Type, _cmsParametricCurvesCollection* c) function
185 Position = IsInSet(Type, c);
196 Position = IsInSet(Type, c);
/external/v8/testing/gtest/src/
H A Dgtest-port.cc609 bool IsInSet(char ch, const char* str) { function in namespace:testing::internal
618 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
620 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
621 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
629 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
702 } else if (IsInSet(ch, "()[]{}|")) {
712 prev_repeatable = !IsInSet(ch, "^$?*+");
/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 919 milliseconds