| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | TrieMap.java | 117 private byte[] bytes = new byte[3]; field in TrieMap.BytesTrieMap 215 private byte[] bytes = new byte[3]; field in TrieMap.BytesTrieMap.BytesMatcher 278 byte[] bytes = new byte[200]; global() field in TrieMap.BytesBuilder 510 getBytes(char source, byte[] bytes, int limit) getBytes() argument 527 getBytes(CharSequence source, byte[] bytes, int limit) getBytes() argument 537 getChars(byte[] bytes, int start, int limit) getChars() argument 547 getChar(byte[] bytes, int start, char[] output) getChar() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | ICUBinary.java | 58 static boolean validate(ByteBuffer bytes) { in validate() argument 81 startsWithPackageName(ByteBuffer bytes, int start) startsWithPackageName() argument 97 getData(ByteBuffer bytes, CharSequence key) getData() argument 109 addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names) addBaseNamesInFolder() argument 124 binarySearch(ByteBuffer bytes, CharSequence key) binarySearch() argument 149 getNameOffset(ByteBuffer bytes, int index) getNameOffset() argument 157 getDataOffset(ByteBuffer bytes, int index) getDataOffset() argument 171 addBaseName(ByteBuffer bytes, int index, String folder, String suffix, StringBuilder sb, Set<String> names) addBaseName() argument 269 PackageDataFile(String item, ByteBuffer bytes) PackageDataFile() argument 363 compareKeys(CharSequence key, ByteBuffer bytes, int offset) compareKeys() argument 382 compareKeys(CharSequence key, byte[] bytes, int offset) compareKeys() argument 558 readHeaderAndDataVersion(ByteBuffer bytes, int dataFormat, Authenticate authenticate) readHeaderAndDataVersion() argument 577 readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) readHeader() argument 654 skipBytes(ByteBuffer bytes, int skipLength) skipBytes() argument 660 getBytes(ByteBuffer bytes, int length, int additionalSkipLength) getBytes() argument 669 getString(ByteBuffer bytes, int length, int additionalSkipLength) getString() argument 676 getChars(ByteBuffer bytes, int length, int additionalSkipLength) getChars() argument 683 getShorts(ByteBuffer bytes, int length, int additionalSkipLength) getShorts() argument 690 getInts(ByteBuffer bytes, int length, int additionalSkipLength) getInts() argument 697 getLongs(ByteBuffer bytes, int length, int additionalSkipLength) getLongs() argument 707 sliceWithOrder(ByteBuffer bytes) sliceWithOrder() argument [all...] |
| H A D | RBBIDataWrapper.java | 61 static RBBIStateTable get(ByteBuffer bytes, int length) throws IOException { in get() argument 78 public int put(DataOutputStream bytes) throws IOException { in put() argument 260 get(ByteBuffer bytes) get() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationKeys.java | 61 public void Append(byte[] bytes, int n) { in Append() argument 134 AppendBeyondCapacity(byte[] bytes, int start, int n, int length) AppendBeyondCapacity() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | StringPrep.java | 260 private StringPrep(ByteBuffer bytes) throws IOException { in StringPrep() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | TrieMap.java | 116 private byte[] bytes = new byte[3]; field in TrieMap.BytesTrieMap 214 private byte[] bytes = new byte[3]; field in TrieMap.BytesTrieMap.BytesMatcher 277 byte[] bytes = new byte[200]; global() field in TrieMap.BytesBuilder 509 getBytes(char source, byte[] bytes, int limit) getBytes() argument 526 getBytes(CharSequence source, byte[] bytes, int limit) getBytes() argument 536 getChars(byte[] bytes, int start, int limit) getChars() argument 546 getChar(byte[] bytes, int start, char[] output) getChar() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationkeys.cpp | 30 SortKeyByteSink::Append(const char *bytes, int32_t n) { in Append() argument 150 uint8_t bytes[4] = { (uint8_t)(w >> 24), (uint8_t)(w >> 16), (uint8_t)(w >> 8), (uint8_t)w }; in appendWeight32() local [all...] |
| /third_party/libsnd/src/ |
| H A D | ogg.c | 214 { int bytes ; in ogg_write_page() local
|
| H A D | file_io.c | 344 psf_fread (void *ptr, sf_count_t bytes, sf_count_t items, SF_PRIVATE *psf) in psf_fread() argument 385 psf_fwrite (const void *ptr, sf_count_t bytes, sf_count_t items, SF_PRIVATE *psf) in psf_fwrite() argument 980 psf_fread(void *ptr, sf_count_t bytes, sf_count_t items, SF_PRIVATE *psf) psf_fread() argument 1019 psf_fwrite(const void *ptr, sf_count_t bytes, sf_count_t items, SF_PRIVATE *psf) psf_fwrite() argument [all...] |
| H A D | wavlike.c | 740 uint32_t bytes = 0 ; in wavlike_read_bext_chunk() local 838 uint32_t bytes = 0 ; wavlike_read_cart_chunk() local [all...] |
| /third_party/libuv/src/win/ |
| H A D | core.c | 430 DWORD bytes; in uv__poll_wine() local
|
| H A D | udp.c | 265 DWORD bytes, flags; in uv__udp_queue_recv() local 356 DWORD result, bytes; in uv__send() local 441 DWORD bytes, err, flags; in uv__process_udp_recv_req() local 1093 DWORD bytes; in uv__udp_try_send() local [all...] |
| /third_party/libuv/test/ |
| H A D | benchmark-pump.c | 82 static double gbit(int64_t bytes, int64_t passed_ms) { in gbit() argument 171 static void read_cb(uv_stream_t* stream, ssize_t bytes, const uv_buf_t* buf) { in read_cb() argument
|
| /third_party/libcoap/src/ |
| H A D | coap_ws.c | 497 ssize_t bytes; in coap_ws_rd_http_header() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_print_ir.cpp | 104 print_physReg(PhysReg reg, unsigned bytes, FILE* output, unsigned flags) in print_physReg() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_sdma_copy_image.c | 130 unsigned bytes = src_pitch * copy_height * bpp; in si_sdma_v4_v5_copy_texture() local
|
| /third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
| H A D | h264dprc.c | 315 unsigned bytes = priv->bytes_left - vl_vlc_bits_left(&vlc) / 8; in decode_frame() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_combine_constants.cpp | 128 char bytes[8]; member
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 317 bytes(const T& x) { in bytes() function
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/ |
| H A D | wasm-module-builder.js | 15 function bytes(...input) { function
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | decoder.h | 57 explicit Decoder(const base::Vector<const byte> bytes, in Decoder() argument 318 Reset(base::Vector<const uint8_t> bytes, uint32_t buffer_offset = 0) Reset() argument [all...] |
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-chunk-list.h | 399 size_t bytes = static_cast<size_t>(reinterpret_cast<uintptr_t>(end) - in CopyTo() local
|
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | protocol_core_test.cc | 22 std::vector<uint8_t> bytes; in RoundtripToType() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | bytestriebuilder.cpp | 340 BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) BTLinearMatchNode() argument [all...] |
| H A D | ucptrie.cpp | 507 char *bytes = (char *)data; in ucptrie_toBinary() local [all...] |