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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringMatcher.java 45 private int matchLimit;
72 matchStart = matchLimit = -1;
135 matchLimit = offset[0]+1;
166 matchLimit = cursor[0];
247 if (matchStart != matchLimit) {
248 text.copy(matchStart, matchLimit, dest);
249 outLen = matchLimit - matchStart;
273 matchStart = matchLimit = -1;
283 // matchStart and matchLimit. Since this varies depending on the
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringMatcher.java 44 private int matchLimit;
71 matchStart = matchLimit = -1;
134 matchLimit = offset[0]+1;
165 matchLimit = cursor[0];
246 if (matchStart != matchLimit) {
247 text.copy(matchStart, matchLimit, dest);
248 outLen = matchLimit - matchStart;
272 matchStart = matchLimit = -1;
282 // matchStart and matchLimit. Since this varies depending on the
  /external/icu/icu4c/source/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/icu/icu4c/source/i18n/unicode/
usearch.h     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 226 int matchLimit = start + str.length();
227 if (matchLimit == length) {
234 next = matchLimit; // First match from start.
236 if (matchLimit < next) {
239 next = matchLimit;
240 matchLimit = temp;
243 int spanLength = containsSpanUTF16(set, s.substring(matchLimit),
245 if ((matchLimit + spanLength) > maxSpanLimit) {
246 maxSpanLimit = matchLimit + spanLength;
253 if (matchLimit > next)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 222 int matchLimit = start + str.length();
223 if (matchLimit == length) {
230 next = matchLimit; // First match from start.
232 if (matchLimit < next) {
235 next = matchLimit;
236 matchLimit = temp;
239 int spanLength = containsSpanUTF16(set, s.substring(matchLimit),
241 if ((matchLimit + spanLength) > maxSpanLimit) {
242 maxSpanLimit = matchLimit + spanLength;
249 if (matchLimit > next)
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]
  /external/icu/icu4c/source/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/repository/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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 3324 milliseconds