Searched defs:readLength (Results 1 - 1 of 1) 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);

Completed in 1481 milliseconds