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