Lines Matching refs:appendLine
184 private void appendLine(String title, String data, StringBuilder output) { in appendLine() method in PhoneNumberParserServlet
281 appendLine("country_code", Integer.toString(number.getCountryCode()), output); in getOutputForSingleNumber()
282 appendLine("national_number", Long.toString(number.getNationalNumber()), output); in getOutputForSingleNumber()
283 appendLine("extension", number.getExtension(), output); in getOutputForSingleNumber()
284 appendLine("country_code_source", number.getCountryCodeSource().toString(), output); in getOutputForSingleNumber()
285 appendLine("italian_leading_zero", Boolean.toString(number.isItalianLeadingZero()), output); in getOutputForSingleNumber()
286 appendLine("raw_input", number.getRawInput(), output); in getOutputForSingleNumber()
298 appendLine("Result from isPossibleNumber()", Boolean.toString(isPossible), output); in getOutputForSingleNumber()
300 appendLine("Result from isPossibleNumberWithReason()", in getOutputForSingleNumber()
305 appendLine("Result from isValidNumber()", Boolean.toString(isNumberValid), output); in getOutputForSingleNumber()
308 appendLine( in getOutputForSingleNumber()
315 appendLine("Phone Number region", region == null ? "" : region, output); in getOutputForSingleNumber()
316 appendLine("Result from getNumberType()", numberType.toString(), output); in getOutputForSingleNumber()
326 appendLine("Result from isPossibleShortNumber()", in getOutputForSingleNumber()
329 appendLine("Result from isValidShortNumber()", in getOutputForSingleNumber()
334 appendLine("Result from isPossibleShortNumberForRegion()", in getOutputForSingleNumber()
337 appendLine("Result from isValidShortNumberForRegion()", in getOutputForSingleNumber()
350 appendLine("E164 format", in getOutputForSingleNumber()
353 appendLine("Original format", in getOutputForSingleNumber()
355 appendLine("National format", phoneUtil.format(number, PhoneNumberFormat.NATIONAL), output); in getOutputForSingleNumber()
356 appendLine( in getOutputForSingleNumber()
360 appendLine( in getOutputForSingleNumber()
364 appendLine( in getOutputForSingleNumber()
380 appendLine("Char entered: '" + inputChar + "' Output: ", in getOutputForSingleNumber()
390 appendLine( in getOutputForSingleNumber()
401 appendLine( in getOutputForSingleNumber()
414 appendLine( in getOutputForSingleNumber()