Lines Matching refs:appendLine
184 private void appendLine(String title, String data, StringBuilder output) { in appendLine() method in PhoneNumberParserServlet
261 appendLine("country_code", Integer.toString(number.getCountryCode()), output); in getOutputForSingleNumber()
262 appendLine("national_number", Long.toString(number.getNationalNumber()), output); in getOutputForSingleNumber()
263 appendLine("extension", number.getExtension(), output); in getOutputForSingleNumber()
264 appendLine("country_code_source", number.getCountryCodeSource().toString(), output); in getOutputForSingleNumber()
265 appendLine("italian_leading_zero", Boolean.toString(number.isItalianLeadingZero()), output); in getOutputForSingleNumber()
266 appendLine("raw_input", number.getRawInput(), output); in getOutputForSingleNumber()
278 appendLine("Result from isPossibleNumber()", Boolean.toString(isPossible), output); in getOutputForSingleNumber()
280 appendLine("Result from isPossibleNumberWithReason()", in getOutputForSingleNumber()
285 appendLine("Result from isValidNumber()", Boolean.toString(isNumberValid), output); in getOutputForSingleNumber()
288 appendLine( in getOutputForSingleNumber()
295 appendLine("Phone Number region", region == null ? "" : region, output); in getOutputForSingleNumber()
296 appendLine("Result from getNumberType()", numberType.toString(), output); in getOutputForSingleNumber()
306 appendLine("Result from isPossibleShortNumber()", in getOutputForSingleNumber()
309 appendLine("Result from isValidShortNumber()", in getOutputForSingleNumber()
314 appendLine("Result from isPossibleShortNumberForRegion()", in getOutputForSingleNumber()
317 appendLine("Result from isValidShortNumberForRegion()", in getOutputForSingleNumber()
330 appendLine("E164 format", in getOutputForSingleNumber()
333 appendLine("Original format", in getOutputForSingleNumber()
335 appendLine("National format", phoneUtil.format(number, PhoneNumberFormat.NATIONAL), output); in getOutputForSingleNumber()
336 appendLine( in getOutputForSingleNumber()
340 appendLine( in getOutputForSingleNumber()
344 appendLine( in getOutputForSingleNumber()
360 appendLine("Char entered: '" + inputChar + "' Output: ", in getOutputForSingleNumber()
370 appendLine( in getOutputForSingleNumber()
381 appendLine( in getOutputForSingleNumber()
394 appendLine( in getOutputForSingleNumber()