Home
last modified time | relevance | path

Searched refs:AppendCCRange (Results 1 – 1 of 1) sorted by relevance

/external/regex-re2/re2/
Dtostring.cc25 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