Searched refs:UseChars (Results 1 – 1 of 1) sorted by relevance
49 bool UseChars = !EmitLongStrLiterals && AggregateString.size() > (64 * 1024); in EmitStringTableDef() local50 OS << (UseChars ? "{\n" : "\n"); in EmitStringTableDef()52 ListSeparator LineSep(UseChars ? ",\n" : "\n"); in EmitStringTableDef()64 if (!UseChars) { in EmitStringTableDef()79 OS << LineSep << (UseChars ? "};" : " ;"); in EmitStringTableDef()