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

  /external/protobuf/gtest/src/
gtest-port.cc 167 bool IsInSet(char ch, const char* str) {
176 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
178 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
179 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
187 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW"));
260 } else if (IsInSet(ch, "()[]{}|")) {
270 prev_repeatable = !IsInSet(ch, "^$?*+");
  /external/chromium_org/third_party/mesa/src/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/gtest/src/
gtest-port.cc 204 bool IsInSet(char ch, const char* str) {
213 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
215 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
216 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
224 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
297 } else if (IsInSet(ch, "()[]{}|")) {
307 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, "^$?*+");
  /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/chromium_org/testing/gtest/src/
gtest-port.cc 587 bool IsInSet(char ch, const char* str) {
596 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
598 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
599 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
607 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
680 } else if (IsInSet(ch, "()[]{}|")) {
690 prev_repeatable = !IsInSet(ch, "^$?*+");
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/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/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 448 milliseconds