Lines Matching refs:separator
205 istream&, SparseTupleWeight<W, K>&, char separator);
209 char separator, char open_paren, char close_paren);
338 char separator = FLAGS_fst_weight_separator[0];
353 strm << separator;
357 strm << separator;
361 strm << separator;
363 strm << separator;
379 char separator = FLAGS_fst_weight_separator[0];
388 strm, w, separator, FLAGS_fst_weight_parentheses[0],
391 return SparseTupleWeight<W, K>::ReadNoParen(strm, w, separator);
400 char separator) {
412 while (c != separator) {
429 while (c != separator) {
443 // discard separator
450 while (c != separator) {
466 while (c != separator) {
482 if (c != separator) {
494 char separator,
516 while (c != separator || !parens.empty()) {
522 // If parens encountered before separator, they must be matched
544 while (c != separator) {
558 // discard separator
566 while (c != separator || !parens.empty()) {
572 // If parens encountered before separator, they must be matched
594 while (c != separator || !parens.empty()) {
600 // If parens encountered before separator, they must be matched
620 if (c != separator) {
621 FSTERROR() << " separator expected, not found! ";