Searched refs:fullOutput (Results 1 – 3 of 3) sorted by relevance
440 String fullOutput = appendNationalNumber(formattedNumber); in attemptToFormatAccruedDigits() local441 String formattedNumberDigitsOnly = PhoneNumberUtil.normalizeDiallableCharsOnly(fullOutput); in attemptToFormatAccruedDigits()445 return fullOutput; in attemptToFormatAccruedDigits()
435 String fullOutput = appendNationalNumber(formattedNumber); in attemptToFormatAccruedDigits() local436 String formattedNumberDigitsOnly = PhoneNumberUtil.normalizeDiallableCharsOnly(fullOutput); in attemptToFormatAccruedDigits()440 return fullOutput; in attemptToFormatAccruedDigits()
841 const std::string &fullOutput) in PrintTestOutputSnippet() argument847 size_t runPos = fullOutput.find(std::string(kStartedTestString) + fullName); in PrintTestOutputSnippet()854 size_t endPos = fullOutput.find(std::string(kFailedTestString) + fullName, runPos); in PrintTestOutputSnippet()859 endPos = fullOutput.find(std::string(kPassedTestString) + fullName, runPos); in PrintTestOutputSnippet()863 size_t newline_pos = fullOutput.find("\n", endPos); in PrintTestOutputSnippet()871 std::cout << fullOutput.substr(runPos, endPos - runPos); in PrintTestOutputSnippet()875 std::cout << fullOutput.substr(runPos); in PrintTestOutputSnippet()