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.java396 int matchEnd = -1; in checkSimpleMatches() local
409 : "failed to find end of <" + myText + "> got instead " + matchEnd; in checkSimpleMatches() local
DDictionary.java122 protected int matchEnd; field in Dictionary.Matcher
485 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/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.java638 int matchEnd = matchStart + matchProto.getExactMatchUtf16Length(); in testCJKTSnippets() local
705 int matchEnd = matchStart + matchProto.getExactMatchUtf16Length(); in testUtf16MultiByteSnippets() local
/external/zstd/lib/compress/
Dzstd_double_fast.c663 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
681 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
688 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
Dzstd_ldm.c419 BYTE const* const matchEnd = in ZSTD_ldm_generateSequences_internal() local
Dzstd_fast.c733 const BYTE* matchEnd = 0; /* initialize to avoid warning, assert != 0 later */ in ZSTD_compressBlock_fast_extDict_generic() 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java575 int matchEnd = 0; in set() local
/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/core/src/test/java/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java572 int matchEnd = 0; in set() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
DBagFormatter.java194 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