Home
last modified time | relevance | path

Searched defs:matchEnd (Results 1 – 15 of 15) 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
497 final int matchEnd = matcher.getMatchEnd(); in growToOffset() local
/external/skqp/tools/skqp/src/
Dskqp_main.cpp52 bool matchExclude, matchStart, matchEnd; in should_skip() local
/external/skia/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/skia/tools/flags/
DSkCommandLineFlags.cpp379 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local
/external/skqp/tools/flags/
DSkCommandLineFlags.cpp379 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java573 int matchEnd = 0; in set() local
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp460 int32_t matchEnd = 0; in set() local
Dssearch.cpp1177 …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/skia/tools/bookmaker/
DtextParser.h69 const char* matchEnd = matchStart; in anyWord() 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.c1594 const BYTE* const matchEnd = match + mlen; in LZ4_decompress_generic() local