Home
last modified time | relevance | path

Searched refs:NGramParser (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dcsrsbcs.cpp20 NGramParser::NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap) in NGramParser() function in NGramParser
33 int32_t NGramParser::search(const int32_t *table, int32_t value) in search()
72 void NGramParser::lookup(int32_t thisNgram) in lookup()
82 void NGramParser::addByte(int32_t b) in addByte()
88 int32_t NGramParser::nextByte(InputText *det) in nextByte()
97 int32_t NGramParser::parse(InputText *det) in parse()
146 NGramParser parser(ngrams, byteMap); in match_sbcs()
Dcsrsbcs.h19 class NGramParser : public UMemory
32 NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap);
/external/icu4c/i18n/
Dcsrsbcs.cpp22 NGramParser::NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap) in NGramParser() function in NGramParser
35 int32_t NGramParser::search(const int32_t *table, int32_t value) in search()
74 void NGramParser::lookup(int32_t thisNgram) in lookup()
84 void NGramParser::addByte(int32_t b) in addByte()
90 int32_t NGramParser::nextByte(InputText *det) in nextByte()
99 int32_t NGramParser::parse(InputText *det) in parse()
147 NGramParser parser(ngrams, byteMap); in match_sbcs()
Dcsrsbcs.h19 class NGramParser : public UMemory
32 NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap);
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h2038 #define NGramParser U_ICU_ENTRY_POINT_RENAME(NGramParser) macro