Searched refs:aCount (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DIntDiffer.java35 a[aCount++] = aStr;
68 int max = aCount;
79 aTop = aCount;
84 if (aCount - maxSame < EQUALSIZE || bCount - maxSame < EQUALSIZE) return;
87 int match = find(a, aCount-EQUALSIZE, aCount, b, maxSame, bCount);
89 aTop = aCount-EQUALSIZE;
93 match = find(b, bCount-EQUALSIZE, bCount, a, maxSame, aCount);
99 if (aCount >= STACKSIZE || bCount >= STACKSIZE) {
101 aCount
150 private int aCount = 0; field in class:IntDiffer
[all...]
/external/deqp/framework/delibs/depool/
H A DdePoolMultiSet.h218 int aCount = TYPENAME##_getKeyCount(a, key); \
219 int count = deMax32(aCount, bCount); \
220 if (bCount && !TYPENAME##_setKeyCount(a, key, aCount + bCount)) \
235 int aCount = TYPENAME##HashIter_getValue(&iter); \
237 int count = deMin32(aCount, bCount); \
263 int aCount = TYPENAME##_getKeyValue(a, key); \
265 int count = aCount + bCount; \
280 int aCount = TYPENAME##HashIter_getValue(&iter); \
282 int count = deMax32(0, aCount - bCount); \
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRPtrBuffer.h73 - (void)setCount:(NSInteger)aCount;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRPtrBuffer.h73 - (void)setCount:(NSInteger)aCount;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRPtrBuffer.h73 - (void)setCount:(NSInteger)aCount;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRPtrBuffer.h72 - (void)setCount:(NSUInteger)aCount;
/external/dng_sdk/source/
H A Ddng_string.cpp413 int aCount = dngString.Get_UTF16 (sBuffer); local
415 int dBufSize = aCount * 2 + 256;
422 aCount,
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java693 for (int a = 0, aCount = attributes.size (); a < aCount; ++ a)
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1507 milliseconds