HomeSort by relevance Sort by last modified time
    Searched defs:matchEnd (Results 1 - 16 of 16) sorted by null

  /external/skia/tools/skqp/src/
skqp_main.cpp 52 bool matchExclude, matchStart, matchEnd;
62 if ((matchEnd = matchName[matchLen - 1] == '$')) {
65 if (matchStart ? (!matchEnd || matchLen == testLen)
67 : matchEnd ? matchLen <= testLen
  /external/skqp/tools/skqp/src/
skqp_main.cpp 52 bool matchExclude, matchStart, matchEnd;
62 if ((matchEnd = matchName[matchLen - 1] == '$')) {
65 if (matchStart ? (!matchEnd || matchLen == testLen)
67 : matchEnd ? matchLen <= testLen
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 117 int matchEnd;
123 matchEnd = matcher.end();
130 if (in.charAt(matchEnd - 1) == ',' || in.charAt(matchEnd - 1) == '.') {
131 matchEnd--;
135 formatEmail(in, matchStart, matchEnd, out);
137 formatUrl(in, matchStart, matchEnd,
142 regionStart = matchEnd;
  /external/skia/tools/bookmaker/
textParser.h 69 const char* matchEnd = matchStart;
71 while (matchEnd < fEnd) {
72 if (isalpha(matchEnd[0])) {
73 } else if (' ' == matchEnd[0] && --count >= 0) {
75 nextWord = matchEnd;
80 ++matchEnd;
82 size_t matchLen = matchEnd - matchStart;
95 matchStart = nextWord ? nextWord : matchEnd;
  /external/skqp/tools/bookmaker/
textParser.h 69 const char* matchEnd = matchStart;
71 while (matchEnd < fEnd) {
72 if (isalpha(matchEnd[0])) {
73 } else if (' ' == matchEnd[0] && --count >= 0) {
75 nextWord = matchEnd;
80 ++matchEnd;
82 size_t matchLen = matchEnd - matchStart;
95 matchStart = nextWord ? nextWord : matchEnd;
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 252 size_t matchEnd = 0;
255 matchEnd = strStart + pmatch[1].rm_eo;
258 indexName.append(StringUtil::substr(orig, matchStart, matchEnd - matchStart));
266 LOGD("match found strStart %d, matchStart %d, matchEnd %d, converted str %s",
267 strStart, matchStart, matchEnd, translated.string());
271 if (matchEnd < orig.length()) {
272 //LOGD("%d %d", matchEnd, orig.length());
273 translated.append(StringUtil::substr(orig, matchEnd, orig.length() - matchEnd));
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 379 bool matchExclude, matchStart, matchEnd;
389 if ((matchEnd = matchName[matchLen - 1] == '$')) {
392 if (matchStart ? (!matchEnd || matchLen == testLen)
394 : matchEnd ? matchLen <= testLen
  /external/skqp/tools/flags/
SkCommandLineFlags.cpp 379 bool matchExclude, matchStart, matchEnd;
389 if ((matchEnd = matchName[matchLen - 1] == '$')) {
392 if (matchStart ? (!matchEnd || matchLen == testLen)
394 : matchEnd ? matchLen <= testLen
  /external/cldr/tools/java/org/unicode/cldr/util/
Dictionary.java 126 protected int matchEnd;
191 matchEnd = offset;
219 return matchEnd;
228 return text.sublist(offset, matchEnd);
251 * Finds the next match, and sets the matchValue and matchEnd. Normally you
257 * <li>MATCH: there was an exact match. Its matchValue and matchEnd are set.</li>
258 * <li>PARTIAL: there was a partial match. The matchEnd is set to the furthest point that could be reached
261 * <li>NONE: the matchValue and matchEnd are undefined.</li>
296 * Finds the next match, and sets the matchValue and matchEnd. Normally you
302 * <li>MATCH: there was an exact match. Its matchValue and matchEnd are set.</li
    [all...]
TestStateDictionaryBuilder.java 371 int matchEnd = -1;
377 matchEnd = matcher.getMatchEnd();
383 assert matchEnd == myText.length() : "failed to find end of <" + myText + "> got instead " + matchEnd;
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 460 int32_t matchEnd = 0;
473 matchEnd = rule->fRuleMatcher->end(status);
479 if (hasBreak || fString.moveIndex32(matchStart, 1) < matchEnd) {
502 for (int i = matchStart; i < matchEnd; i++) {
533 strIdx = fString.moveIndex32(matchEnd, -1);
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/props/
BagFormatter.java 212 int matchEnd = NameIterator.findMatchingEnd(src, pattern);
213 int sdiv = src.length() - matchEnd;
214 int pdiv = pattern.length() - matchEnd;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java 573 int matchEnd = 0;
585 matchEnd = strIdx + rule.fRuleMatcher.end();
588 (matchStart < fString.length() && fString.offsetByCodePoints(matchStart, 1) < matchEnd)) {
612 for (int i = matchStart; i < matchEnd; i++) {
634 int updatedStrIdx = fString.offsetByCodePoints(matchEnd, -1);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java 570 int matchEnd = 0;
582 matchEnd = strIdx + rule.fRuleMatcher.end();
585 (matchStart < fString.length() && fString.offsetByCodePoints(matchStart, 1) < matchEnd)) {
609 for (int i = matchStart; i < matchEnd; i++) {
631 int updatedStrIdx = fString.offsetByCodePoints(matchEnd, -1);
    [all...]
  /external/lz4/lib/
lz4.c     [all...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 755 milliseconds