HomeSort by relevance Sort by last modified time
    Searched refs:NGramParser (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
csrsbcs.h 19 class NGramParser : public UMemory
32 NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap);
csrsbcs.cpp 20 NGramParser::NGramParser(const int32_t *theNgramList, const uint8_t *theCharMap)
33 int32_t NGramParser::search(const int32_t *table, int32_t value)
72 void NGramParser::lookup(int32_t thisNgram)
82 void NGramParser::addByte(int32_t b)
88 int32_t NGramParser::nextByte(InputText *det)
97 int32_t NGramParser::parse(InputText *det)
146 NGramParser parser(ngrams, byteMap);
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 3414 milliseconds