HomeSort by relevance Sort by last modified time
    Searched defs:bytesLength (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/common/unicode/
bytestriebuilder.h 173 // Grows from the back: bytesLength measures from the end of the buffer!
176 int32_t bytesLength;
  /external/protobuf/java/src/main/java/com/google/protobuf/
BoundedByteString.java 50 private final int bytesLength;
77 this.bytesLength = length;
107 return bytesLength;
  /external/icu/icu4c/source/test/intltest/
convtest.h 39 int32_t bytesLength;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrieBuilder.java 77 return new BytesTrie(bytes, bytes.length-bytesLength);
101 return ByteBuffer.wrap(bytes, bytes.length-bytesLength, bytesLength);
121 bytesLength=0;
166 System.arraycopy(bytes, bytes.length-bytesLength,
167 newBytes, newBytes.length-bytesLength, bytesLength);
179 int newLength=bytesLength+1;
181 bytesLength=newLength;
182 bytes[bytes.length-bytesLength]=(byte)b
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 76 int32_t bytesCapacity, bytesLength;
xmlparser.cpp 170 int32_t fileLength, bytesLength, length, capacity;
183 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));
184 if(bytesLength<(int32_t)sizeof(bytes)) {
186 fileLength=bytesLength;
198 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
210 buffer=src.getBuffer(bytesLength);
221 &pb, bytes+bytesLength,
275 // convert contents of bytes[bytesLength]
289 &pb, bytes+bytesLength,
309 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes))
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 634 final int bytesLength = 16 * 1024;
635 byte[] bytes = new byte[bytesLength];
637 bytes[bytesLength - 1] = (byte) 89;
638 output.writeRawVarint32(bytesLength);
653 assertEquals(bytesLength, result.length);
655 assertEquals((byte) 89, result[bytesLength - 1]);
670 final int bytesLength = 16 * 1024;
671 byte[] bytes = new byte[bytesLength];
673 bytes[bytesLength - 1] = (byte) 89;
674 output.writeRawVarint32(bytesLength);
    [all...]
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java     [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.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 283 milliseconds