Home
last modified time | relevance | path

Searched defs:bytes (Results 1401 - 1425 of 3266) sorted by relevance

1...<<51525354555657585960>>...131

/third_party/cups-filters/filter/foomatic-rip/
H A Dpostscript.c176 size_t bytes; in ps_pages() local
/third_party/cups-filters/filter/
H A Dsys5ippprinter.c95 int bytes; /* Bytes copied */ in main() local
H A Drastertopclx.c1567 int bytes; /* Number of bytes/plane */ OutputLine() local
[all...]
H A Dpdftops.c306 int bytes; /* Bytes copied */ local
[all...]
H A Dtexttotext.c85 int bytes; /* Bytes copied */ in main() local
/third_party/cups-filters/cupsfilters/
H A Dipp.c481 bytes, in ippfind_based_uri_converter() local
H A Dpdftoippprinter.c139 int bytes; /* Bytes copied */ in apply_filters() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java54 public void Append(byte[] bytes, int n) { in Append() argument
127 AppendBeyondCapacity(byte[] bytes, int start, int n, int length) AppendBeyondCapacity() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java54 static boolean validate(ByteBuffer bytes) { in validate() argument
77 startsWithPackageName(ByteBuffer bytes, int start) startsWithPackageName() argument
93 getData(ByteBuffer bytes, CharSequence key) getData() argument
105 addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names) addBaseNamesInFolder() argument
120 binarySearch(ByteBuffer bytes, CharSequence key) binarySearch() argument
145 getNameOffset(ByteBuffer bytes, int index) getNameOffset() argument
153 getDataOffset(ByteBuffer bytes, int index) getDataOffset() argument
167 addBaseName(ByteBuffer bytes, int index, String folder, String suffix, StringBuilder sb, Set<String> names) addBaseName() argument
265 PackageDataFile(String item, ByteBuffer bytes) PackageDataFile() argument
359 compareKeys(CharSequence key, ByteBuffer bytes, int offset) compareKeys() argument
378 compareKeys(CharSequence key, byte[] bytes, int offset) compareKeys() argument
553 readHeaderAndDataVersion(ByteBuffer bytes, int dataFormat, Authenticate authenticate) readHeaderAndDataVersion() argument
572 readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) readHeader() argument
649 skipBytes(ByteBuffer bytes, int skipLength) skipBytes() argument
655 getBytes(ByteBuffer bytes, int length, int additionalSkipLength) getBytes() argument
664 getString(ByteBuffer bytes, int length, int additionalSkipLength) getString() argument
671 getChars(ByteBuffer bytes, int length, int additionalSkipLength) getChars() argument
678 getShorts(ByteBuffer bytes, int length, int additionalSkipLength) getShorts() argument
685 getInts(ByteBuffer bytes, int length, int additionalSkipLength) getInts() argument
692 getLongs(ByteBuffer bytes, int length, int additionalSkipLength) getLongs() argument
702 sliceWithOrder(ByteBuffer bytes) sliceWithOrder() argument
[all...]
H A DRBBIDataWrapper.java71 static RBBIStateTable get(ByteBuffer bytes, int length) throws IOException { in get() argument
99 put(DataOutputStream bytes) put() argument
292 get(ByteBuffer bytes) get() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringPrep.java276 private StringPrep(ByteBuffer bytes) throws IOException { in StringPrep() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp370 const uint8_t *bytes = source.getByteArray(byteCount); in prettify() local
/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp340 BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) BTLinearMatchNode() argument
[all...]
H A Ducnvbocu.cpp967 uint8_t *bytes; _Bocu1ToUnicodeWithOffsets() local
1189 uint8_t *bytes; _Bocu1ToUnicode() local
[all...]
H A Ducptrie.cpp507 char *bytes = (char *)data; in ucptrie_toBinary() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java117 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 DICUBinary.java58 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 DRBBIDataWrapper.java61 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 DCollationKeys.java61 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 DStringPrep.java260 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 DTrieMap.java116 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 Dcollationkeys.cpp30 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 Dogg.c214 { int bytes ; in ogg_write_page() local
H A Dfile_io.c344 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 Dwavlike.c740 uint32_t bytes = 0 ; in wavlike_read_bext_chunk() local
838 uint32_t bytes = 0 ; wavlike_read_cart_chunk() local
[all...]

Completed in 23 milliseconds

1...<<51525354555657585960>>...131