Searched refs:gram_limit (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
D | cldutil.cc | 426 int* tote_grams, int gram_limit, Tote* chunk_tote) { in DoUniScoreV3() argument 483 if (*tote_grams >= gram_limit) { in DoUniScoreV3() 563 int* tote_grams, int gram_limit, Tote* chunk_tote) { in DoQuadScoreV3() argument 645 if (*tote_grams >= gram_limit) { in DoQuadScoreV3()
|
D | cldutil.h | 1141 int* tote_grams, int gram_limit, Tote* chunk_tote); 1155 int* tote_grams, int gram_limit, Tote* chunk_tote);
|
D | compact_lang_det_impl.cc | 1528 int* tote_grams, int gram_limit, in ScoreUnigrams() argument 1547 tote_grams, gram_limit, chunk_tote); in ScoreUnigrams() 1556 if (*tote_grams >= gram_limit) { in ScoreUnigrams() 1595 int* tote_grams, int gram_limit, in ScoreQuadgrams() argument 1615 tote_grams, gram_limit, chunk_tote); in ScoreQuadgrams() 1624 if (*tote_grams >= gram_limit) { in ScoreQuadgrams()
|