Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
H A Dlayoutpropsbuilder.cpp95 void checkMaxIntValue(UProperty prop, int32_t maxMax, UErrorCode &errorCode) const;
234 void LayoutPropsBuilder::checkMaxIntValue(UProperty prop, int32_t maxMax, in checkMaxIntValue() argument
237 if (max > maxMax) { in checkMaxIntValue()
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
H A Dindex.js732 let maxMax = Math.max(12, Math.min(26, Math.floor(width / 3)));
765 if (text.length > width - maxMax) {
768 if (prev && left.length > maxMax)
772 if (len > maxWidth && len < maxMax) {
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
H A Dindex.js740 let maxMax = Math.max(12, Math.min(26, Math.floor(width / 3)));
773 if (text.length > width - maxMax) {
776 if (prev && left.length > maxMax)
780 if (len > maxWidth && len < maxMax) {

Completed in 4 milliseconds