Searched defs:matchStart (Results 1 - 17 of 17) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dstrmatch.h236 int32_t matchStart; member in class:StringMatcher
H A Duregex.cpp1387 int32_t matchStart; local
1391 matchStart = (int32_t)m->fMatchStart;
1397 matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0, &tempStatus);
1399 for (i=lastMatchEnd; i<matchStart; i++) {
H A Dusearch.cpp3836 int32_t *matchStart,
4123 if (matchStart != NULL) {
4124 *matchStart= mStart;
4136 int32_t *matchStart,
4406 if (matchStart != NULL) {
4407 *matchStart= mStart;
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.java39 private int matchStart; field in class:StringMatcher
72 matchStart = matchLimit = -1;
133 if (matchStart < 0) {
134 matchStart = cursor[0]+1;
165 matchStart = offset[0];
246 if (matchStart >= 0) {
247 if (matchStart != matchLimit) {
248 text.copy(matchStart, matchLimit, dest);
249 outLen = matchLimit - matchStart;
273 matchStart
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringMatcher.java38 private int matchStart; field in class:StringMatcher
71 matchStart = matchLimit = -1;
132 if (matchStart < 0) {
133 matchStart = cursor[0]+1;
164 matchStart = offset[0];
245 if (matchStart >= 0) {
246 if (matchStart != matchLimit) {
247 text.copy(matchStart, matchLimit, dest);
248 outLen = matchLimit - matchStart;
272 matchStart
[all...]
/external/skia/tools/flags/
H A DSkCommandLineFlags.cpp377 bool matchExclude, matchStart, matchEnd; local
383 if ((matchStart = matchName[0] == '^')) {
390 if (matchStart ? (!matchEnd || matchLen == testLen)
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1178 static UBool simpleSearch(UCollator *coll, const UnicodeString &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchEnd) argument
1190 matchStart = matchEnd = -1;
1195 matchStart = matchEnd = -1;
1257 matchStart = start;
H A Dusettest.cpp2622 int32_t matchStart=prev-str->length(); local
2623 if(matchStart==0) {
2630 length=matchStart; // First match from prev.
2632 if(matchStart>length) {
2635 length=matchStart;
2636 matchStart=temp;
2639 int32_t spanStart=containsSpanBackUTF16(set, s, matchStart,
2649 if(matchStart<length) {
2651 length=matchStart;
2823 int32_t matchStart local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 916 milliseconds