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

  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 203 bool IsInSet(char ch, const char* str) {
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/
gtest-port.cc 178 bool IsInSet(char ch, const char* str) {
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/
gtest-port.cc 203 bool IsInSet(char ch, const char* str) {
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/
gtest-port.cc 176 bool IsInSet(char ch, const char* str) {
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/
gtest-port.cc 178 bool IsInSet(char ch, const char* str) {
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, "^$?*+");
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-port.cc 203 bool IsInSet(char ch, const char* str) {
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/googletest/googletest/src/
gtest-port.cc 627 bool IsInSet(char ch, const char* str) {
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, "^$?*+");
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 627 bool IsInSet(char ch, const char* str) {
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, "^$?*+");
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsgamma.c 164 int IsInSet(int Type, _cmsParametricCurvesCollection* c)
185 Position = IsInSet(Type, c);
196 Position = IsInSet(Type, c);
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 609 bool IsInSet(char ch, const char* str) {
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, "^$?*+");
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 586 bool IsInSet(char ch, const char* str) {
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, "^$?*+");
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 586 bool IsInSet(char ch, const char* str) {
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, "^$?*+");
    [all...]

Completed in 1663 milliseconds