HomeSort by relevance Sort by last modified time
    Searched refs:ByteArrayWrapper (Results 1 - 16 of 16) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RawCollationKey.java 11 import android.icu.util.ByteArrayWrapper;
43 public final class RawCollationKey extends ByteArrayWrapper
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ByteArrayWrapper.java 25 public class ByteArrayWrapper implements Comparable<ByteArrayWrapper>
44 * Construct a new ByteArrayWrapper with no data.
46 public ByteArrayWrapper() {
51 * Construct a new ByteArrayWrapper from a byte array and size
57 public ByteArrayWrapper(byte[] bytesToAdopt, int size) {
66 * Construct a new ByteArrayWrapper from the contents of a ByteBuffer.
69 public ByteArrayWrapper(ByteBuffer source) {
78 public ByteArrayWrapper(ByteArrayWrapper source)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ByteArrayWrapper.java 24 public class ByteArrayWrapper implements Comparable<ByteArrayWrapper>
45 * Construct a new ByteArrayWrapper with no data.
48 public ByteArrayWrapper() {
53 * Construct a new ByteArrayWrapper from a byte array and size
60 public ByteArrayWrapper(byte[] bytesToAdopt, int size) {
69 * Construct a new ByteArrayWrapper from the contents of a ByteBuffer.
73 public ByteArrayWrapper(ByteBuffer source) {
82 public ByteArrayWrapper(ByteArrayWrapper source)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RawCollationKey.java 10 import com.ibm.icu.util.ByteArrayWrapper;
42 public final class RawCollationKey extends ByteArrayWrapper
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepValidationServerTests.java 44 private Map<ByteArrayWrapper, NdefMessage> mStoredNdef =
45 new HashMap<ByteArrayWrapper, NdefMessage>();
46 private static final ByteArrayWrapper DEFAULT_NDEF = new ByteArrayWrapper(new byte[] {});
85 static class ByteArrayWrapper {
88 public ByteArrayWrapper(byte[] data) {
97 if (!(other instanceof ByteArrayWrapper)) {
100 return Arrays.equals(data, ((ByteArrayWrapper) other).data);
113 ByteArrayWrapper id = (record.getId().length > 0) ?
114 new ByteArrayWrapper(record.getId()) : DEFAULT_NDEF
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
UtilityTest.java 24 import android.icu.util.ByteArrayWrapper;
115 // This test indends to test the utility class ByteArrayWrapper
125 ByteArrayWrapper x = new ByteArrayWrapper(buffer);
127 ByteArrayWrapper y = new ByteArrayWrapper(ba, 3);
128 ByteArrayWrapper z = new ByteArrayWrapper(bb, 3);
142 y = new ByteArrayWrapper(bb, 4);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
UtilityTest.java 23 import com.ibm.icu.util.ByteArrayWrapper;
111 // This test indends to test the utility class ByteArrayWrapper
121 ByteArrayWrapper x = new ByteArrayWrapper(buffer);
123 ByteArrayWrapper y = new ByteArrayWrapper(ba, 3);
124 ByteArrayWrapper z = new ByteArrayWrapper(bb, 3);
138 y = new ByteArrayWrapper(bb, 4);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
BOCSU.java 10 import android.icu.util.ByteArrayWrapper;
101 public static int writeIdenticalLevelRun(int prev, CharSequence s, int i, int length, ByteArrayWrapper sink) {
135 private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapacity) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
BOCSU.java 9 import com.ibm.icu.util.ByteArrayWrapper;
100 public static int writeIdenticalLevelRun(int prev, CharSequence s, int i, int length, ByteArrayWrapper sink) {
134 private static void ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapacity) {
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.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 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 687 milliseconds