Searched defs:matchLimit (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dstrmatch.h242 int32_t matchLimit; member in class:StringMatcher
H A Dusearch.cpp3837 int32_t *matchLimit,
4127 if (matchLimit != NULL) {
4128 *matchLimit = mLimit;
4137 int32_t *matchLimit,
4410 if (matchLimit != NULL) {
4411 *matchLimit = mLimit;
3834 usearch_search(UStringSearch *strsrch, int32_t startIdx, int32_t *matchStart, int32_t *matchLimit, UErrorCode *status) argument
4134 usearch_searchBackwards(UStringSearch *strsrch, int32_t startIdx, int32_t *matchStart, int32_t *matchLimit, UErrorCode *status) argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringMatcher.java45 private int matchLimit; field in class:StringMatcher
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/
H A DStringMatcher.java44 private int matchLimit; field in class:StringMatcher
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/common/
H A Dustring.cpp40 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) { argument
45 if(U16_IS_LEAD(*(matchLimit-1)) && match!=limit && U16_IS_TRAIL(*matchLimit)) {
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2522 int32_t matchLimit=start+str->length(); local
2523 if(matchLimit==length) {
2530 next=matchLimit; // First match from start.
2532 if(matchLimit<next) {
2535 next=matchLimit;
2536 matchLimit=temp;
2539 int32_t spanLength=containsSpanUTF16(set, s+matchLimit, length-matchLimit,
2541 if((matchLimit+spanLength)>maxSpanLimit) {
2542 maxSpanLimit=matchLimit
2721 int32_t matchLimit=start+length8; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 333 milliseconds