Searched refs:matchCount (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 29 int32_t inputLength, match, matchCount = 0; in main() local 54 csm = ucsdet_detectAll(csd, &matchCount, &status); in main() 56 for(match = 0; match < matchCount; match += 1) { in main()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Differ.java | 25 public Differ(int stackSize, int matchCount) { in Differ() argument 27 this.EQUALSIZE = matchCount; in Differ() 28 a = (T[]) new Object[stackSize+matchCount]; in Differ() 29 b = (T[]) new Object[stackSize+matchCount]; in Differ()
|
/external/icu/icu4c/source/layout/ |
D | ContextualSubstSubtables.cpp | 216 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1; in process() local 219 if (matchGlyphIDs(subRuleTable->inputGlyphArray, matchCount, glyphIterator)) { in process() 221 … (const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[matchCount]; in process() 225 return matchCount + 1; in process() 270 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1; in process() local 273 …if (matchGlyphClasses(subClassRuleTable->classArray, matchCount, glyphIterator, classDefinitionTab… in process() 275 … (const SubstitutionLookupRecord *) &subClassRuleTable->classArray[matchCount]; in process() 279 return matchCount + 1; in process()
|
/external/skia/tools/ |
D | skdiff_html.cpp | 29 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()
|
D | skdiff_html.h | 14 void print_diff_page(const int matchCount,
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 183 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/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | RedundentExprEliminator.java | 234 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()
|