Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcsrsbcs.cpp22 NGramParser::NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap) in NGramParser() function in NGramParser
31 NGramParser::~NGramParser() in ~NGramParser()
39 int32_t NGramParser::search(const int32_t *table, int32_t value) in search()
78 void NGramParser::lookup(int32_t thisNgram) in lookup()
88 void NGramParser::addByte(int32_t b) in addByte()
94 int32_t NGramParser::nextByte(InputText *det) in nextByte()
103 void NGramParser::parseCharacters(InputText *det) in parseCharacters()
122 int32_t NGramParser::parse(InputText *det) in parse()
165 …mParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap):NGramParser(theNgramList, t… in NGramParser_IBM420()
255 NGramParser parser(ngrams, byteMap); in match_sbcs()
Dcsrsbcs.h19 class NGramParser : public UMemory
35 NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap);
36 virtual ~NGramParser();
55 class NGramParser_IBM420 : public NGramParser
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java29 public class StatisticsTool implements NGramParser.NGramParserClient, NGramList.NGramKeyMapper
236 int charClass = NGramParser.getCharClass(unicode); in writeStatistics()
239 case NGramParser.C_LETTER: in writeStatistics()
243 case NGramParser.C_PUNCT: in writeStatistics()
247 case NGramParser.C_IGNORE: in writeStatistics()
276 NGramParser parser = new NGramParser(this); in collectStatistics()
DChecker.java17 public class Checker implements NGramParser.NGramParserClient
34 private NGramParser parser;
48 parser = new NGramParser(this); in Checker()
DNGramParser.java19 public class NGramParser class
83 public NGramParser(NGramParserClient theClient) in NGramParser() method in NGramParser
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_sbcs.java22 static class NGramParser class in CharsetRecog_sbcs
38 public NGramParser(int[] theNgramList, byte[] theByteMap) in NGramParser() method in CharsetRecog_sbcs.NGramParser
165 static class NGramParser_IBM420 extends NGramParser
272 NGramParser parser = new NGramParser(ngrams, byteMap); in match()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_sbcs.java23 static class NGramParser class in CharsetRecog_sbcs
39 public NGramParser(int[] theNgramList, byte[] theByteMap) in NGramParser() method in CharsetRecog_sbcs.NGramParser
166 static class NGramParser_IBM420 extends NGramParser
273 NGramParser parser = new NGramParser(ngrams, byteMap); in match()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...