OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteArrayWrapper
(Results
1 - 19
of
19
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
RawCollationKey.java
13
import android.icu.util.
ByteArrayWrapper
;
45
public final class RawCollationKey extends
ByteArrayWrapper
/external/icu/android_icu4j/src/main/java/android/icu/util/
ByteArrayWrapper.java
27
public class
ByteArrayWrapper
implements Comparable<
ByteArrayWrapper
>
46
* Construct a new
ByteArrayWrapper
with no data.
48
public
ByteArrayWrapper
() {
53
* Construct a new
ByteArrayWrapper
from a byte array and size
59
public
ByteArrayWrapper
(byte[] bytesToAdopt, int size) {
68
* Construct a new
ByteArrayWrapper
from the contents of a ByteBuffer.
71
public
ByteArrayWrapper
(ByteBuffer source) {
80
public
ByteArrayWrapper
(
ByteArrayWrapper
source)
[
all
...]
/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
12
import com.ibm.icu.util.
ByteArrayWrapper
;
44
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
28
import android.icu.util.
ByteArrayWrapper
;
115
// This test indends to test the utility class
ByteArrayWrapper
126
ByteArrayWrapper
x = new
ByteArrayWrapper
(buffer);
128
ByteArrayWrapper
y = new
ByteArrayWrapper
(ba, 3);
129
ByteArrayWrapper
z = new
ByteArrayWrapper
(bb, 3);
143
y = new
ByteArrayWrapper
(bb, 4);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
UtilityTest.java
27
import com.ibm.icu.util.
ByteArrayWrapper
;
114
// 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/android_icu4j/src/main/java/android/icu/impl/coll/
BOCSU.java
12
import android.icu.util.
ByteArrayWrapper
;
103
public static int writeIdenticalLevelRun(int prev, CharSequence s, int i, int length,
ByteArrayWrapper
sink) {
137
private static void ensureAppendCapacity(
ByteArrayWrapper
sink, int minCapacity, int desiredCapacity) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
BOCSU.java
11
import com.ibm.icu.util.
ByteArrayWrapper
;
102
public static int writeIdenticalLevelRun(int prev, CharSequence s, int i, int length,
ByteArrayWrapper
sink) {
136
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
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.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/misc/common/robolectric/lib/
icu4j-53.1.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 3518 milliseconds