HomeSort by relevance Sort by last modified time
    Searched defs:IsInSet (Results 1 - 8 of 8) 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/gtest/src/
gtest-port.cc 226 bool IsInSet(char ch, const char* str) {
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/
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 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/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, "^$?*+");
  /ndk/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/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 165 int IsInSet(int Type, _cmsParametricCurvesCollection* c)
186 Position = IsInSet(Type, c);
197 Position = IsInSet(Type, c);
    [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...]

Completed in 63 milliseconds