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

/frameworks/minikin/include/minikin/
H A DHyphenator.h70 static const size_t MAX_HYPHENATED_SIZE = 64; member in class:android::Hyphenator
/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp118 (int)len >= MIN_PREFIX + MIN_SUFFIX && paddedLen <= MAX_HYPHENATED_SIZE) {
119 uint16_t alpha_codes[MAX_HYPHENATED_SIZE];

Completed in 7 milliseconds