/external/icu/icu4c/source/common/ |
D | charstr.cpp | 124 if(sLength>=(buffer.getCapacity()-len)) { in append() 131 sLength>=(buffer.getCapacity()-len) in append() 152 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() 158 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer() 191 if(capacity>buffer.getCapacity()) { in ensureCapacity() 193 desiredCapacityHint=capacity+buffer.getCapacity(); in ensureCapacity()
|
D | locdispnames.cpp | 69 buffer, result.getCapacity(), in getDisplayLanguage() 81 buffer, result.getCapacity(), in getDisplayLanguage() 109 buffer, result.getCapacity(), in getDisplayScript() 121 buffer, result.getCapacity(), in getDisplayScript() 149 buffer, result.getCapacity(), in getDisplayCountry() 161 buffer, result.getCapacity(), in getDisplayCountry() 189 buffer, result.getCapacity(), in getDisplayVariant() 201 buffer, result.getCapacity(), in getDisplayVariant() 229 buffer, result.getCapacity(), in getDisplayName() 241 buffer, result.getCapacity(), in getDisplayName()
|
D | unistr_case.cpp | 123 capacity = getCapacity(); in caseMap() 203 getArrayStart(), getCapacity(), in caseMap()
|
D | unistr.cpp | 465 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16, in fromUTF32() 1224 if(len < getCapacity()) { in getTerminatedBuffer() 1342 u_strFromUTF8WithSub(utf16, getCapacity(), &length16, in setToUTF8() 1587 if((newLength <= getCapacity() && isBufferWritable()) || in doAppend() 1770 int32_t capacity=getCapacity(); in releaseBuffer() 1798 newCapacity = getCapacity(); in cloneArrayIfNeeded() 1818 newCapacity > getCapacity() in cloneArrayIfNeeded() 1856 newCapacity = getCapacity(); in cloneArrayIfNeeded() 1939 *resultCapacity = str.getCapacity() - oldLength; in getAppendBuffer()
|
D | uarrsort.cpp | 145 if (sizeInMaxAlignTs(itemSize) > v.getCapacity() && in insertionSort() 239 if(sizeInMaxAlignTs(itemSize)*2 > xw.getCapacity() && in quickSort()
|
D | cmemory.h | 327 int32_t getCapacity() const { return capacity; } in getCapacity() function 540 int32_t getCapacity() const { return capacity; } in getCapacity() function 748 int32_t capacity = fPool.getCapacity(); in create()
|
/external/icu/icu4c/source/i18n/ |
D | pluralranges.cpp | 93 if (fTriplesLen > result.fTriples.getCapacity()) { in copy() 115 U_ASSERT(fTriplesLen < fTriples.getCapacity()); in addPluralRange() 122 if (length > fTriples.getCapacity()) { in setCapacity()
|
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 | formattedval_sbimpl.cpp | 233 U_ASSERT(spanIndices.getCapacity() >= spanValue); in appendSpanInfo() 234 if (spanIndices.getCapacity() == spanValue) { in appendSpanInfo() 245 U_ASSERT(spanIndices.getCapacity() >= spanValue); in prependSpanInfo() 246 if (spanIndices.getCapacity() == spanValue) { in prependSpanInfo()
|
D | formatted_string_builder.cpp | 40 for (int32_t i=0; i<getCapacity(); i++) { in FormattedStringBuilder() 70 int32_t capacity = other.getCapacity(); in operator =() 143 fZero = getCapacity() / 2; in clear() 263 } else if (index == fLength && fZero + fLength + count < getCapacity()) { in prepareForInsert() 274 int32_t oldCapacity = getCapacity(); in prepareForInsertHelper()
|
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()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | FormattedStringBuilder.java | 111 zero = getCapacity() / 2; 315 } else if (index == length && zero + length + count < getCapacity()) { 328 int oldCapacity = getCapacity(); 394 private int getCapacity() {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | FormattedStringBuilder.java | 109 zero = getCapacity() / 2; 313 } else if (index == length && zero + length + count < getCapacity()) { 326 int oldCapacity = getCapacity(); 392 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 | 110 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 | 207 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process() 215 … b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process()
|
/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/libicu/cts_headers/unicode/ |
D | sortkey.h | 266 int32_t getCapacity() const { in getCapacity() function
|
/external/icu/icu4c/source/i18n/unicode/ |
D | sortkey.h | 266 int32_t getCapacity() const { in getCapacity() function
|
/external/icu/libicu/cts_headers/ |
D | cmemory.h | 327 int32_t getCapacity() const { return capacity; } in getCapacity() function 540 int32_t getCapacity() const { return capacity; } in getCapacity() function 748 int32_t capacity = fPool.getCapacity(); in create()
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | RouteSpecificPool.java | 132 public int getCapacity() { in getCapacity() method in RouteSpecificPool
|