Searched refs:matchLimit (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dstrmatch.cpp33 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
[all...]
H A Dstrmatch.h242 int32_t matchLimit; member in class:StringMatcher
H A Dusearch.cpp3806 int32_t *matchLimit,
4063 if (matchLimit != NULL) {
4064 *matchLimit = mLimit;
4073 int32_t *matchLimit,
4314 if (matchLimit != NULL) {
4315 *matchLimit = mLimit;
3803 usearch_search(UStringSearch *strsrch, int32_t startIdx, int32_t *matchStart, int32_t *matchLimit, UErrorCode *status) argument
4070 usearch_searchBackwards(UStringSearch *strsrch, int32_t startIdx, int32_t *matchStart, int32_t *matchLimit, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/
H A Dstrmatch.cpp33 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
[all...]
H A Dstrmatch.h242 int32_t matchLimit; member in class:StringMatcher
H A Dusearch.cpp3813 int32_t *matchLimit,
4070 if (matchLimit != NULL) {
4071 *matchLimit = mLimit;
4080 int32_t *matchLimit,
4321 if (matchLimit != NULL) {
4322 *matchLimit = mLimit;
3810 usearch_search(UStringSearch *strsrch, int32_t startIdx, int32_t *matchStart, int32_t *matchLimit, UErrorCode *status) argument
4077 usearch_searchBackwards(UStringSearch *strsrch, int32_t startIdx, int32_t *matchStart, int32_t *matchLimit, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dusearch.h756 * @param matchLimit Out parameter, the index of the first position following the matched text.
757 * The matchLimit will be at a suitable position for beginning a subsequent search
770 int32_t *matchLimit,
816 * @param matchLimit Out parameter, the index of the first position following the matched text.
817 * The matchLimit will be at a suitable position for beginning a subsequent search
830 int32_t *matchLimit,
/external/icu/icu4c/source/i18n/unicode/
H A Dusearch.h809 * @param matchLimit Out parameter, the index of the first position following the matched text.
810 * The matchLimit will be at a suitable position for beginning a subsequent search
823 int32_t *matchLimit,
869 * @param matchLimit Out parameter, the index of the first position following the matched text.
870 * The matchLimit will be at a suitable position for beginning a subsequent search
883 int32_t *matchLimit,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp2470 int32_t matchLimit=start+str->length(); local
2471 if(matchLimit==length) {
2478 next=matchLimit; // First match from start.
2480 if(matchLimit<next) {
2483 next=matchLimit;
2484 matchLimit=temp;
2487 int32_t spanLength=containsSpanUTF16(set, s+matchLimit, length-matchLimit,
2489 if((matchLimit+spanLength)>maxSpanLimit) {
2490 maxSpanLimit=matchLimit
2669 int32_t matchLimit=start+length8; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2470 int32_t matchLimit=start+str->length(); local
2471 if(matchLimit==length) {
2478 next=matchLimit; // First match from start.
2480 if(matchLimit<next) {
2483 next=matchLimit;
2484 matchLimit=temp;
2487 int32_t spanLength=containsSpanUTF16(set, s+matchLimit, length-matchLimit,
2489 if((matchLimit+spanLength)>maxSpanLimit) {
2490 maxSpanLimit=matchLimit
2669 int32_t matchLimit=start+length8; local
[all...]
/external/chromium_org/third_party/icu/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/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/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 1695 milliseconds