Searched refs:FarTokenType (Results 1 – 8 of 8) sorted by relevance
/external/openfst/src/include/fst/extensions/far/ |
D | farscript.h | 52 const FarTokenType tt; 68 FarTokenType tt, in FarCompileStringsArgs() 104 FarTokenType tt, 211 const FarTokenType token_type; 224 const FarTokenType token_type, const string &begin_key, in FarPrintStringsArgs() 250 const FarTokenType token_type,
|
D | main.h | 30 FarTokenType StringToFarTokenType(const string &s);
|
D | print-strings.h | 40 const FarTokenType far_token_type, const string &begin_key, in FarPrintStrings()
|
D | compile-strings.h | 147 FarTokenType tt, in FarCompileStrings()
|
D | far.h | 33 enum FarTokenType { FTT_SYMBOL, FTT_BYTE, FTT_UTF8 }; enum
|
/external/openfst/src/extensions/far/ |
D | farscript.cc | 34 FarTokenType tt, in FarCompileStrings() 105 const FarTokenType token_type, in FarPrintStrings()
|
D | main.cc | 76 FarTokenType StringToFarTokenType(const string &s) { in StringToFarTokenType()
|
D | farcompilestrings.cc | 76 fst::FarTokenType ftt = fst::StringToFarTokenType(FLAGS_token_type); in main()
|