Home
last modified time | relevance | path

Searched refs:NGramParser_IBM420 (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcsrsbcs.cpp166 NGramParser_IBM420::NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap):NGra… in NGramParser_IBM420() function in NGramParser_IBM420
171 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()
Dcsrsbcs.h57 class NGramParser_IBM420 : public NGramParser
60 NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap);
61 ~NGramParser_IBM420();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_sbcs.java168 static class NGramParser_IBM420 extends NGramParser class in CharsetRecog_sbcs
193 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() method in CharsetRecog_sbcs.NGramParser_IBM420
281 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_sbcs.java169 static class NGramParser_IBM420 extends NGramParser class in CharsetRecog_sbcs
194 public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) in NGramParser_IBM420() method in CharsetRecog_sbcs.NGramParser_IBM420
282 NGramParser_IBM420 parser = new NGramParser_IBM420(ngrams, byteMap); in matchIBM420()