Searched defs:nextCh (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp371 uint32_t nextCh = 0; local
375 U16_NEXT(string, readLength, string_size, nextCh);
378 const uint32_t ch = nextCh;
382 U16_NEXT(string, readLength, string_size, nextCh);
384 nextCh = kEndOfString;
400 ch, isVariationSelector(nextCh) ? nextCh : 0, langListId, variant);
426 } while (nextCh != kEndOfString);

Completed in 198 milliseconds