Home
last modified time | relevance | path

Searched refs:checkUpperLimit (Results 1 – 4 of 4) sorted by relevance

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/property/
H A DNumberPropertyHandler.as44 public function checkUpperLimit():Boolean method in flashx.textLayout.property.NumberPropertyHandler
55 if (checkUpperLimit() && newNumber > _maxValue)
64 if (checkUpperLimit() && val > _maxValue)
H A DPercentPropertyHandler.as44 public function checkUpperLimit():Boolean method in flashx.textLayout.property.PercentPropertyHandler
55 if (checkUpperLimit() && newNumber > _maxValue)
H A DIntPropertyHandler.as44 public function checkUpperLimit():Boolean method in flashx.textLayout.property.IntPropertyHandler
57 if (checkUpperLimit() && newInt > _maxValue)
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/Dynamic/
H A DVarHolder.h331 checkUpperLimit<F,T>(from); in convertToSmaller()
356 checkUpperLimit<F,T>(from); in convertToSmallerUnsigned()
374 checkUpperLimit<F,T>(from); in convertSignedToUnsigned()
409 checkUpperLimit<F,T>(from); in convertUnsignedToSigned()
415 void checkUpperLimit(const F& from) const in checkUpperLimit() function