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

/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp116 const size_t paddedLen = len + 2; // start and stop code each count for 1 local
118 (int)len >= MIN_PREFIX + MIN_SUFFIX && paddedLen <= MAX_HYPHENATED_SIZE) {
121 hyphenateFromCodes(result->data(), alpha_codes, paddedLen);

Completed in 246 milliseconds