Home
last modified time | relevance | path

Searched refs:kByteEndText (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Ddfa.cc114 kByteEndText = 256, // imaginary byte at end of text enumerator
339 if (c == kByteEndText) in ByteMap()
945 if (prog_->anchor_end() && c != kByteEndText) in RunWorkqOnByte()
1018 if (c == kByteEndText) { in RunStateOnByte()
1027 bool isword = (c != kByteEndText && Prog::IsWordChar(c)); in RunStateOnByte()
1050 if (c != kByteEndText || kind_ != Prog::kManyMatch) in RunStateOnByte()
1465 lastbyte = kByteEndText; in InlinedSearchLoop()
1470 lastbyte = kByteEndText; in InlinedSearchLoop()
2111 State* ns = RunStateOnByteUnlocked(s, kByteEndText); in PossibleMatchRange()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Ddfa.cc142 kByteEndText = 256, // imaginary byte at end of text enumerator
336 if (c == kByteEndText) in ByteMap()
993 if (prog_->anchor_end() && c != kByteEndText && in RunWorkqOnByte()
1066 if (c == kByteEndText) { in RunStateOnByte()
1075 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte()
1521 lastbyte = kByteEndText; in InlinedSearchLoop()
1526 lastbyte = kByteEndText; in InlinedSearchLoop()
1983 input[prog_->bytemap_range()] = kByteEndText; in BuildAllStates()
2098 State* ns = RunStateOnByte(s, kByteEndText); in PossibleMatchRange()
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Ddfa.cc131 kByteEndText = 256, // imaginary byte at end of text enumerator
314 if (c == kByteEndText) in ByteMap()
971 if (prog_->anchor_end() && c != kByteEndText && in RunWorkqOnByte()
1044 if (c == kByteEndText) { in RunStateOnByte()
1053 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte()
1488 lastbyte = kByteEndText; in InlinedSearchLoop()
1493 lastbyte = kByteEndText; in InlinedSearchLoop()
1928 input[prog_->bytemap_range()] = kByteEndText; in BuildAllStates()
2043 State* ns = RunStateOnByte(s, kByteEndText); in PossibleMatchRange()
/dports/devel/re2/re2-2021-11-01/re2/
H A Ddfa.cc135 kByteEndText = 256, // imaginary byte at end of text enumerator
318 if (c == kByteEndText) in ByteMap()
975 if (prog_->anchor_end() && c != kByteEndText && in RunWorkqOnByte()
1048 if (c == kByteEndText) { in RunStateOnByte()
1057 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte()
1492 lastbyte = kByteEndText; in InlinedSearchLoop()
1497 lastbyte = kByteEndText; in InlinedSearchLoop()
1932 input[prog_->bytemap_range()] = kByteEndText; in BuildAllStates()
2043 State* ns = RunStateOnByte(s, kByteEndText); in PossibleMatchRange()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Ddfa.cc114 kByteEndText = 256, // imaginary byte at end of text enumerator
339 if (c == kByteEndText) in ByteMap()
945 if (prog_->anchor_end() && c != kByteEndText) in RunWorkqOnByte()
1018 if (c == kByteEndText) { in RunStateOnByte()
1027 bool isword = (c != kByteEndText && Prog::IsWordChar(c)); in RunStateOnByte()
1050 if (c != kByteEndText || kind_ != Prog::kManyMatch) in RunStateOnByte()
1465 lastbyte = kByteEndText; in InlinedSearchLoop()
1470 lastbyte = kByteEndText; in InlinedSearchLoop()
2111 State* ns = RunStateOnByteUnlocked(s, kByteEndText); in PossibleMatchRange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Ddfa.cc131 kByteEndText = 256, // imaginary byte at end of text enumerator
311 if (c == kByteEndText) in ByteMap()
968 if (prog_->anchor_end() && c != kByteEndText && in RunWorkqOnByte()
1041 if (c == kByteEndText) { in RunStateOnByte()
1050 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte()
1485 lastbyte = kByteEndText; in InlinedSearchLoop()
1490 lastbyte = kByteEndText; in InlinedSearchLoop()
1925 input[prog_->bytemap_range()] = kByteEndText; in BuildAllStates()
2040 State* ns = RunStateOnByte(s, kByteEndText); in PossibleMatchRange()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/
H A Ddfa.cc131 kByteEndText = 256, // imaginary byte at end of text enumerator
325 if (c == kByteEndText) in ByteMap()
985 if (prog_->anchor_end() && c != kByteEndText && in RunWorkqOnByte()
1058 if (c == kByteEndText) { in RunStateOnByte()
1067 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte()
1505 lastbyte = kByteEndText; in InlinedSearchLoop()
1510 lastbyte = kByteEndText; in InlinedSearchLoop()
1967 input[prog_->bytemap_range()] = kByteEndText; in BuildAllStates()
2082 State* ns = RunStateOnByte(s, kByteEndText); in PossibleMatchRange()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/
H A Ddfa.cc131 kByteEndText = 256, // imaginary byte at end of text enumerator
311 if (c == kByteEndText) in ByteMap()
968 if (prog_->anchor_end() && c != kByteEndText && in RunWorkqOnByte()
1041 if (c == kByteEndText) { in RunStateOnByte()
1050 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte()
1485 lastbyte = kByteEndText; in InlinedSearchLoop()
1490 lastbyte = kByteEndText; in InlinedSearchLoop()
1925 input[prog_->bytemap_range()] = kByteEndText; in BuildAllStates()
2040 State* ns = RunStateOnByte(s, kByteEndText); in PossibleMatchRange()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/
H A Ddfa.cc131 kByteEndText = 256, // imaginary byte at end of text enumerator
318 if (c == kByteEndText) in ByteMap()
975 if (prog_->anchor_end() && c != kByteEndText && in RunWorkqOnByte()
1048 if (c == kByteEndText) { in RunStateOnByte()
1057 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte()
1492 lastbyte = kByteEndText; in InlinedSearchLoop()
1497 lastbyte = kByteEndText; in InlinedSearchLoop()
1940 input[prog_->bytemap_range()] = kByteEndText; in BuildAllStates()
2055 State* ns = RunStateOnByte(s, kByteEndText); in PossibleMatchRange()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/re2/
H A Ddfa.cc135 kByteEndText = 256, // imaginary byte at end of text enumerator
318 if (c == kByteEndText) in ByteMap()
975 if (prog_->anchor_end() && c != kByteEndText && in RunWorkqOnByte()
1048 if (c == kByteEndText) { in RunStateOnByte()
1057 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte()
1492 lastbyte = kByteEndText; in InlinedSearchLoop()
1497 lastbyte = kByteEndText; in InlinedSearchLoop()
1932 input[prog_->bytemap_range()] = kByteEndText; in BuildAllStates()
2043 State* ns = RunStateOnByte(s, kByteEndText); in PossibleMatchRange()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Ddfa.cc114 kByteEndText = 256, // imaginary byte at end of text enumerator
339 if (c == kByteEndText) in ByteMap()
945 if (prog_->anchor_end() && c != kByteEndText) in RunWorkqOnByte()
1018 if (c == kByteEndText) { in RunStateOnByte()
1027 bool isword = (c != kByteEndText && Prog::IsWordChar(c)); in RunStateOnByte()
1050 if (c != kByteEndText || kind_ != Prog::kManyMatch) in RunStateOnByte()
1465 lastbyte = kByteEndText; in InlinedSearchLoop()
1470 lastbyte = kByteEndText; in InlinedSearchLoop()
2111 State* ns = RunStateOnByteUnlocked(s, kByteEndText); in PossibleMatchRange()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/
H A Ddfa.cc135 kByteEndText = 256, // imaginary byte at end of text enumerator
318 if (c == kByteEndText) in ByteMap()
975 if (prog_->anchor_end() && c != kByteEndText && in RunWorkqOnByte()
1048 if (c == kByteEndText) { in RunStateOnByte()
1057 bool isword = c != kByteEndText && Prog::IsWordChar(static_cast<uint8_t>(c)); in RunStateOnByte()
1492 lastbyte = kByteEndText; in InlinedSearchLoop()
1497 lastbyte = kByteEndText; in InlinedSearchLoop()
1932 input[prog_->bytemap_range()] = kByteEndText; in BuildAllStates()
2043 State* ns = RunStateOnByte(s, kByteEndText); in PossibleMatchRange()