Searched refs:AppendCCRange (Results 1 – 1 of 1) sorted by relevance
25 static void AppendCCRange(string* t, Rune lo, Rune hi);132 AppendCCRange(t, r, r); in AppendLiteral()269 AppendCCRange(t_, i->lo, i->hi); in PostVisit()331 static void AppendCCRange(string* t, Rune lo, Rune hi) { in AppendCCRange() function