Searched refs:fullOutput (Results 1 – 3 of 3) sorted by relevance
442 String fullOutput = appendNationalNumber(formattedNumber); in attemptToFormatAccruedDigits() local443 String formattedNumberDigitsOnly = PhoneNumberUtil.normalizeDiallableCharsOnly(fullOutput); in attemptToFormatAccruedDigits()447 return fullOutput; in attemptToFormatAccruedDigits()
437 String fullOutput = appendNationalNumber(formattedNumber); in attemptToFormatAccruedDigits() local438 String formattedNumberDigitsOnly = PhoneNumberUtil.normalizeDiallableCharsOnly(fullOutput); in attemptToFormatAccruedDigits()442 return fullOutput; in attemptToFormatAccruedDigits()
653 const std::string &fullOutput) in PrintTestOutputSnippet() argument659 size_t runPos = fullOutput.find(std::string(kStartedTestString) + fullName); in PrintTestOutputSnippet()666 size_t endPos = fullOutput.find(std::string(kFailedTestString) + fullName, runPos); in PrintTestOutputSnippet()671 endPos = fullOutput.find(std::string(kPassedTestString) + fullName, runPos); in PrintTestOutputSnippet()675 size_t newline_pos = fullOutput.find("\n", endPos); in PrintTestOutputSnippet()683 std::cout << fullOutput.substr(runPos, endPos - runPos); in PrintTestOutputSnippet()687 std::cout << fullOutput.substr(runPos); in PrintTestOutputSnippet()