/external/chromium_org/third_party/icu/source/i18n/ |
strmatch.cpp | 34 matchLimit(-1) 47 matchLimit(o.matchLimit) 114 matchLimit = offset+1; 145 matchLimit = cursor; 225 if (matchStart != matchLimit) { 226 text.copy(matchStart, matchLimit, dest); 227 outLen = matchLimit - matchStart; 253 matchStart = matchLimit = -1; 263 // matchStart and matchLimit. Since this varies depending on th [all...] |
strmatch.h | 246 int32_t matchLimit;
|
usearch.cpp | [all...] |
/external/icu4c/i18n/ |
strmatch.cpp | 33 matchLimit(-1) 46 matchLimit(o.matchLimit) 119 matchLimit = offset+1; 150 matchLimit = cursor; 230 if (matchStart != matchLimit) { 231 text.copy(matchStart, matchLimit, dest); 232 outLen = matchLimit - matchStart; 258 matchStart = matchLimit = -1; 268 // matchStart and matchLimit. Since this varies depending on th [all...] |
strmatch.h | 242 int32_t matchLimit;
|
usearch.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
usearch.h | 750 * @param matchLimit Out parameter, the index of the first position following the matched text. 751 * The matchLimit will be at a suitable position for beginning a subsequent searc [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
usettest.cpp | [all...] |
/external/icu4c/i18n/unicode/ |
usearch.h | [all...] |
/external/icu4c/test/intltest/ |
usettest.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustring.c | 39 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) { 44 if(U16_IS_LEAD(*(matchLimit-1)) && match!=limit && U16_IS_TRAIL(*matchLimit)) { [all...] |
/external/icu4c/common/ |
ustring.cpp | 40 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) { 45 if(U16_IS_LEAD(*(matchLimit-1)) && match!=limit && U16_IS_TRAIL(*matchLimit)) { [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usrchtst.c | 340 int matchlimit = 0; local 397 matchlimit = count; [all...] |
/external/chromium_org/v8/test/mozilla/ |
mozilla.status | 281 # long-running-script timeout. JSCRE passes by hitting the matchLimit and [all...] |
/external/v8/test/mozilla/ |
mozilla.status | 286 # long-running-script timeout. JSCRE passes by hitting the matchLimit and [all...] |