Home
last modified time | relevance | path

Searched refs:paddedLen (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DHyphenator.cpp132 const size_t paddedLen = len + 2; // start and stop code each count for 1 in hyphenate() local
134 paddedLen <= MAX_HYPHENATED_SIZE) { in hyphenate()
138 hyphenateFromCodes(result->data(), alpha_codes, paddedLen, hyphenValue); in hyphenate()