HomeSort by relevance Sort by last modified time
    Searched refs:UTF8StringToLabels (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
icu.h 34 bool UTF8StringToLabels(const string &str, vector<Label> *labels) {
43 LOG(ERROR) << "UTF8StringToLabels: continuation byte as lead byte";
51 LOG(ERROR) << "UTF8StringToLabels: truncated utf-8 byte sequence";
56 LOG(ERROR) << "UTF8StringToLabels: missing/invalid continuation byte";
64 LOG(ERROR) << "UTF8StringToLabels: Invalid character found: " << c;
string.h 76 return UTF8StringToLabels(str, labels);

Completed in 61 milliseconds