/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | UVector64.java | 28 ensureAppendCapacity(); in addElement() 33 ensureAppendCapacity(); in insertElementAt() 42 private void ensureAppendCapacity() { in ensureAppendCapacity() method in UVector64
|
D | UVector32.java | 28 ensureAppendCapacity(); in addElement() 33 ensureAppendCapacity(); in insertElementAt() 42 private void ensureAppendCapacity() { in ensureAppendCapacity() method in UVector32
|
D | CollationIterator.java | 39 ensureAppendCapacity(1); in append() 48 void ensureAppendCapacity(int appCap) { in ensureAppendCapacity() method in CollationIterator.CEBuffer 67 ensureAppendCapacity(1); in incLength() 474 ceBuffer.ensureAppendCapacity(2); in appendCEsFromCE32() 482 ceBuffer.ensureAppendCapacity(length); in appendCEsFromCE32() 491 ceBuffer.ensureAppendCapacity(length); in appendCEsFromCE32() 583 ceBuffer.ensureAppendCapacity(t == 0 ? 2 : 3); in appendCEsFromCE32()
|
D | BOCSU.java | 108 ensureAppendCapacity(sink, 16, s.length() * 2); in writeIdenticalLevelRun() 137 …private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapaci… in ensureAppendCapacity() method in BOCSU
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | UVector32.java | 24 ensureAppendCapacity(); in addElement() 29 ensureAppendCapacity(); in insertElementAt() 38 private void ensureAppendCapacity() { in ensureAppendCapacity() method in UVector32
|
D | UVector64.java | 24 ensureAppendCapacity(); in addElement() 29 ensureAppendCapacity(); in insertElementAt() 38 private void ensureAppendCapacity() { in ensureAppendCapacity() method in UVector64
|
D | CollationIterator.java | 37 ensureAppendCapacity(1); in append() 46 void ensureAppendCapacity(int appCap) { in ensureAppendCapacity() method in CollationIterator.CEBuffer 65 ensureAppendCapacity(1); in incLength() 472 ceBuffer.ensureAppendCapacity(2); in appendCEsFromCE32() 480 ceBuffer.ensureAppendCapacity(length); in appendCEsFromCE32() 489 ceBuffer.ensureAppendCapacity(length); in appendCEsFromCE32() 581 ceBuffer.ensureAppendCapacity(t == 0 ? 2 : 3); in appendCEsFromCE32()
|
D | BOCSU.java | 107 ensureAppendCapacity(sink, 16, s.length() * 2); in writeIdenticalLevelRun() 136 …private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapaci… in ensureAppendCapacity() method in BOCSU
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.h | 63 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in append() 72 UBool ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode); 77 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in incLength()
|
D | collationiterator.cpp | 37 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { in ensureAppendCapacity() function in CollationIterator::CEBuffer 157 if(length > 0 && ceBuffer.ensureAppendCapacity(length, errorCode)) { in CollationIterator() 266 if(ceBuffer.ensureAppendCapacity(2, errorCode)) { in appendCEsFromCE32() 275 if(ceBuffer.ensureAppendCapacity(length, errorCode)) { in appendCEsFromCE32() 285 if(ceBuffer.ensureAppendCapacity(length, errorCode)) { in appendCEsFromCE32() 384 if(ceBuffer.ensureAppendCapacity(t == 0 ? 2 : 3, errorCode)) { in appendCEsFromCE32()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.h | 63 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in append() 72 UBool ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode); 77 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in incLength()
|
D | collationiterator.cpp | 37 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { in ensureAppendCapacity() function in CollationIterator::CEBuffer 157 if(length > 0 && ceBuffer.ensureAppendCapacity(length, errorCode)) { in CollationIterator() 266 if(ceBuffer.ensureAppendCapacity(2, errorCode)) { in appendCEsFromCE32() 275 if(ceBuffer.ensureAppendCapacity(length, errorCode)) { in appendCEsFromCE32() 285 if(ceBuffer.ensureAppendCapacity(length, errorCode)) { in appendCEsFromCE32() 384 if(ceBuffer.ensureAppendCapacity(t == 0 ? 2 : 3, errorCode)) { in appendCEsFromCE32()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationiterator.h | 63 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in append() 72 UBool ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode); 77 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in incLength()
|
D | collationiterator.cpp | 37 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { in ensureAppendCapacity() function in CollationIterator::CEBuffer 157 if(length > 0 && ceBuffer.ensureAppendCapacity(length, errorCode)) { in CollationIterator() 266 if(ceBuffer.ensureAppendCapacity(2, errorCode)) { in appendCEsFromCE32() 275 if(ceBuffer.ensureAppendCapacity(length, errorCode)) { in appendCEsFromCE32() 285 if(ceBuffer.ensureAppendCapacity(length, errorCode)) { in appendCEsFromCE32() 384 if(ceBuffer.ensureAppendCapacity(t == 0 ? 2 : 3, errorCode)) { in appendCEsFromCE32()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationiterator.h | 63 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in append() 72 UBool ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode); 77 if(length < INITIAL_CAPACITY || ensureAppendCapacity(1, errorCode)) { in incLength()
|
D | collationiterator.cpp | 37 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { in ensureAppendCapacity() function in CollationIterator::CEBuffer 157 if(length > 0 && ceBuffer.ensureAppendCapacity(length, errorCode)) { in CollationIterator() 266 if(ceBuffer.ensureAppendCapacity(2, errorCode)) { in appendCEsFromCE32() 275 if(ceBuffer.ensureAppendCapacity(length, errorCode)) { in appendCEsFromCE32() 285 if(ceBuffer.ensureAppendCapacity(length, errorCode)) { in appendCEsFromCE32() 384 if(ceBuffer.ensureAppendCapacity(t == 0 ? 2 : 3, errorCode)) { in appendCEsFromCE32()
|