Searched refs:NGramParser_IBM420 (Results 1 – 4 of 4) sorted by relevance
165 NGramParser_IBM420::NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap):NGra… in NGramParser_IBM420() function in NGramParser_IBM420170 NGramParser_IBM420::~NGramParser_IBM420() {} in ~NGramParser_IBM420()172 int32_t NGramParser_IBM420::isLamAlef(int32_t b) in isLamAlef()191 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte()210 void NGramParser_IBM420::parseCharacters(InputText *det) in parseCharacters()1225 NGramParser_IBM420 parser(ngrams, byteMap); in match_sbcs()
55 class NGramParser_IBM420 : public NGramParser58 NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap);59 ~NGramParser_IBM420();
166 static class NGramParser_IBM420 extends NGramParser class in CharsetRecog_sbcs191 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() method in CharsetRecog_sbcs.NGramParser_IBM420278 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420()
165 static class NGramParser_IBM420 extends NGramParser class in CharsetRecog_sbcs190 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() method in CharsetRecog_sbcs.NGramParser_IBM420277 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420()