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

  /external/icu/icu4c/source/samples/csdet/
csdet.c 29 int32_t inputLength, match, matchCount = 0;
54 csm = ucsdet_detectAll(csd, &matchCount, &status);
56 for(match = 0; match < matchCount; match += 1) {
  /external/icu/icu4c/source/layout/
ContextualSubstSubtables.cpp 216 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1;
219 if (matchGlyphIDs(subRuleTable->inputGlyphArray, matchCount, glyphIterator)) {
221 (const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[matchCount];
225 return matchCount + 1;
270 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1;
273 if (matchGlyphClasses(subClassRuleTable->classArray, matchCount, glyphIterator, classDefinitionTable)) {
275 (const SubstitutionLookupRecord *) &subClassRuleTable->classArray[matchCount];
279 return matchCount + 1;
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 254 int matchCount = 0;
279 ++matchCount;
301 m_activeMatchIndexInCurrentFrame = matchCount - 1;
314 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount));
330 if (matchCount > 0) {
333 m_lastMatchCount += matchCount;
336 mainFrameImpl->increaseMatchCount(matchCount, identifier);
343 if (matchCount > 0)
  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 171 int32_t matchCount = 0;
172 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
180 if (matchCount == 0) {
189 for (int32_t m = 0; m < matchCount; m += 1) {
728 int32_t matchCount = 0;
729 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
737 for (i=0; i<matchCount; i++) {
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 183 int32_t matchCount = 0;
184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
192 if (matchCount == 0) {
201 for (int32_t m = 0; m < matchCount; m += 1) {
787 int32_t matchCount = 0;
788 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
796 for (i=0; i<matchCount; i++) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 234 int matchCount = 0;
260 diagnoseMultistepList(matchCount, lengthToTest, isGlobal);
416 int matchCount,
420 if (matchCount > 0)
423 "Found multistep matches: " + matchCount + ", " + lengthToTest + " length");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1495 milliseconds