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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 24 uint16 GetGramCount() const {return gram_count_;}
30 void SetGramCount(uint16 v) {gram_count_ = v;}
37 uint16 gram_count_; // Number of quadgrams/etc. scored member in class:Tote
tote.cc 14 gram_count_ = 0;
25 gram_count_ = 0;
34 ++gram_count_;
134 fprintf(f, "%d %d %d\n", gram_count_, incr_count_, byte_count_);

Completed in 137 milliseconds