Home
last modified time | relevance | path

Searched defs:currentLength (Results 1 – 7 of 7) sorted by relevance

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DByteVector.java84 int currentLength = length; in putByte() local
101 int currentLength = length; in put11() local
119 int currentLength = length; in putShort() local
139 int currentLength = length; in put12() local
161 int currentLength = length; in put112() local
181 int currentLength = length; in putInt() local
204 int currentLength = length; in put122() local
225 int currentLength = length; in putLong() local
257 int currentLength = length; in putUTF8() local
318 int currentLength = length; in encodeUtf8() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DResizableAtomicArray.kt14 public fun currentLength(): Int = array.length() in currentLength() method
/external/jazzer-api/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/
DRegexRoadblocks.java133 int currentLength = limitedLength(matcher.regionEnd() - i); in nodeMatchHook() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DShortestCanonicalForm.java179 final int currentLength = s.codePointCount(0, s.length()); in getShortest() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DBaseStrokeContent.java265 float currentLength = 0; in applyTrimPath() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/
DLZ77Compressor.java540 int currentLength = 0; in longestMatch() local
/external/skia/experimental/rust_png/decoder/impl/
DSkPngRustCodec.cpp776 size_t currentLength = fPrivStream->getLength(); in onGetFrameCount() local