/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationKeys.java | 187 int appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local 188 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) { in appendWeight16() 200 int appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local 201 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) { in appendWeight32() 219 int appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local 220 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) { in appendReverseWeight16()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationKeys.java | 197 int appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local 198 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) { in appendWeight16() 210 int appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local 211 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) { in appendWeight32() 229 int appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local 230 if ((len + appendLength) <= buffer.length || ensureCapacity(appendLength)) { in appendReverseWeight16()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationkeys.cpp | 138 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local 139 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight16() 151 int32_t appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local 152 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight32() 171 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local 172 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendReverseWeight16()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationkeys.cpp | 138 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local 139 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight16() 151 int32_t appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local 152 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight32() 171 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local 172 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendReverseWeight16()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationkeys.cpp | 138 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local 139 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight16() 151 int32_t appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local 152 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight32() 171 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local 172 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendReverseWeight16()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationkeys.cpp | 138 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendWeight16() local 139 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight16() 151 int32_t appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4; in appendWeight32() local 152 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendWeight32() 171 int32_t appendLength = (b1 == 0) ? 1 : 2; in appendReverseWeight16() local 172 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) { in appendReverseWeight16()
|
/third_party/icu/icu4c/source/common/ |
D | uloc.cpp | 1067 int32_t appendLength = updatedKeysAndValues.length(); in uloc_setKeywordValue() local 1068 if (appendLength >= bufferCapacity - needLen) { in uloc_setKeywordValue() 1070 return needLen + appendLength; in uloc_setKeywordValue()
|
D | normalizer2impl.h | 224 UBool resize(int32_t appendLength, UErrorCode &errorCode);
|
D | normalizer2impl.cpp | 352 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize() argument 356 int32_t newCapacity=length+appendLength; in resize()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uloc.cpp | 1067 int32_t appendLength = updatedKeysAndValues.length(); in uloc_setKeywordValue() local 1068 if (appendLength >= bufferCapacity - needLen) { in uloc_setKeywordValue() 1070 return needLen + appendLength; in uloc_setKeywordValue()
|
D | normalizer2impl.h | 224 UBool resize(int32_t appendLength, UErrorCode &errorCode);
|
D | normalizer2impl.cpp | 352 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize() argument 356 int32_t newCapacity=length+appendLength; in resize()
|
/third_party/node/deps/icu-small/source/common/ |
D | uloc.cpp | 1077 int32_t appendLength = updatedKeysAndValues.length(); in uloc_setKeywordValue() local 1078 if (appendLength >= bufferCapacity - needLen) { in uloc_setKeywordValue() 1080 return needLen + appendLength; in uloc_setKeywordValue()
|
D | normalizer2impl.h | 224 UBool resize(int32_t appendLength, UErrorCode &errorCode);
|
D | normalizer2impl.cpp | 352 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize() argument 356 int32_t newCapacity=length+appendLength; in resize()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.h | 224 UBool resize(int32_t appendLength, UErrorCode &errorCode);
|
D | normalizer2impl.cpp | 353 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize() argument 357 int32_t newCapacity=length+appendLength; in resize()
|