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

/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp42 uint32_t max_codepoint; member in struct:android::AlphabetTable0
146 uint32_t max_codepoint = alphabet->max_codepoint; local
150 if (c < min_codepoint || c >= max_codepoint) {

Completed in 299 milliseconds