Searched refs:AppendCCRange (Results 1 – 1 of 1) sorted by relevance
31 static void AppendCCRange(std::string* t, Rune lo, Rune hi);140 AppendCCRange(t, r, r); in AppendLiteral()279 AppendCCRange(t_, i->lo, i->hi); in PostVisit()341 static void AppendCCRange(std::string* t, Rune lo, Rune hi) { in AppendCCRange() function