/external/icu/icu4c/source/common/ |
D | charstr.cpp | 87 if(sLength>=(buffer.getCapacity()-len)) { in append() 94 sLength>=(buffer.getCapacity()-len) in append() 115 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() 121 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer() 154 if(capacity>buffer.getCapacity()) { in ensureCapacity() 156 desiredCapacityHint=capacity+buffer.getCapacity(); in ensureCapacity()
|
D | locdispnames.cpp | 66 buffer, result.getCapacity(), in getDisplayLanguage() 78 buffer, result.getCapacity(), in getDisplayLanguage() 106 buffer, result.getCapacity(), in getDisplayScript() 118 buffer, result.getCapacity(), in getDisplayScript() 146 buffer, result.getCapacity(), in getDisplayCountry() 158 buffer, result.getCapacity(), in getDisplayCountry() 186 buffer, result.getCapacity(), in getDisplayVariant() 198 buffer, result.getCapacity(), in getDisplayVariant() 226 buffer, result.getCapacity(), in getDisplayName() 238 buffer, result.getCapacity(), in getDisplayName()
|
D | unistr_case.cpp | 123 capacity = getCapacity(); in caseMap() 203 getArrayStart(), getCapacity(), in caseMap()
|
D | unistr.cpp | 466 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16, in fromUTF32() 1225 if(len < getCapacity()) { in getTerminatedBuffer() 1343 u_strFromUTF8WithSub(utf16, getCapacity(), &length16, in setToUTF8() 1584 if((newLength <= getCapacity() && isBufferWritable()) || in doAppend() 1767 int32_t capacity=getCapacity(); in releaseBuffer() 1795 newCapacity = getCapacity(); in cloneArrayIfNeeded() 1815 newCapacity > getCapacity() in cloneArrayIfNeeded() 1853 newCapacity = getCapacity(); in cloneArrayIfNeeded() 1936 *resultCapacity = str.getCapacity() - oldLength; in getAppendBuffer()
|
D | uts46.cpp | 612 int32_t capacity=dest.getCapacity(); in mapDevChars() 631 capacity=dest.getCapacity(); in mapDevChars() 726 unicodeBuffer, fromPunycode.getCapacity(), in processLabel() 737 unicodeBuffer, fromPunycode.getCapacity(), in processLabel() 871 buffer+4, punycode.getCapacity()-4, in processLabel() 882 buffer+4, punycode.getCapacity()-4, in processLabel()
|
D | cmemory.h | 318 int32_t getCapacity() const { return capacity; } in getCapacity() function 524 int32_t getCapacity() const { return capacity; } in getCapacity() function
|
/external/icu/icu4c/source/i18n/ |
D | sortkey.cpp | 65 (count > getCapacity() && reallocate(count, 0) == NULL)) { in CollationKey() 86 if (length > getCapacity() && reallocate(length, 0) == NULL) { in CollationKey() 159 if (length > getCapacity() && reallocate(length, 0) == NULL) { in operator =()
|
D | collationkeys.cpp | 128 if(len < buffer.getCapacity() || ensureCapacity(1)) { in appendByte() 139 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight16() 152 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight32() 172 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendReverseWeight16() 187 int32_t newCapacity = 2 * buffer.getCapacity(); in ensureCapacity()
|
D | number_stringbuilder.cpp | 61 int32_t capacity = other.getCapacity(); in operator =() 134 fZero = getCapacity() / 2; in clear() 252 } else if (index == fLength && fZero + fLength + count < getCapacity()) { in prepareForInsert() 263 int32_t oldCapacity = getCapacity(); in prepareForInsertHelper()
|
D | number_stringbuilder.h | 134 inline int32_t getCapacity() const { in getCapacity() function
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | NumberStringBuilder.java | 104 zero = getCapacity() / 2; 284 } else if (index == length && zero + length + count < getCapacity()) { 297 int oldCapacity = getCapacity(); 363 private int getCapacity() {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | NumberStringBuilder.java | 102 zero = getCapacity() / 2; 282 } else if (index == length && zero + length + count < getCapacity()) { 295 int oldCapacity = getCapacity(); 361 private int getCapacity() {
|
/external/pdfium/third_party/bigint/ |
D | BigInteger.hh | 93 Index getCapacity() const { return mag.getCapacity(); } in getCapacity() function in BigInteger
|
D | BigUnsignedInABase.hh | 109 using NumberlikeArray<Digit>::getCapacity;
|
D | NumberlikeArray.hh | 79 Index getCapacity() const { return cap; } in getCapacity() function in NumberlikeArray
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | ObjectPool.java | 60 return mAvailable.getCapacity() - mAvailable.getCount(); in getAllocatedCount()
|
D | SpriteAnimation.java | 46 assert frames.getCount() == frames.getCapacity(); in getFrame()
|
/external/icu/icu4c/source/test/intltest/ |
D | nptrans.cpp | 210 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process() 218 … b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process()
|
D | dcfmtest.cpp | 116 if (len+1 > buf.getCapacity()) { in InvariantStringPiece() 140 int32_t capacity = buf.getCapacity(); in UnicodeStringPiece()
|
/external/perfetto/src/android_internal/ |
D | health_hal.cc | 65 g_svc->getCapacity([&res, value](Result hal_res, int64_t hal_value) { in GetBatteryCounter()
|
/external/deqp/framework/delibs/decpp/ |
D | deMemPool.hpp | 49 …deUintptr getCapacity (bool recurse) const { return deMemPool_getCapacity(m_pool, recurse ? DE… in getCapacity() function in de::MemPool
|
/external/icu/icu4c/source/i18n/unicode/ |
D | sortkey.h | 264 int32_t getCapacity() const { in getCapacity() function
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | ConnPoolByRoute.java | 310 boolean hasCapacity = rospl.getCapacity() > 0; 313 log.debug("Available capacity: " + rospl.getCapacity()
|
D | RouteSpecificPool.java | 132 public int getCapacity() { in getCapacity() method in RouteSpecificPool
|
/external/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 222 &pu, buffer+src.getCapacity(), in parseFile() 290 cnv, &pu, buffer+src.getCapacity(), in parseFile() 296 capacity=(3*src.getCapacity())/2; // increase capacity by 50% in parseFile()
|