Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestriebuilder.h186 int32_t bytesLength; variable
/third_party/skia/m133/third_party/externals/icu/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/m133/third_party/externals/icu/source/test/intltest/
Dconvtest.h41 int32_t bytesLength; member
/third_party/icu/icu4c/source/test/intltest/
Dconvtest.h41 int32_t bytesLength; member
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java1210 final int bytesLength = 16 * 1024; in testReadByteArray() local
1301 final int bytesLength = 16 * 1024; in testReadByteBuffer() local
1343 final int bytesLength = 16 * 1024; in testReadByteBufferAliasing() local
1414 final int bytesLength = DEFAULT_BLOCK_SIZE * 4 + (DEFAULT_BLOCK_SIZE / 2); in testIterableByteBufferInputStreamReadBytesWithAlias() local
/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/m133/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/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.java1599 private final int bytesLength; field in BoundedByteString