Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dstring-weight.h31 const char kStringSeparator = '_'; // Label separator in strings variable
328 strm << kStringSeparator;
347 if (p == cs || *p != 0 && *p != kStringSeparator) {
/external/openfst/src/include/fst/
Dstring-weight.h34 const char kStringSeparator = '_'; // Label separator in strings variable
336 strm << kStringSeparator;
355 if (p == cs || (*p != 0 && *p != kStringSeparator)) {