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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ByteArrayWrapper.java 26 public class ByteArrayWrapper implements Comparable<ByteArrayWrapper>
47 * Construct a new ByteArrayWrapper with no data.
50 public ByteArrayWrapper() {
55 * Construct a new ByteArrayWrapper from a byte array and size
62 public ByteArrayWrapper(byte[] bytesToAdopt, int size) {
71 * Construct a new ByteArrayWrapper from the contents of a ByteBuffer.
75 public ByteArrayWrapper(ByteBuffer source) {
84 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/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/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) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2784 milliseconds