Home
last modified time | relevance | path

Searched defs:matchEnd (Results 1 – 17 of 17) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DTestStateDictionaryBuilder.java371 int matchEnd = -1; in checkSimpleMatches() local
383 …assert matchEnd == myText.length() : "failed to find end of <" + myText + "> got instead " + match… in checkSimpleMatches() local
DDictionary.java126 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/
DTextHtmlFunction.java117 int matchEnd; in splitAndConvert() local
/external/zstd/lib/compress/
Dzstd_double_fast.c591 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
Dzstd_fast.c611 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_ldm.c413 BYTE const* const matchEnd = in ZSTD_ldm_generateSequences_internal() local
/external/skia/tools/skqp/src/
Dskqp_main.cpp73 bool matchExclude, matchStart, matchEnd; in should_skip() local
/external/icing/java/tests/instrumentation/src/com/google/android/icing/
DIcingSearchEngineTest.java658 int matchEnd = matchStart + matchProto.getExactMatchUtf16Length(); in testCJKTSnippets() local
725 int matchEnd = matchStart + matchProto.getExactMatchUtf16Length(); in testUtf16MultiByteSnippets() local
/external/skia/tools/flags/
DCommandLineFlags.cpp367 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp460 int32_t matchEnd = 0; in set() local
Dssearch.cpp1187 …ring &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchEnd) in simpleSearch()
/external/cronet/third_party/icu/source/test/intltest/
Drbbimonkeytest.cpp460 int32_t matchEnd = 0; in set() local
Dssearch.cpp1187 …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/
DRBBIMonkeyTest.java572 int matchEnd = 0; in set() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java575 int matchEnd = 0; in set() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
DBagFormatter.java212 int matchEnd = NameIterator.findMatchingEnd(src, pattern); in getAbbreviatedName() local
/external/lz4/lib/
Dlz4.c2288 const BYTE* const matchEnd = match + mlen; in LZ4_decompress_generic() local