Home
last modified time | relevance | path

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

/external/cldr/tools/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/zstd/lib/compress/
Dzstd_double_fast.c420 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
438 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
445 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
Dzstd_fast.c436 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_ldm.c341 BYTE const* const matchEnd = in ZSTD_ldm_generateSequences_internal() local
/external/skqp/tools/skqp/src/
Dskqp_main.cpp52 bool matchExclude, matchStart, matchEnd; in should_skip() local
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DTextHtmlFunction.java117 int matchEnd; in splitAndConvert() local
/external/icing/java/tests/instrumentation/src/com/google/android/icing/
DIcingSearchEngineTest.java553 int matchEnd = matchStart + matchProto.getExactMatchUtf16Length(); in testCJKTSnippets() local
620 int matchEnd = matchStart + matchProto.getExactMatchUtf16Length(); in testUtf16MultiByteSnippets() local
/external/skia/tools/skqp/src/
Dskqp_main.cpp58 bool matchExclude, matchStart, matchEnd; in should_skip() local
/external/skia/tools/flags/
DCommandLineFlags.cpp368 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local
/external/skqp/tools/flags/
DSkCommandLineFlags.cpp379 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java570 int matchEnd = 0; in set() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java573 int matchEnd = 0; in set() local
/external/skqp/tools/bookmaker/
DtextParser.h69 const char* matchEnd = matchStart; in anyWord() local
/external/cldr/tools/java/org/unicode/cldr/util/props/
DBagFormatter.java212 int matchEnd = NameIterator.findMatchingEnd(src, pattern); in getAbbreviatedName() local
/external/lz4/lib/
Dlz4.c2014 const BYTE* const matchEnd = match + mlen; in LZ4_decompress_generic() local