HomeSort by relevance Sort by last modified time
    Searched defs:matchCount (Results 1 - 9 of 9) 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;
  /dalvik/vm/jdwp/
JdwpEvent.c 381 int matchCount)
385 while (matchCount--) {
558 int matchCount)
562 while (matchCount--) {
815 int matchCount;
857 matchCount = 0;
861 &matchCount);
864 &matchCount);
867 &matchCount);
870 &matchCount);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
csdetest.cpp 168 int32_t matchCount = 0;
169 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
177 if (matchCount == 0) {
186 for (int32_t m = 0; m < matchCount; m += 1) {
729 int32_t matchCount = 0;
730 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
738 for (i=0; i<matchCount; i++) {
  /external/icu4c/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/webkit/WebCore/platform/text/
StringImpl.cpp 711 int matchCount = 0;
715 ++matchCount;
720 if (!matchCount)
723 if (repStrLength && matchCount > numeric_limits<unsigned>::max() / repStrLength)
726 unsigned replaceSize = matchCount * repStrLength;
727 unsigned newSize = m_length - matchCount;
770 int matchCount = 0;
774 ++matchCount;
779 if (!matchCount)
784 unsigned newSize = m_length - matchCount * patternLength
    [all...]
  /libcore/luni/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/WebCore/page/
Frame.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 289 milliseconds