Home
last modified time | relevance | path

Searched refs:ensureAppendCapacity (Results 1 – 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DUVector32.java28 ensureAppendCapacity(); in addElement()
33 ensureAppendCapacity(); in insertElementAt()
42 private void ensureAppendCapacity() { in ensureAppendCapacity() method in UVector32
DUVector64.java28 ensureAppendCapacity(); in addElement()
33 ensureAppendCapacity(); in insertElementAt()
42 private void ensureAppendCapacity() { in ensureAppendCapacity() method in UVector64
DCollationIterator.java39 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()
DBOCSU.java108 ensureAppendCapacity(sink, 16, s.length() * 2); in writeIdenticalLevelRun()
137 …private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapaci… in ensureAppendCapacity() method in BOCSU
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DUVector64.java24 ensureAppendCapacity(); in addElement()
29 ensureAppendCapacity(); in insertElementAt()
38 private void ensureAppendCapacity() { in ensureAppendCapacity() method in UVector64
DUVector32.java24 ensureAppendCapacity(); in addElement()
29 ensureAppendCapacity(); in insertElementAt()
38 private void ensureAppendCapacity() { in ensureAppendCapacity() method in UVector32
DCollationIterator.java37 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()
DBOCSU.java107 ensureAppendCapacity(sink, 16, s.length() * 2); in writeIdenticalLevelRun()
136 …private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapaci… in ensureAppendCapacity() method in BOCSU
/external/icu/icu4c/source/i18n/
Dcollationiterator.h63 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()
Dcollationiterator.cpp37 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()