/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | TestStateDictionaryBuilder.java | 371 int matchEnd = -1; in checkSimpleMatches() local 383 …assert matchEnd == myText.length() : "failed to find end of <" + myText + "> got instead " + match… in checkSimpleMatches() local
|
D | Dictionary.java | 126 protected int matchEnd; field in Dictionary.Matcher 501 final int matchEnd = matcher.getMatchEnd(); in growToOffset() local
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
D | TextHtmlFunction.java | 117 int matchEnd; in splitAndConvert() local
|
/external/zstd/lib/compress/ |
D | zstd_double_fast.c | 591 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local 609 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local 616 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
D | zstd_fast.c | 611 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic() local
|
D | zstd_ldm.c | 413 BYTE const* const matchEnd = in ZSTD_ldm_generateSequences_internal() local
|
/external/skia/tools/skqp/src/ |
D | skqp_main.cpp | 73 bool matchExclude, matchStart, matchEnd; in should_skip() local
|
/external/icing/java/tests/instrumentation/src/com/google/android/icing/ |
D | IcingSearchEngineTest.java | 658 int matchEnd = matchStart + matchProto.getExactMatchUtf16Length(); in testCJKTSnippets() local 725 int matchEnd = matchStart + matchProto.getExactMatchUtf16Length(); in testUtf16MultiByteSnippets() local
|
/external/skia/tools/flags/ |
D | CommandLineFlags.cpp | 367 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 460 int32_t matchEnd = 0; in set() local
|
D | ssearch.cpp | 1187 …ring &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchEnd) in simpleSearch()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | rbbimonkeytest.cpp | 460 int32_t matchEnd = 0; in set() local
|
D | ssearch.cpp | 1187 …ring &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchEnd) in simpleSearch()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 572 int matchEnd = 0; in set() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 575 int matchEnd = 0; in set() local
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/ |
D | BagFormatter.java | 212 int matchEnd = NameIterator.findMatchingEnd(src, pattern); in getAbbreviatedName() local
|
/external/lz4/lib/ |
D | lz4.c | 2288 const BYTE* const matchEnd = match + mlen; in LZ4_decompress_generic() local
|