| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|
| /third_party/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()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | UtilityTest.java | 31 import ohos.global.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()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | UtilityTest.java | 31 import com.ibm.icu.util.ByteArrayWrapper; 155 ByteArrayWrapper x = new ByteArrayWrapper(buffer); in TestByteArrayWrapper() 157 ByteArrayWrapper y = new ByteArrayWrapper(ba, 3); in TestByteArrayWrapper() 158 ByteArrayWrapper z = new ByteArrayWrapper(bb, 3); in TestByteArrayWrapper() 172 y = new ByteArrayWrapper(bb, 4); in TestByteArrayWrapper()
|
| /third_party/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
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | RawCollationKey.java | 13 import ohos.global.icu.util.ByteArrayWrapper; 45 public final class RawCollationKey extends ByteArrayWrapper
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| D | BOCSU.java | 12 import ohos.global.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()
|
| /third_party/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()
|
| /third_party/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;
|
| /third_party/icu/icu4j/tools/build/ |
| D | icu4j64.api3.gz | 12;ICU4J 64.2;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j66.api3.gz | 12;ICU4J 66.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j68.api3.gz | |
| D | icu4j63.api3.gz | |
| D | icu4j67.api3.gz | |
| D | icu4j69.api3.gz | 12;ICU4J 69.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j65.api3.gz | 12;ICU4J 65.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j70.api3.gz | |
| D | icu4j71.api3.gz | 12;ICU4J 71.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j72.api3.gz | |
| /third_party/icu/ohos_icu4j/ |
| D | BUILD.gn | 62 "src/main/java/ohos/global/icu/util/ByteArrayWrapper.java",
|