/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringMatcher.java | 40 private int matchStart; field in StringMatcher 73 matchStart = matchLimit = -1; in StringMatcher() 135 if (matchStart < 0) { in matches() 136 matchStart = cursor[0]+1; in matches() 167 matchStart = offset[0]; in matches() 252 if (matchStart >= 0) { in replace() 253 if (matchStart != matchLimit) { in replace() 254 text.copy(matchStart, matchLimit, dest); in replace() 255 outLen = matchLimit - matchStart; in replace() 280 matchStart = matchLimit = -1; in resetMatch()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringMatcher.java | 41 private int matchStart; field in StringMatcher 74 matchStart = matchLimit = -1; in StringMatcher() 136 if (matchStart < 0) { in matches() 137 matchStart = cursor[0]+1; in matches() 168 matchStart = offset[0]; in matches() 253 if (matchStart >= 0) { in replace() 254 if (matchStart != matchLimit) { in replace() 255 text.copy(matchStart, matchLimit, dest); in replace() 256 outLen = matchLimit - matchStart; in replace() 281 matchStart = matchLimit = -1; in resetMatch()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | strmatch.cpp | 34 matchStart(-1), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 47 matchStart(o.matchStart), in StringMatcher() 119 if (matchStart < 0) { in matches() 120 matchStart = cursor+1; in matches() 151 matchStart = offset; in matches() 231 if (matchStart >= 0) { in replace() 232 if (matchStart != matchLimit) { in replace() 233 text.copy(matchStart, matchLimit, dest); in replace() 234 outLen = matchLimit - matchStart; in replace() 260 matchStart = matchLimit = -1; in resetMatch()
|
D | strmatch.h | 238 int32_t matchStart; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | strmatch.cpp | 34 matchStart(-1), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 47 matchStart(o.matchStart), in StringMatcher() 119 if (matchStart < 0) { in matches() 120 matchStart = cursor+1; in matches() 151 matchStart = offset; in matches() 231 if (matchStart >= 0) { in replace() 232 if (matchStart != matchLimit) { in replace() 233 text.copy(matchStart, matchLimit, dest); in replace() 234 outLen = matchLimit - matchStart; in replace() 260 matchStart = matchLimit = -1; in resetMatch()
|
D | strmatch.h | 238 int32_t matchStart; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | strmatch.cpp | 34 matchStart(-1), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 47 matchStart(o.matchStart), in StringMatcher() 119 if (matchStart < 0) { in matches() 120 matchStart = cursor+1; in matches() 151 matchStart = offset; in matches() 231 if (matchStart >= 0) { in replace() 232 if (matchStart != matchLimit) { in replace() 233 text.copy(matchStart, matchLimit, dest); in replace() 234 outLen = matchLimit - matchStart; in replace() 260 matchStart = matchLimit = -1; in resetMatch()
|
D | strmatch.h | 238 int32_t matchStart; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | strmatch.cpp | 34 matchStart(-1), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 47 matchStart(o.matchStart), in StringMatcher() 119 if (matchStart < 0) { in matches() 120 matchStart = cursor+1; in matches() 151 matchStart = offset; in matches() 231 if (matchStart >= 0) { in replace() 232 if (matchStart != matchLimit) { in replace() 233 text.copy(matchStart, matchLimit, dest); in replace() 234 outLen = matchLimit - matchStart; in replace() 260 matchStart = matchLimit = -1; in resetMatch()
|
D | strmatch.h | 238 int32_t matchStart; variable
|
/third_party/flutter/skia/tools/skqp/src/ |
D | skqp_main.cpp | 52 bool matchExclude, matchStart, matchEnd; in should_skip() local 58 if ((matchStart = matchName[0] == '^')) { in should_skip() 65 if (matchStart ? (!matchEnd || matchLen == testLen) in should_skip()
|
/third_party/skia/tools/skqp/src/ |
D | skqp_main.cpp | 58 bool matchExclude, matchStart, matchEnd; in should_skip() local 64 if ((matchStart = matchName[0] == '^')) { in should_skip() 71 if (matchStart ? (!matchEnd || matchLen == testLen) in should_skip()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 328 int matchStart = prev - str.length(); in containsSpanBackUTF16() local 329 if (matchStart == 0) { in containsSpanBackUTF16() 336 length = matchStart; // First match from prev. in containsSpanBackUTF16() 338 if (matchStart > length) { in containsSpanBackUTF16() 341 length = matchStart; in containsSpanBackUTF16() 342 matchStart = temp; in containsSpanBackUTF16() 345 int spanStart = containsSpanBackUTF16(set, s, matchStart, in containsSpanBackUTF16() 355 if (matchStart < length) { in containsSpanBackUTF16() 357 length = matchStart; in containsSpanBackUTF16()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 325 int matchStart = prev - str.length(); in containsSpanBackUTF16() local 326 if (matchStart == 0) { in containsSpanBackUTF16() 333 length = matchStart; // First match from prev. in containsSpanBackUTF16() 335 if (matchStart > length) { in containsSpanBackUTF16() 338 length = matchStart; in containsSpanBackUTF16() 339 matchStart = temp; in containsSpanBackUTF16() 342 int spanStart = containsSpanBackUTF16(set, s, matchStart, in containsSpanBackUTF16() 352 if (matchStart < length) { in containsSpanBackUTF16() 354 length = matchStart; in containsSpanBackUTF16()
|
/third_party/skia/tools/flags/ |
D | CommandLineFlags.cpp | 368 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local 374 if ((matchStart = matchName[0] == '^')) { in ShouldSkipImpl() 381 if (matchStart in ShouldSkipImpl()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | usearch.h | 844 int32_t *matchStart, 904 int32_t *matchStart,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | usearch.h | 843 int32_t *matchStart, 903 int32_t *matchStart,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | usearch.h | 843 int32_t *matchStart, 903 int32_t *matchStart,
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | usearch.h | 823 int32_t *matchStart, 883 int32_t *matchStart,
|
/third_party/flutter/skia/tools/flags/ |
D | CommandLineFlags.cpp | 368 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local 374 if ((matchStart = matchName[0] == '^')) { in ShouldSkipImpl() 381 if (matchStart in ShouldSkipImpl()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 569 int matchStart = 0; in set() local 581 matchStart = strIdx; in set() 585 … (matchStart < fString.length() && fString.offsetByCodePoints(matchStart, 1) < matchEnd)) { in set() 609 for (int i = matchStart; i < matchEnd; i++) { in set() 632 if (updatedStrIdx == matchStart) { in set()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 572 int matchStart = 0; in set() local 584 matchStart = strIdx; in set() 588 … (matchStart < fString.length() && fString.offsetByCodePoints(matchStart, 1) < matchEnd)) { in set() 612 for (int i = matchStart; i < matchEnd; i++) { in set() 635 if (updatedStrIdx == matchStart) { in set()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2660 int32_t matchStart=prev-str->length(); in containsSpanBackUTF16() local 2661 if(matchStart==0) { in containsSpanBackUTF16() 2668 length=matchStart; // First match from prev. in containsSpanBackUTF16() 2670 if(matchStart>length) { in containsSpanBackUTF16() 2673 length=matchStart; in containsSpanBackUTF16() 2674 matchStart=temp; in containsSpanBackUTF16() 2677 int32_t spanStart=containsSpanBackUTF16(set, s, matchStart, in containsSpanBackUTF16() 2687 if(matchStart<length) { in containsSpanBackUTF16() 2689 length=matchStart; in containsSpanBackUTF16() 2861 int32_t matchStart=prev-length8; in containsSpanBackUTF8() local [all …]
|
D | rbbimonkeytest.cpp | 459 int32_t matchStart = 0; in set() local 472 matchStart = rule->fRuleMatcher->start(status); in set() 479 if (hasBreak || fString.moveIndex32(matchStart, 1) < matchEnd) { in set() 502 for (int i = matchStart; i < matchEnd; i++) { in set() 535 if (strIdx == matchStart) { in set()
|
D | ssearch.cpp | 1187 …String &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchE… in simpleSearch() argument 1199 matchStart = matchEnd = -1; in simpleSearch() 1204 matchStart = matchEnd = -1; in simpleSearch() 1266 matchStart = start; in simpleSearch()
|