Searched refs:isPossible (Results 1 – 10 of 10) sorted by relevance
266 if (rightToLeft.isPossible(allowNarrowing)) { in determineBinaryType()273 if (leftToRight.isPossible(allowNarrowing)) { in determineBinaryType()382 if (rightToLeftCost.isPossible(allowNarrowing) && rightToLeftCost < leftToRightCost) { in determineBinaryType()387 } else if (leftToRightCost.isPossible(allowNarrowing)) { in determineBinaryType()
270 boolean isPossible = phoneUtil.isPossibleNumber(number); in getOutputForSingleNumber()278 appendLine("Result from isPossibleNumber()", Boolean.toString(isPossible), output); in getOutputForSingleNumber()279 if (!isPossible) { in getOutputForSingleNumber()
32 bool isPossible(bool allowNarrowing) const { in isPossible() function251 return this->coercionCost(other).isPossible(allowNarrowing); in canCoerceTo()
242 if (!expr->coercionCost(*this).isPossible(settings.fAllowNarrowingConversions)) { in coerceExpression()
647 boolean isPossible, String region, String number) { in findMatchesInContexts() argument657 if (isPossible) { in findMatchesInContexts()673 boolean isPossible) { in findMatchesInContexts() argument677 findMatchesInContexts(contexts, isValid, isPossible, region, number); in findMatchesInContexts()
876 const bool isPossible = ((faceBitmap & (1U << faceNdx)) != 0); in verifySampleImpl() local878 if (!isPossible) in verifySampleImpl()
1911 UINT isPossible = (AOT_PS == aot) ? 0 : 1; in sbrEncoder_IsSingleRatePossible() local1912 return isPossible; in sbrEncoder_IsSingleRatePossible()
222 bool isPossible() const;
102 bool TypeSetByHwMode::isPossible() const { in isPossible() function in TypeSetByHwMode1703 if (!S.isPossible()) in hasPossibleType()
100 - Switching the internal implementation of isPossible and related functions102 making isPossible more restrictive as more precise data is available. It