HomeSort by relevance Sort by last modified time
    Searched refs:matchLimit (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/JavaScriptCore/yarr/
Yarr.h 49 static const unsigned matchLimit = 1000000;
YarrInterpreter.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/icu4c/i18n/unicode/
usearch.h     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [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...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 167 milliseconds