Home
last modified time | relevance | path

Searched refs:maxML (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2284 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() local
2285 if (URX_TYPE(maxML) != 0) { in handleCloseParen()
2289 if (maxML == INT32_MAX) { in handleCloseParen()
2293 U_ASSERT(minML <= maxML); in handleCloseParen()
2298 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1); in handleCloseParen()
2320 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() local
2321 if (URX_TYPE(maxML) != 0) { in handleCloseParen()
2325 if (maxML == INT32_MAX) { in handleCloseParen()
2329 U_ASSERT(minML <= maxML); in handleCloseParen()
2334 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-2); in handleCloseParen()
Drematch.cpp3938 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local
3939 U_ASSERT(minML <= maxML); in MatchAt()
3960 if (*lbStartIdx < 0 || *lbStartIdx < fp->fInputIdx - maxML) { in MatchAt()
4011 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local
4014 U_ASSERT(minML <= maxML); in MatchAt()
4036 if (*lbStartIdx < 0 || *lbStartIdx < fp->fInputIdx - maxML) { in MatchAt()
5441 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local
5442 U_ASSERT(minML <= maxML); in MatchChunkAt()
5461 if (*lbStartIdx < 0 || *lbStartIdx < fp->fInputIdx - maxML) { in MatchChunkAt()
5512 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local
[all …]