Home
last modified time | relevance | path

Searched defs:nextPos (Results 1 – 11 of 11) sorted by relevance

/external/okio/okio/src/hashFunctions/kotlin/okio/internal/
DMd5.kt59 val nextPos = pos + 64 in update() constant
DSha1.kt60 val nextPos = pos + 64 in update() constant
DSha512.kt63 val nextPos = pos + 128 in update() constant
DSha256.kt63 val nextPos = pos + 64 in update() constant
/external/javassist/src/main/javassist/bytecode/
DDescriptor.java821 int nextPos = index; in next() local
DCodeIterator.java877 int nextPos; in insertGap2() local
1183 int nextPos; in makeJumpList() local
/external/deqp/modules/gles3/functional/
Des3fImplementationLimitTests.cpp334 const size_t nextPos = extensionStr.find(' ', pos); in queryExtensionsNonIndexed() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java890 int nextPos; // Index of the next character following pos. in next() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java893 int nextPos; // Index of the next character following pos. in next() local
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2828 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust()
2882 int32_t nextPos; // Index of the next character following pos. in next() local
/external/cronet/third_party/icu/source/test/intltest/
Drbbitst.cpp2808 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust()
2862 int32_t nextPos; // Index of the next character following pos. in next() local