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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c95 #define MAX_SHORT 32767 macro
265 /* Map short values from the range [MIN_SHORT .. MAX_SHORT] to
281 /* Map short values from the range [MIN_SHORT .. MAX_SHORT] to
565 minVals[c] = MAX_SHORT;
613 /* Map the original short values into the range [MIN_SHORT .. MAX_SHORT].
628 m[c] = (Float)(MAX_SHORT - MIN_SHORT) /
643 } else if (tmpInt > MAX_SHORT) {
644 *bufPtr = MAX_SHORT;
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationfastlatin.h123 static const uint32_t MAX_SHORT = SHORT_PRIMARY_MASK; member in class:CollationFastLatin
H A Dcollationfastlatin.cpp790 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER;
812 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF
835 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF
H A Dcollationfastlatinbuilder.cpp497 } else if(pri < (CollationFastLatin::MAX_SHORT - CollationFastLatin::SHORT_INC)) {

Completed in 78 milliseconds