Home
last modified time | relevance | path

Searched refs:maxML (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.cpp2297 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd);
2298 if (URX_TYPE(maxML) != 0) {
2302 if (maxML == INT32_MAX) {
2313 U_ASSERT(minML <= maxML);
2318 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1);
2340 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd);
2341 if (URX_TYPE(maxML) != 0) {
2345 if (maxML == INT32_MAX) {
2357 U_ASSERT(minML <= maxML);
2362 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenPare
[all...]
H A Drematch.cpp3910 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3914 maxML *= 3; in MatchAt()
3916 U_ASSERT(minML <= maxML); in MatchAt()
3942 if (lbStartIdx < 0 || lbStartIdx < fp->fInputIdx - maxML) { in MatchAt()
3993 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3997 maxML *= 3; in MatchAt()
4001 U_ASSERT(minML <= maxML); in MatchAt()
4028 if (lbStartIdx < 0 || lbStartIdx < fp->fInputIdx - maxML) { in MatchAt()
5370 int32_t maxML = (int32_t)pat[fp->fPatIdx++];
5371 U_ASSERT(minML <= maxML);
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.cpp2297 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd);
2298 if (URX_TYPE(maxML) != 0) {
2302 if (maxML == INT32_MAX) {
2313 U_ASSERT(minML <= maxML);
2318 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1);
2340 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd);
2341 if (URX_TYPE(maxML) != 0) {
2345 if (maxML == INT32_MAX) {
2357 U_ASSERT(minML <= maxML);
2362 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenPare
[all...]
H A Drematch.cpp3910 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3914 maxML *= 3; in MatchAt()
3916 U_ASSERT(minML <= maxML); in MatchAt()
3942 if (lbStartIdx < 0 || lbStartIdx < fp->fInputIdx - maxML) { in MatchAt()
3993 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3997 maxML *= 3; in MatchAt()
4001 U_ASSERT(minML <= maxML); in MatchAt()
4028 if (lbStartIdx < 0 || lbStartIdx < fp->fInputIdx - maxML) { in MatchAt()
5370 int32_t maxML = (int32_t)pat[fp->fPatIdx++];
5371 U_ASSERT(minML <= maxML);
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.cpp2299 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd);
2300 if (URX_TYPE(maxML) != 0) {
2304 if (maxML == INT32_MAX) {
2315 U_ASSERT(minML <= maxML);
2320 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1);
2342 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd);
2343 if (URX_TYPE(maxML) != 0) {
2347 if (maxML == INT32_MAX) {
2359 U_ASSERT(minML <= maxML);
2364 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenPare
[all...]
H A Drematch.cpp3900 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3904 maxML *= 3; in MatchAt()
3906 U_ASSERT(minML <= maxML); in MatchAt()
3932 if (lbStartIdx < 0 || lbStartIdx < fp->fInputIdx - maxML) { in MatchAt()
3983 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3987 maxML *= 3; in MatchAt()
3991 U_ASSERT(minML <= maxML); in MatchAt()
4018 if (lbStartIdx < 0 || lbStartIdx < fp->fInputIdx - maxML) { in MatchAt()
5356 int32_t maxML = (int32_t)pat[fp->fPatIdx++];
5357 U_ASSERT(minML <= maxML);
[all...]
/third_party/lz4/lib/
H A Dlz4hc.c395 size_t const maxML = MIN(currentSegmentLength, srcPatternLength); in LZ4HC_InsertAndGetWiderMatch() local
396 if ((size_t)longest < maxML) { in LZ4HC_InsertAndGetWiderMatch()
399 assert(maxML < 2 GB); in LZ4HC_InsertAndGetWiderMatch()
400 longest = (int)maxML; in LZ4HC_InsertAndGetWiderMatch()

Completed in 30 milliseconds