Home
last modified time | relevance | path

Searched refs:IsInSet (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/gtest/src/
H A Dgtest-port.cc169 bool IsInSet(char ch, const char* str) { in IsInSet() function
178 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsPunct()
180 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
181 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsWhiteSpace()
189 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
262 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
272 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gtest/src/
H A Dgtest-port.cc176 bool IsInSet(char ch, const char* str) { in IsInSet() function
185 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsPunct()
187 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
188 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsWhiteSpace()
196 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
269 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
279 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/gtest/src/
H A Dgtest-port.cc176 bool IsInSet(char ch, const char* str) { in IsInSet() function
185 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsPunct()
187 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
188 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsWhiteSpace()
196 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
269 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
279 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/
H A Dgtest-port.cc176 bool IsInSet(char ch, const char* str) { in IsInSet() function
185 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsPunct()
187 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
188 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsWhiteSpace()
196 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
269 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
279 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/src/gtest/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/lib/gtest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/googletest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/gtest/gtest/src/
H A Dgtest-port.cc178 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, "^$?*+");
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-sys/libcubeb/googletest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/unittests/gtest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/astro/oskar/OSKAR-2.8.0/extern/gtest-1.7.0/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/science/ALPSCore/ALPSCore-2.2.0/common/deps/gtest-1.7.0/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/devel/bullet/bullet3-3.21/test/gtest-1.7.0/src/
H A Dgtest-port.cc220 bool IsInSet(char ch, const char* str) in IsInSet() function
231 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
233 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
234 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
244 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
345 else if (IsInSet(ch, "()[]{}|")) in ValidateRegex()
358 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/math/fcl/fcl-0.7.0/test/gtest/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/science/madness/madness-ebb3fd7/src/madness/external/gtest/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/3rdparty/gtest/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/net-im/licq-osd/licq-f271d55/licq/3rdparty/gtest/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/net-im/licq-icq/licq-f271d55/licq/3rdparty/gtest/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/net-im/licq/licq-f271d55/licq/3rdparty/gtest/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/chinese/opencc/OpenCC-ver.1.0.5/deps/gtest-1.7.0/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/dports/comms/mbelib/mbelib-1.3.0/test/gtest/src/
H A Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()

12345678910>>...22