Searched refs:underscoreSplitter (Results 1 – 1 of 1) sorted by relevance
468 const char *underscoreSplitter = out.endsWith('_') ? "x" : ""; in nameVariable() local469 out.appendf("%s%s", underscoreSplitter, suffix.c_str()); in nameVariable()