Home
last modified time | relevance | path

Searched defs:maxML (Results 1 – 6 of 6) sorted by relevance

/external/cronet/third_party/icu/source/i18n/
Drematch.cpp3910 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local
3993 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local
5370 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local
5444 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local
Dregexcmp.cpp2297 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() local
2340 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() local
/external/icu/icu4c/source/i18n/
Drematch.cpp3910 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local
3993 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local
5370 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local
5444 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local
Dregexcmp.cpp2297 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() local
2340 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() local
/external/zstd/lib/compress/
Dzstd_opt.c1100 { U32 const maxML = matches[nbMatches-1].len; in ZSTD_compressBlock_opt_generic() local
1211 { U32 const maxML = matches[nbMatches-1].len; in ZSTD_compressBlock_opt_generic() local
/external/lz4/lib/
Dlz4hc.c395 … size_t const maxML = MIN(currentSegmentLength, srcPatternLength); in LZ4HC_InsertAndGetWiderMatch() local