Searched refs:NGramParser_IBM420 (Results 1 – 4 of 4) sorted by relevance
166 NGramParser_IBM420::NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap):NGra… in NGramParser_IBM420() function in NGramParser_IBM420171 NGramParser_IBM420::~NGramParser_IBM420() {} in ~NGramParser_IBM420()173 int32_t NGramParser_IBM420::isLamAlef(int32_t b) in isLamAlef()192 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte()211 void NGramParser_IBM420::parseCharacters(InputText *det) in parseCharacters()1226 NGramParser_IBM420 parser(ngrams, byteMap); in match_sbcs()
57 class NGramParser_IBM420 : public NGramParser60 NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap);61 ~NGramParser_IBM420();
168 static class NGramParser_IBM420 extends NGramParser class in CharsetRecog_sbcs193 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() method in CharsetRecog_sbcs.NGramParser_IBM420281 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420()
169 static class NGramParser_IBM420 extends NGramParser class in CharsetRecog_sbcs194 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() method in CharsetRecog_sbcs.NGramParser_IBM420282 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420()