Searched defs:minCapacity (Results 1 - 19 of 19) sorted by relevance

/external/srec/portable/include/
H A DArrayListImpl.h59 size_t minCapacity; member in struct:ArrayListImpl_t
/external/chromium_org/third_party/icu/source/common/
H A Dappendable.cpp58 Appendable::getAppendBuffer(int32_t minCapacity, argument
62 if(minCapacity<1 || scratchCapacity<minCapacity) {
H A Dcharstr.cpp82 char *CharString::getAppendBuffer(int32_t minCapacity, argument
91 if(appendCapacity>=minCapacity) {
95 if(ensureCapacity(len+minCapacity+1, len+desiredCapacityHint+1, errorCode)) {
H A Dunistr.cpp485 // fLength>0 and not an "open" src.getBuffer(minCapacity)
1173 // do not modify a string that has an "open" getBuffer(minCapacity)
1210 // do not modify a string that has an "open" getBuffer(minCapacity)
1604 UnicodeString::getBuffer(int32_t minCapacity) { argument
1605 if(minCapacity>=-1 && cloneArrayIfNeeded(minCapacity)) {
1649 // while a getBuffer(minCapacity) is "open",
1772 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, argument
1776 if(minCapacity < 1 || scratchCapacity < minCapacity) {
[all...]
/external/icu/icu4c/source/common/
H A Dappendable.cpp58 Appendable::getAppendBuffer(int32_t minCapacity, argument
62 if(minCapacity<1 || scratchCapacity<minCapacity) {
H A Dcharstr.cpp82 char *CharString::getAppendBuffer(int32_t minCapacity, argument
91 if(appendCapacity>=minCapacity) {
95 if(ensureCapacity(len+minCapacity+1, len+desiredCapacityHint+1, errorCode)) {
H A Dunistr.cpp485 // fLength>0 and not an "open" src.getBuffer(minCapacity)
1173 // do not modify a string that has an "open" getBuffer(minCapacity)
1210 // do not modify a string that has an "open" getBuffer(minCapacity)
1604 UnicodeString::getBuffer(int32_t minCapacity) { argument
1605 if(minCapacity>=-1 && cloneArrayIfNeeded(minCapacity)) {
1649 // while a getBuffer(minCapacity) is "open",
1772 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, argument
1776 if(minCapacity < 1 || scratchCapacity < minCapacity) {
[all...]
/external/srec/portable/src/
H A DArrayListImpl.c29 ESR_ReturnCode ArrayListCreateWithCapacity(ArrayList **self, size_t minCapacity) argument
54 impl->contents = MALLOC(minCapacity * sizeof(void*), MTAG);
60 impl->capacity = minCapacity;
61 impl->minCapacity = minCapacity;
122 if (impl->capacity > impl->minCapacity &&
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1383 int32_t minCapacity = key1Length + key2Length; local
1384 if(key1Length > 0) { --minCapacity; }
1385 if(minCapacity <= mergedKeyCapacity) {
1388 if(minCapacity <= 200) {
1390 } else if(minCapacity <= 2 * mergedKeyCapacity) {
1393 mergedKeyCapacity = minCapacity;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp305 ensureCEsCapacity(collIterate *data, int32_t minCapacity) { argument
312 if(minCapacity <= oldCapacity) {
316 return reallocCEs(data, minCapacity > oldCapacity ? minCapacity : oldCapacity);
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2910 milliseconds