Searched refs:readLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp404 size_t readLength = 0; local
405 U16_NEXT(string, readLength, string_size, nextCh);
410 nextUtf16Pos = readLength;
411 if (readLength < string_size) {
412 U16_NEXT(string, readLength, string_size, nextCh);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java431 int readLength = mDataLength;
438 mDataLength += readLength;
447 int readLength = mDataLength;
453 mDataLength += readLength;

Completed in 63 milliseconds