Lines Matching refs:separator
116 istream &strm, PairWeight<W1, W2>& w, char separator) {
123 while (c != separator) {
146 char separator, char open_paren, char close_paren) {
161 while (c != separator || !parens.empty()) {
167 // if parens encountered before separator, they must be matched
240 char separator = FLAGS_fst_weight_separator[0];
242 return strm << w.Value1() << separator << w.Value2();
251 return strm << open_paren << w.Value1() << separator
262 char separator = FLAGS_fst_weight_separator[0];
271 strm, w, separator, FLAGS_fst_weight_parentheses[0],
274 return PairWeight<W1, W2>::ReadNoParen(strm, w, separator);