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

/external/chromium_org/third_party/icu/source/i18n/
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.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/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/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/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 206 milliseconds