Searched refs:NGramParser (Results 1 – 3 of 3) sorted by relevance
20 NGramParser::NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap) in NGramParser() function in NGramParser33 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 = new NGramParser(ngrams, byteMap); in match_sbcs()
19 class NGramParser : public UMemory32 NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap);
1576 #define NGramParser NGramParser_3_8 macro