/third_party/icu/icu4c/source/common/ |
D | charstr.cpp | 126 if(sLength>=(buffer.getCapacity()-len)) { in append() 133 sLength>=(buffer.getCapacity()-len) in append() 186 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() 192 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer() 225 if(capacity>buffer.getCapacity()) { in ensureCapacity() 227 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()
|
/third_party/node/deps/icu-small/source/common/ |
D | charstr.cpp | 126 if(sLength>=(buffer.getCapacity()-len)) { in append() 133 sLength>=(buffer.getCapacity()-len) in append() 186 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() 192 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer() 225 if(capacity>buffer.getCapacity()) { in ensureCapacity() 227 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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | charstr.cpp | 126 if(sLength>=(buffer.getCapacity()-len)) { in append() 133 sLength>=(buffer.getCapacity()-len) in append() 186 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() 192 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer() 225 if(capacity>buffer.getCapacity()) { in ensureCapacity() 227 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | formatted_string_builder.cpp | 41 for (int32_t i=0; i<getCapacity(); i++) { in FormattedStringBuilder() 71 int32_t capacity = other.getCapacity(); in operator =() 144 fZero = getCapacity() / 2; in clear() 267 U_ASSERT(getCapacity() - fZero >= fLength); in prepareForInsert() 276 } else if (index == fLength && count <= getCapacity() - fZero - fLength) { in prepareForInsert() 287 int32_t oldCapacity = getCapacity(); in prepareForInsertHelper() 363 U_ASSERT(index <= getCapacity() - fZero); in remove()
|
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) == nullptr)) { in CollationKey() 86 if (length > getCapacity() && reallocate(length, 0) == nullptr) { in CollationKey() 159 if (length > getCapacity() && reallocate(length, 0) == nullptr) { in operator =()
|
D | formattedval_sbimpl.cpp | 296 U_ASSERT(spanIndices.getCapacity() >= spanIndicesCount); in appendSpanInfo() 297 if (spanIndices.getCapacity() == spanIndicesCount) { in appendSpanInfo() 309 U_ASSERT(spanIndices.getCapacity() >= spanIndicesCount); in prependSpanInfo() 310 if (spanIndices.getCapacity() == spanIndicesCount) { in prependSpanInfo()
|
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()
|
/third_party/icu/icu4c/source/i18n/ |
D | formatted_string_builder.cpp | 41 for (int32_t i=0; i<getCapacity(); i++) { in FormattedStringBuilder() 71 int32_t capacity = other.getCapacity(); in operator =() 144 fZero = getCapacity() / 2; in clear() 267 U_ASSERT(getCapacity() - fZero >= fLength); in prepareForInsert() 276 } else if (index == fLength && count <= getCapacity() - fZero - fLength) { in prepareForInsert() 287 int32_t oldCapacity = getCapacity(); in prepareForInsertHelper() 363 U_ASSERT(index <= getCapacity() - fZero); in remove()
|
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 | 296 U_ASSERT(spanIndices.getCapacity() >= spanIndicesCount); in appendSpanInfo() 297 if (spanIndices.getCapacity() == spanIndicesCount) { in appendSpanInfo() 309 U_ASSERT(spanIndices.getCapacity() >= spanIndicesCount); in prependSpanInfo() 310 if (spanIndices.getCapacity() == spanIndicesCount) { in prependSpanInfo()
|
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()
|
/third_party/skia/third_party/externals/icu/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 | 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 | formattedval_sbimpl.cpp | 286 U_ASSERT(spanIndices.getCapacity() >= spanValue); in appendSpanInfo() 287 if (spanIndices.getCapacity() == spanValue) { in appendSpanInfo() 299 U_ASSERT(spanIndices.getCapacity() >= spanValue); in prependSpanInfo() 300 if (spanIndices.getCapacity() == spanValue) { in prependSpanInfo()
|
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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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() {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | FormattedStringBuilder.java | 125 zero = getCapacity() / 2; 329 } else if (index == length && zero + length + count < getCapacity()) { 342 int oldCapacity = getCapacity(); 408 private int getCapacity() {
|