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

  /external/icu4c/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/icu4c/layout/
ContextualSubstSubtables.cpp 212 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1;
215 if (matchGlyphIDs(subRuleTable->inputGlyphArray, matchCount, glyphIterator)) {
217 (const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[matchCount];
221 return matchCount + 1;
264 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1;
267 if (matchGlyphClasses(subClassRuleTable->classArray, matchCount, glyphIterator, classDefinitionTable)) {
269 (const SubstitutionLookupRecord *) &subClassRuleTable->classArray[matchCount];
273 return matchCount + 1;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 71 unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, maxMatchCount + 1);
75 if (matchCount > maxMatchCount)
76 matchCount = static_cast<unsigned>(kWKMoreThanMaximumMatchCount);
78 m_webPage->send(Messages::WebPageProxy::DidCountStringMatches(string, matchCount));
116 unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, maxMatchCount + 1);
119 if (matchCount > maxMatchCount) {
121 matchCount = static_cast<unsigned>(kWKMoreThanMaximumMatchCount);
124 m_webPage->send(Messages::WebPageProxy::DidFindString(string, matchCount));
  /dalvik/vm/jdwp/
JdwpEvent.cpp 387 int matchCount)
391 while (matchCount--) {
561 int matchCount)
565 while (matchCount--) {
855 int matchCount = 0;
859 &matchCount);
862 &matchCount);
865 &matchCount);
868 &matchCount);
871 if (matchCount != 0)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp 561 const int matchCount = inputSize - correction->mProximityCount - excessiveCount;
615 const int matchWeight = powerIntCapped(typedLetterMultiplier, matchCount);
749 if (matchCount == inputSize && matchCount >= 2 && !skipped
750 && word[matchCount] == word[matchCount - 1]) {
    [all...]
  /external/icu4c/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) {
740 int32_t matchCount = 0;
741 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
749 for (i=0; i<matchCount; i++) {
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 826 unsigned matchCount = 0;
830 ++matchCount;
835 if (!matchCount)
838 if (repStrLength && matchCount > numeric_limits<unsigned>::max() / repStrLength)
841 unsigned replaceSize = matchCount * repStrLength;
842 unsigned newSize = m_length - matchCount;
885 unsigned matchCount = 0;
889 ++matchCount;
894 if (!matchCount)
897 unsigned newSize = m_length - matchCount * patternLength
    [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/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/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 

Completed in 543 milliseconds