HomeSort by relevance Sort by last modified time
    Searched defs:ensureAppendCapacity (Results 1 - 13 of 13) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
UVector32.java 26 ensureAppendCapacity();
31 ensureAppendCapacity();
40 private void ensureAppendCapacity() {
UVector64.java 26 ensureAppendCapacity();
31 ensureAppendCapacity();
40 private void ensureAppendCapacity() {
BOCSU.java 106 ensureAppendCapacity(sink, 16, s.length() * 2);
135 private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapacity) {
CollationIterator.java 37 ensureAppendCapacity(1);
46 void ensureAppendCapacity(int appCap) {
65 ensureAppendCapacity(1);
466 ceBuffer.ensureAppendCapacity(2);
474 ceBuffer.ensureAppendCapacity(length);
483 ceBuffer.ensureAppendCapacity(length);
575 ceBuffer.ensureAppendCapacity(t == 0 ? 2 : 3);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
UVector32.java 22 ensureAppendCapacity();
27 ensureAppendCapacity();
36 private void ensureAppendCapacity() {
UVector64.java 22 ensureAppendCapacity();
27 ensureAppendCapacity();
36 private void ensureAppendCapacity() {
BOCSU.java 105 ensureAppendCapacity(sink, 16, s.length() * 2);
134 private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapacity) {
CollationIterator.java 35 ensureAppendCapacity(1);
44 void ensureAppendCapacity(int appCap) {
63 ensureAppendCapacity(1);
464 ceBuffer.ensureAppendCapacity(2);
472 ceBuffer.ensureAppendCapacity(length);
481 ceBuffer.ensureAppendCapacity(length);
573 ceBuffer.ensureAppendCapacity(t == 0 ? 2 : 3);
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 35 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) {
155 if(length > 0 && ceBuffer.ensureAppendCapacity(length, errorCode)) {
264 if(ceBuffer.ensureAppendCapacity(2, errorCode)) {
273 if(ceBuffer.ensureAppendCapacity(length, errorCode)) {
283 if(ceBuffer.ensureAppendCapacity(length, errorCode)) {
382 if(ceBuffer.ensureAppendCapacity(t == 0 ? 2 : 3, errorCode)) {
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 556 milliseconds