Searched defs:wordCount (Results 1 - 7 of 7) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm35c.java95 return (wordCount(regs) >= 0);
149 private static int wordCount(RegisterSpecList regs) { method in class:Form35c
186 int wordCount = wordCount(orig);
189 if (wordCount == sz) {
193 RegisterSpecList result = new RegisterSpecList(wordCount);
/external/icu4c/test/intltest/
H A Dthcoll.cpp95 int32_t wordCount = 0; local
99 ++wordCount;
100 if (wordCount <= 8) {
102 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
114 logln((UnicodeString)"Words checked: " + wordCount);
142 int32_t wordCount = 0; local
146 ++wordCount;
147 if (wordCount <= 8) {
149 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
196 logln((UnicodeString)"Words checked: " + wordCount);
[all...]
H A Drbbitst.cpp664 int32_t wordCount; local
690 wordCount = 0;
708 wordCount += 1;
719 if (wordCount < 50) {
720 errln("Word count (%d) unreasonably small\n", wordCount);
731 if (wordCount != (testCount = enumer1->count(status))) {
733 testCount, wordCount, u_errorName(status));
750 if (wordCount != (testCount = enumer2->count(status))) {
752 testCount, wordCount, u_errorName(status));
777 if (wordCount !
[all...]
/external/icu4c/test/cintltst/
H A Dreapits.c1321 int32_t wordCount = 0; local
1338 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields,
1342 TEST_ASSERT(wordCount==3);
1348 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1350 TEST_ASSERT(wordCount==3);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 159 milliseconds