Searched refs:maxMatchLength (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | regexcmp.h | 110 int32_t maxMatchLength(int32_t start,
|
D | regexcmp.cpp | 2175 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() 2208 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() 3164 int32_t RegexCompile::maxMatchLength(int32_t start, int32_t end) { in maxMatchLength() function in RegexCompile
|
/external/icu4c/i18n/ |
D | regexcmp.h | 108 int32_t maxMatchLength(int32_t start,
|
D | regexcmp.cpp | 2135 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() 2168 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen() 3157 int32_t RegexCompile::maxMatchLength(int32_t start, int32_t end) { in maxMatchLength() function in RegexCompile
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLMetaElement-in.cpp | 32 #define DEFINE_ARRAY_FOR_MATCHING(name, source, maxMatchLength) \ argument 34 const unsigned uMaxMatchLength = maxMatchLength; \
|