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

/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp388 void FontCollection::itemize(const uint16_t *string, size_t string_size, FontStyle style, argument
395 if (string_size == 0) {
405 U16_NEXT(string, readLength, string_size, nextCh);
411 if (readLength < string_size) {
412 U16_NEXT(string, readLength, string_size, nextCh);

Completed in 27 milliseconds