/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ByteArrayWrapper.java | 27 public class ByteArrayWrapper implements Comparable<ByteArrayWrapper> class 48 public ByteArrayWrapper() { in ByteArrayWrapper() method in ByteArrayWrapper 59 public ByteArrayWrapper(byte[] bytesToAdopt, int size) { in ByteArrayWrapper() method in ByteArrayWrapper 71 public ByteArrayWrapper(ByteBuffer source) { in ByteArrayWrapper() method in ByteArrayWrapper 109 public ByteArrayWrapper ensureCapacity(int capacity) in ensureCapacity() 131 public final ByteArrayWrapper set(byte[] src, int start, int limit) in set() 157 public final ByteArrayWrapper append(byte[] src, int start, int limit) in append() 211 ByteArrayWrapper that = (ByteArrayWrapper)other; in equals() 244 public int compareTo(ByteArrayWrapper other) { in compareTo()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ByteArrayWrapper.java | 26 public class ByteArrayWrapper implements Comparable<ByteArrayWrapper> class 50 public ByteArrayWrapper() { in ByteArrayWrapper() method in ByteArrayWrapper 62 public ByteArrayWrapper(byte[] bytesToAdopt, int size) { in ByteArrayWrapper() method in ByteArrayWrapper 75 public ByteArrayWrapper(ByteBuffer source) { in ByteArrayWrapper() method in ByteArrayWrapper 114 public ByteArrayWrapper ensureCapacity(int capacity) in ensureCapacity() 137 public final ByteArrayWrapper set(byte[] src, int start, int limit) in set() 164 public final ByteArrayWrapper append(byte[] src, int start, int limit) in append() 221 ByteArrayWrapper that = (ByteArrayWrapper)other; in equals() 256 public int compareTo(ByteArrayWrapper other) { in compareTo()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | ReadableBuffers.java | 33 private static final ReadableBuffer EMPTY_BUFFER = new ByteArrayWrapper(new byte[0]); 46 return new ByteArrayWrapper(bytes, 0, bytes.length); in wrap() 57 return new ByteArrayWrapper(bytes, offset, length); in wrap() 126 private static class ByteArrayWrapper extends AbstractReadableBuffer { class in ReadableBuffers 131 ByteArrayWrapper(byte[] bytes) { in ByteArrayWrapper() method in ReadableBuffers.ByteArrayWrapper 135 ByteArrayWrapper(byte[] bytes, int offset, int length) { in ByteArrayWrapper() method in ReadableBuffers.ByteArrayWrapper 185 public ByteArrayWrapper readBytes(int length) { in readBytes() 189 return new ByteArrayWrapper(bytes, originalOffset, length); in readBytes()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | SimpleConverter.java | 21 import com.ibm.icu.util.ByteArrayWrapper; 55 ByteArrayWrapper ab = encode(2); in getCharset() 64 ByteArrayWrapper ab = encode(1); in getCharset() 77 public ByteArrayWrapper encode(int len) { in encode() 85 return new ByteArrayWrapper(byteBuffer); in encode()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | UtilityTest.java | 30 import com.ibm.icu.util.ByteArrayWrapper; 129 ByteArrayWrapper x = new ByteArrayWrapper(buffer); in TestByteArrayWrapper() 131 ByteArrayWrapper y = new ByteArrayWrapper(ba, 3); in TestByteArrayWrapper() 132 ByteArrayWrapper z = new ByteArrayWrapper(bb, 3); in TestByteArrayWrapper() 146 y = new ByteArrayWrapper(bb, 4); in TestByteArrayWrapper()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | UtilityTest.java | 31 import android.icu.util.ByteArrayWrapper; 132 ByteArrayWrapper x = new ByteArrayWrapper(buffer); in TestByteArrayWrapper() 134 ByteArrayWrapper y = new ByteArrayWrapper(ba, 3); in TestByteArrayWrapper() 135 ByteArrayWrapper z = new ByteArrayWrapper(bb, 3); in TestByteArrayWrapper() 149 y = new ByteArrayWrapper(bb, 4); in TestByteArrayWrapper()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RawCollationKey.java | 13 import android.icu.util.ByteArrayWrapper; 45 public final class RawCollationKey extends ByteArrayWrapper
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RawCollationKey.java | 12 import com.ibm.icu.util.ByteArrayWrapper; 44 public final class RawCollationKey extends ByteArrayWrapper
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | BOCSU.java | 12 import android.icu.util.ByteArrayWrapper; 103 …ic int writeIdenticalLevelRun(int prev, CharSequence s, int i, int length, ByteArrayWrapper sink) { in writeIdenticalLevelRun() 137 …private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapaci… in ensureAppendCapacity()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | BOCSU.java | 11 import com.ibm.icu.util.ByteArrayWrapper; 102 …ic int writeIdenticalLevelRun(int prev, CharSequence s, int i, int length, ByteArrayWrapper sink) { in writeIdenticalLevelRun() 136 …private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapaci… in ensureAppendCapacity()
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 1040 com/ibm/icu/util/ByteArrayWrapper#append:([BII)Lcom/ibm/icu/util/ByteArrayWrapper; 1041 com/ibm/icu/util/ByteArrayWrapper#set:([BII)Lcom/ibm/icu/util/ByteArrayWrapper;
|
/external/icu/icu4j/tools/build/ |
D | icu4j55.api3.gz |
|
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j57.api3.gz |
|
D | icu4j54.api3.gz |
|
D | icu4j59.api3.gz |
|
D | icu4j58.api3.gz |
|
D | icu4j61.api3.gz | 12;ICU4J 61.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j60.api3.gz |
|
D | icu4j62.api3.gz |
|
D | icu4j63.api3.gz |
|