Home
last modified time | relevance | path

Searched refs:FarTokenType (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
Dfarscript.h52 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,
Dmain.h30 FarTokenType StringToFarTokenType(const string &s);
Dprint-strings.h40 const FarTokenType far_token_type, const string &begin_key, in FarPrintStrings()
Dcompile-strings.h147 FarTokenType tt, in FarCompileStrings()
Dfar.h33 enum FarTokenType { FTT_SYMBOL, FTT_BYTE, FTT_UTF8 }; enum
/external/openfst/src/extensions/far/
Dfarscript.cc34 FarTokenType tt, in FarCompileStrings()
105 const FarTokenType token_type, in FarPrintStrings()
Dmain.cc76 FarTokenType StringToFarTokenType(const string &s) { in StringToFarTokenType()
Dfarcompilestrings.cc76 fst::FarTokenType ftt = fst::StringToFarTokenType(FLAGS_token_type); in main()