Searched refs:octal_str (Results 1 – 1 of 1) sorted by relevance
592 char octal_str[32]; in ExpandEscapedCharacters() local593 snprintf(octal_str, sizeof(octal_str), "%o", *p); in ExpandEscapedCharacters()594 dst.append(octal_str); in ExpandEscapedCharacters()