Home
last modified time | relevance | path

Searched refs:nextByte (Results 1 - 25 of 32) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_mbcs.java156 int nextByte(CharsetDetector det) { in nextByte() method in CharsetRecog_mbcs.iteratedChar
204 firstByte = it.charValue = it.nextByte(det); in nextChar()
213 int secondByte = it.nextByte(det); in nextChar()
270 firstByte = it.charValue = it.nextByte(det); in nextChar()
280 int secondByte = it.nextByte(det); in nextChar()
337 firstByte = it.charValue = it.nextByte(det); in nextChar()
348 secondByte = it.nextByte(det); in nextChar()
374 thirdByte = it.nextByte(det); in nextChar()
483 firstByte = it.charValue = it.nextByte(det); in nextChar()
496 secondByte = it.nextByte(de in nextChar()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetRecog_mbcs.java157 int nextByte(CharsetDetector det) { in nextByte() method in CharsetRecog_mbcs.iteratedChar
205 firstByte = it.charValue = it.nextByte(det); in nextChar()
214 int secondByte = it.nextByte(det); in nextChar()
271 firstByte = it.charValue = it.nextByte(det); in nextChar()
281 int secondByte = it.nextByte(det); in nextChar()
338 firstByte = it.charValue = it.nextByte(det); in nextChar()
349 secondByte = it.nextByte(det); in nextChar()
375 thirdByte = it.nextByte(det); in nextChar()
484 firstByte = it.charValue = it.nextByte(det); in nextChar()
497 secondByte = it.nextByte(de in nextChar()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcsrmbcs.cpp132 int32_t IteratedChar::nextByte(InputText *det) in nextByte() function in IteratedChar
245 int32_t firstByte = it->charValue = it->nextByte(det); in nextChar()
255 int32_t secondByte = it->nextByte(det); in nextChar()
297 firstByte = it->charValue = it->nextByte(det); in nextChar()
309 secondByte = it->nextByte(det); in nextChar()
341 thirdByte = it->nextByte(det); in nextChar()
409 firstByte = it->charValue = it->nextByte(det); in nextChar()
420 int32_t secondByte = it->nextByte(det); in nextChar()
463 firstByte = it->charValue = it->nextByte(det); in nextChar()
475 secondByte = it->nextByte(de in nextChar()
[all...]
H A Dcsrsbcs.h48 virtual int32_t nextByte(InputText *det);
66 int32_t nextByte(InputText *det) override;
H A Dcsrmbcs.h44 int32_t nextByte(InputText* det);
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrmbcs.cpp132 int32_t IteratedChar::nextByte(InputText *det) in nextByte() function in IteratedChar
245 int32_t firstByte = it->charValue = it->nextByte(det); in nextChar()
255 int32_t secondByte = it->nextByte(det); in nextChar()
297 firstByte = it->charValue = it->nextByte(det); in nextChar()
309 secondByte = it->nextByte(det); in nextChar()
341 thirdByte = it->nextByte(det); in nextChar()
409 firstByte = it->charValue = it->nextByte(det); in nextChar()
420 int32_t secondByte = it->nextByte(det); in nextChar()
463 firstByte = it->charValue = it->nextByte(det); in nextChar()
475 secondByte = it->nextByte(de in nextChar()
[all...]
H A Dcsrsbcs.h48 virtual int32_t nextByte(InputText *det);
66 int32_t nextByte(InputText *det) override;
H A Dcsrmbcs.h44 int32_t nextByte(InputText* det);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.cpp132 int32_t IteratedChar::nextByte(InputText *det) in nextByte() function in IteratedChar
248 int32_t firstByte = it->charValue = it->nextByte(det); in nextChar()
258 int32_t secondByte = it->nextByte(det); in nextChar()
300 firstByte = it->charValue = it->nextByte(det); in nextChar()
312 secondByte = it->nextByte(det); in nextChar()
344 thirdByte = it->nextByte(det); in nextChar()
412 firstByte = it->charValue = it->nextByte(det); in nextChar()
423 int32_t secondByte = it->nextByte(det); in nextChar()
466 firstByte = it->charValue = it->nextByte(det); in nextChar()
478 secondByte = it->nextByte(de in nextChar()
[all...]
H A Dcsrsbcs.h48 virtual int32_t nextByte(InputText *det);
66 int32_t nextByte(InputText *det);
H A Dcsrmbcs.h44 int32_t nextByte(InputText* det);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp211 uint8_t nextByte; in readPrefixes() local
226 if ((byte == 0xf2 || byte == 0xf3) && !peek(insn, nextByte)) { in readPrefixes()
232 if (((nextByte == 0xf0) || in readPrefixes()
233 ((nextByte & 0xfe) == 0x86 || (nextByte & 0xf8) == 0x90))) { in readPrefixes()
235 if (!(byte == 0xf3 && nextByte == 0x90)) // PAUSE instruction support in readPrefixes()
242 if (byte == 0xf3 && (nextByte == 0x88 || nextByte == 0x89 || in readPrefixes()
243 nextByte == 0xc6 || nextByte in readPrefixes()
265 uint8_t nextByte; readPrefixes() local
299 uint8_t nextByte; readPrefixes() local
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
H A DEUCTool.java290 int nextByte() { in nextByte() method in EUCTool.iteratedChar
310 firstByte = it.charValue = it.nextByte(); in nextChar()
321 secondByte = it.nextByte(); in nextChar()
347 thirdByte = it.nextByte(); in nextChar()
H A DBIG5Tool.java290 int nextByte() { in nextByte() method in BIG5Tool.iteratedChar
308 firstByte = it.charValue = it.nextByte(); in nextChar()
321 secondByte = it.nextByte(); in nextChar()
/third_party/skia/src/utils/
H A DSkUTF.cpp142 uint8_t nextByte = *p; in NextUTF8() local
143 if (!utf8_byte_is_continuation(nextByte)) { in NextUTF8()
146 c = (c << 6) | (nextByte & 0x3F); in NextUTF8()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java169 * auto-boxing, you may get the iterator manually and call {@link ByteIterator#nextByte()}.
185 public byte nextByte() { in iterator()
206 byte nextByte(); in nextByte() method
213 return nextByte(); in next()
273 Integer.compare(toInt(formerBytes.nextByte()), toInt(latterBytes.nextByte()));
H A DRopeByteString.java317 public byte nextByte() { in iterator()
321 byte b = current.nextByte(); in iterator()
/third_party/mesa3d/src/glx/
H A Dpixel.c92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask; in FillBitmap() local
130 nextByte = MsbToLsbTable[iter[1]]; in FillBitmap()
133 nextByte = iter[1]; in FillBitmap()
137 ((nextByte & lowBitMask) >> (8 - bitOffset)); in FillBitmap()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DLiteralByteStringTest.java87 stillEqual = (iter.hasNext() && referenceBytes[i] == iter.nextByte()); in testByteIterator()
93 iter.nextByte(); in testByteIterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp76 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() function
163 int Opc = nextByte(Bytes, Size); in getInstruction()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java750 stillEqual = (duoIter.nextByte() == quintetIter.nextByte()); in testConcat_empty()
755 duoIter.nextByte(); in testConcat_empty()
761 quintetIter.nextByte(); in testConcat_empty()
H A DLiteralByteStringTest.java94 stillEqual = (iter.hasNext() && referenceBytes[i] == iter.nextByte()); in testByteIterator()
100 iter.nextByte(); in testByteIterator()
H A DNioByteStringTest.java84 stillEqual = (iter.hasNext() && BYTES[i] == iter.nextByte()); in testByteIterator()
90 iter.nextByte(); in testByteIterator()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java736 int nextByte = is.read(); in getByteBufferFromInputStreamAndCloseStream()
737 if (nextByte < 0) { in getByteBufferFromInputStreamAndCloseStream()
747 bytes[length++] = (byte) nextByte; in getByteBufferFromInputStreamAndCloseStream()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUBinary.java741 int nextByte = is.read(); in getByteBufferFromInputStreamAndCloseStream()
742 if (nextByte < 0) { in getByteBufferFromInputStreamAndCloseStream()
752 bytes[length++] = (byte) nextByte; in getByteBufferFromInputStreamAndCloseStream()

Completed in 24 milliseconds

12