HomeSort by relevance Sort by last modified time
    Searched full:byteiterator (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/icu4c/source/tools/genrb/
wrtjava.cpp 437 int byteIterator = 0;
450 for (;byteIterator<srcLen;byteIterator++)
452 if (byteIterator%16 == 0)
457 if (byteArray[byteIterator] < 128)
459 sprintf(byteBuffer, byteDecl, byteArray[byteIterator]);
463 sprintf(byteBuffer, byteDecl, (byteArray[byteIterator]-256));
468 if (byteIterator%16 == 15)
475 if (((byteIterator-1)%16) != 15)
  /external/protobuf/java/src/main/java/com/google/protobuf/
BoundedByteString.java 126 // ByteIterator
129 public ByteIterator iterator() {
133 private class BoundedByteIterator implements ByteIterator {
LiteralByteString.java 303 // ByteIterator
306 public ByteIterator iterator() {
310 private class LiteralByteIterator implements ByteIterator {
RopeByteString.java 775 // ByteIterator
778 public ByteIterator iterator() {
782 private class RopeByteIterator implements ByteString.ByteIterator {
785 private ByteIterator bytes;
    [all...]
ByteString.java 89 * {@link ByteIterator} returned by {@link #iterator()}, and call {@link
99 * Return a {@link ByteString.ByteIterator} over the bytes in the ByteString.
101 * {@link ByteIterator#nextByte()}.
105 public abstract ByteIterator iterator();
111 public interface ByteIterator extends Iterator<Byte> {
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0-sources.jar 
kotlin-runtime-1.0.0.jar 
  /external/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 628 ByteString.ByteIterator duoIter = duo.iterator();
629 ByteString.ByteIterator quintetIter = quintet.iterator();
LiteralByteStringTest.java 89 ByteString.ByteIterator iter = stringUnderTest.iterator();
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-1103/
kotlin-runtime-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.12.613/
kotlin-runtime-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1514/
kotlin-runtime-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1513/
kotlin-runtime-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/
kotlin-runtime-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/
kotlin-runtime-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/
kotlin-stdlib-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 

Completed in 168 milliseconds

1 2