Lines Matching refs:result
1274 // result in a number we can dial. For this reason, we treat the empty
1310 // result in a number we can dial. For this reason, we treat the empty
1350 // reverse is true for mobile numbers. As a result, we output them in
1564 // If no digit is inserted/removed/modified as a result of our formatting, we
2390 ValidationResult result = IsPossibleNumberWithReason(number);
2391 return result == IS_POSSIBLE || result == IS_POSSIBLE_LOCAL_ONLY;
2396 ValidationResult result = IsPossibleNumberForTypeWithReason(number, type);
2397 return result == IS_POSSIBLE || result == IS_POSSIBLE_LOCAL_ONLY;
2687 // international format, are in the form of +54 9 NDC XXXX.... As a result,
3065 // be a better result and keep that instead.