Searched refs:isPossible (Results 1 – 9 of 9) sorted by relevance
56 var isPossible = phoneUtil_.isPossibleNumber(number);58 output.append(isPossible);62 if (isPossible) {
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()
134 const isPossible = wrappingIsPossible(originalExport, wrapper.parameters.name);136 if (!isPossible) {156 if (!isPossible) {176 if (!isPossible) {
276 boolean isPossible = phoneUtil.isPossibleNumber(number); in getOutputForSingleNumber()284 appendLine("Result from isPossibleNumber()", Boolean.toString(isPossible), output); in getOutputForSingleNumber()285 if (isPossible) { in getOutputForSingleNumber()
32 bool isPossible(bool allowNarrowing) const { in isPossible() function325 return this->coercionCost(other).isPossible(allowNarrowing); in canCoerceTo()
757 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()
1507 - Switching the internal implementation of isPossible and related functions1509 making isPossible more restrictive as more precise data is available. It