Searched refs:COMPOSE_SIZE_MAX (Results 1 – 2 of 2) sorted by relevance
79 static constexpr int32_t COMPOSE_SIZE_MAX = 127; variable386 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()426 if (composite.size() > COMPOSE_SIZE_MAX) { in compose()
62 static constexpr int32_t COMPOSE_SIZE_MAX = 254; variable477 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()512 if (composite.size() > COMPOSE_SIZE_MAX || composite.empty()) { in compose()