Home
last modified time | relevance | path

Searched refs:matchCount (Results 1 – 14 of 14) sorted by relevance

/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
DMatchingOutputStream.java80 for (int matchCount = 0; matchCount < numReadThisLoop; matchCount++) { in write()
81 if (buffer[matchCount] != dataToWrite[offset + numReadSoFar + matchCount]) { in write()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java26 public IntDiffer(int stackSize, int matchCount) { in IntDiffer() argument
28 this.EQUALSIZE = matchCount; in IntDiffer()
29 a = new int[stackSize+matchCount]; in IntDiffer()
30 b = new int[stackSize+matchCount]; in IntDiffer()
/external/icu/icu4c/source/samples/csdet/
Dcsdet.c33 int32_t inputLength, match, matchCount = 0; in main() local
58 csm = ucsdet_detectAll(csd, &matchCount, &status); in main()
60 for(match = 0; match < matchCount; match += 1) { in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DDiffer.java22 public Differ(int stackSize, int matchCount) { in Differ() argument
24 this.EQUALSIZE = matchCount; in Differ()
25 a = (T[]) new Object[stackSize + matchCount]; in Differ()
26 b = (T[]) new Object[stackSize + matchCount]; in Differ()
DSimpleDictionary.java32 private int matchCount; field in SimpleDictionary
167 matchCount = possibleMatchesBefore.size(); in next()
173 return matchCount == 1; in nextUniquePartial()
/external/skia/tools/skdiff/
Dskdiff_html.cpp29 const int matchCount, in print_table_header() argument
55 stream->writeDecAsText(matchCount); in print_table_header()
224 void print_diff_page(const int matchCount, in print_diff_page() argument
283 print_table_header(&outputStream, matchCount, colorThreshold, differences, in print_diff_page()
Dskdiff_html.h14 void print_diff_page(const int matchCount,
/external/skqp/tools/skdiff/
Dskdiff_html.cpp29 const int matchCount, in print_table_header() argument
55 stream->writeDecAsText(matchCount); in print_table_header()
224 void print_diff_page(const int matchCount, in print_diff_page() argument
283 print_table_header(&outputStream, matchCount, colorThreshold, differences, in print_diff_page()
Dskdiff_html.h14 void print_diff_page(const int matchCount,
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp183 int32_t matchCount = 0; in checkEncoding() local
184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); in checkEncoding()
192 if (matchCount == 0) { in checkEncoding()
201 for (int32_t m = 0; m < matchCount; m += 1) { in checkEncoding()
791 int32_t matchCount = 0; in Ticket6394Test() local
792 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status); in Ticket6394Test()
800 for (i=0; i<matchCount; i++) { in Ticket6394Test()
/external/oj-libjdwp/src/share/back/
DVirtualMachineImpl.c130 int matchCount = 0; in classesForSignature() local
158 theClasses[i] = theClasses[matchCount]; in classesForSignature()
159 theClasses[matchCount++] = clazz; in classesForSignature()
169 (void)outStream_writeInt(out, matchCount); in classesForSignature()
170 for (; writtenCount < matchCount; writtenCount++) { in classesForSignature()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java234 int matchCount = 0; in matchAndEliminatePartialPaths() local
260 diagnoseMultistepList(matchCount, lengthToTest, isGlobal); in matchAndEliminatePartialPaths()
416 int matchCount, in diagnoseMultistepList() argument
420 if (matchCount > 0) in diagnoseMultistepList()
423 "Found multistep matches: " + matchCount + ", " + lengthToTest + " length"); in diagnoseMultistepList()
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt57 matchCount: How many times the regex in matchPattern should match. A value
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js4410 var matchCount = 0;
4413 matchCount++;
4416 if (matchCount > highestMatchCount) {
4418 highestMatchCount = matchCount;