Home
last modified time | relevance | path

Searched refs:maxMatchLength (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.h119 int32_t maxMatchLength(int32_t start,
Dregexcmp.cpp2299 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2342 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
3479 int32_t RegexCompile::maxMatchLength(int32_t start, int32_t end) { in maxMatchLength() function in RegexCompile
3681 int64_t blockLen = maxMatchLength(loc+4, loopEndLoc-1); // Recursive call. in maxMatchLength()
/external/icu/libicu/cts_headers/
Dregexcmp.h119 int32_t maxMatchLength(int32_t start,