Home
last modified time | relevance | path

Searched defs:bytesLength (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbytestriebuilder.h177 int32_t bytesLength; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestriebuilder.h186 int32_t bytesLength; variable
/third_party/icu/icu4c/source/common/unicode/
Dbytestriebuilder.h186 int32_t bytesLength; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestriebuilder.h186 int32_t bytesLength; variable
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java951 final int bytesLength = 16 * 1024; in testReadByteArray() local
973 assertEquals(inputType.name(), bytesLength, result.length); in testReadByteArray() local
1039 final int bytesLength = 16 * 1024; in testReadByteBuffer() local
1061 assertEquals(inputType.name(), bytesLength, result.capacity()); in testReadByteBuffer() local
1080 final int bytesLength = 16 * 1024; in testReadByteBufferAliasing() local
1112 assertEquals(inputType.name(), bytesLength, result.capacity()); in testReadByteBufferAliasing() local
1138 assertEquals(inputType.name(), bytesLength, result.capacity()); in testReadByteBufferAliasing() local
/third_party/icu/icu4c/source/test/intltest/
Dconvtest.h41 int32_t bytesLength; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBytesTrieBuilder.java306 private int bytesLength; field in BytesTrieBuilder
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrieBuilder.java324 private int bytesLength; field in BytesTrieBuilder
/third_party/icu/icu4c/source/tools/toolutil/
Ducm.h78 int32_t bytesCapacity, bytesLength; member
Dxmlparser.cpp172 int32_t fileLength, bytesLength, length, capacity; in parseFile() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducm.h78 int32_t bytesCapacity, bytesLength; member
Dxmlparser.cpp172 int32_t fileLength, bytesLength, length, capacity; in parseFile() local
/third_party/node/deps/icu-small/source/tools/toolutil/
Ducm.h78 int32_t bytesCapacity, bytesLength; member
Dxmlparser.cpp172 int32_t fileLength, bytesLength, length, capacity; in parseFile() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Ducm.h78 int32_t bytesCapacity, bytesLength; member
Dxmlparser.cpp172 int32_t fileLength, bytesLength, length, capacity; in parseFile() local
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetEncoderICU.java699 byte[] bytesArray, int bytesBegin, int bytesLength, ByteBuffer out, in fromUWriteBytes()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java1538 private final int bytesLength; field in BoundedByteString