FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
icu.h File Reference
#include <cstdint>
#include <sstream>
#include <string>
#include <vector>
#include <fst/log.h>
#include <string_view>
Include dependency graph for icu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 

Functions

template<class Label >
bool fst::ByteStringToLabels (std::string_view str, std::vector< Label > *labels)
 
template<class Label >
bool fst::UTF8StringToLabels (std::string_view str, std::vector< Label > *labels)
 
template<class Label >
bool fst::LabelsToByteString (const std::vector< Label > &labels, std::string *str)
 
template<class Label >
bool fst::LabelsToUTF8String (const std::vector< Label > &labels, std::string *str)