Tote              386 third_party/cld/encodings/compact_lang_det/cldutil.cc void cld::ProcessProbV25UniTote(int propval, Tote* tote) {
Tote              401 third_party/cld/encodings/compact_lang_det/cldutil.cc void cld::ProcessProbV25Tote(uint32 probs, Tote* tote) {
Tote              426 third_party/cld/encodings/compact_lang_det/cldutil.cc                       int* tote_grams, int gram_limit, Tote* chunk_tote) {
Tote              504 third_party/cld/encodings/compact_lang_det/cldutil.cc                          const char* isrc, int srclen, Tote* chunk_tote) {
Tote              563 third_party/cld/encodings/compact_lang_det/cldutil.cc                        int* tote_grams, int gram_limit, Tote* chunk_tote) {
Tote              678 third_party/cld/encodings/compact_lang_det/cldutil.cc                        const char* isrc, int srclen, Tote* chunk_tote) {
Tote              840 third_party/cld/encodings/compact_lang_det/cldutil.cc                    const Tote* chunk_tote) {
Tote              898 third_party/cld/encodings/compact_lang_det/cldutil.cc void cld::DemoteNotTop40(Tote* chunk_tote, int packed_plus_one) {
Tote             1124 third_party/cld/encodings/compact_lang_det/cldutil.h   void ProcessProbV25UniTote(int propval, Tote* tote);
Tote             1130 third_party/cld/encodings/compact_lang_det/cldutil.h   void ProcessProbV25Tote(uint32 probs, Tote* tote);
Tote             1141 third_party/cld/encodings/compact_lang_det/cldutil.h                    int* tote_grams, int gram_limit, Tote* chunk_tote);
Tote             1148 third_party/cld/encodings/compact_lang_det/cldutil.h                       const char* isrc, int srclen, Tote* chunk_tote);
Tote             1155 third_party/cld/encodings/compact_lang_det/cldutil.h                     int* tote_grams, int gram_limit, Tote* chunk_tote);
Tote             1161 third_party/cld/encodings/compact_lang_det/cldutil.h                     const char* isrc, int srclen, Tote* chunk_tote);
Tote             1175 third_party/cld/encodings/compact_lang_det/cldutil.h   int GetReliability(int len, UnicodeLScript lscript, const Tote* chunk_tote);
Tote             1200 third_party/cld/encodings/compact_lang_det/cldutil.h   void DemoteNotTop40(Tote* chunk_tote, int packed_plus_one);
Tote               36 third_party/cld/encodings/compact_lang_det/cldutil_dbg.h   void DbgScoreTop(const char* src, int srclen, Tote* chunk_tote);
Tote               46 third_party/cld/encodings/compact_lang_det/cldutil_dbg.h   void PrintLang(FILE* f, const Tote* chunk_tote,
Tote               37 third_party/cld/encodings/compact_lang_det/cldutil_dbg_empty.cc   void DbgScoreTop(const char* src, int srclen, Tote* chunk_tote) {};
Tote               47 third_party/cld/encodings/compact_lang_det/cldutil_dbg_empty.cc   void PrintLang(FILE* f, const Tote* chunk_tote,
Tote             1306 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc void ApplyLanguageHints(Tote* chunk_tote, int tote_grams,
Tote             1356 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc                        Tote* chunk_tote,
Tote             1490 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc                        Tote* chunk_tote,
Tote             1512 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc   Tote chunk_tote;
Tote             1529 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc                       Tote* chunk_tote,
Tote             1596 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc                        Tote* chunk_tote,
Tote             1672 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc void InitScriptToteLang(Tote* script_tote, UnicodeLScript lscript) {
Tote             2152 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc   Tote totes[4];                  // [0] Latn  [1] Hani  [2] other  [3] other
Tote               13 third_party/cld/encodings/compact_lang_det/tote.cc Tote::Tote() {
Tote               21 third_party/cld/encodings/compact_lang_det/tote.cc Tote::~Tote() {
Tote               24 third_party/cld/encodings/compact_lang_det/tote.cc void Tote::Reinit() {
Tote               33 third_party/cld/encodings/compact_lang_det/tote.cc void Tote::AddGram() {
Tote               50 third_party/cld/encodings/compact_lang_det/tote.cc void Tote::Add(uint8 ikey, int idelta) {
Tote               91 third_party/cld/encodings/compact_lang_det/tote.cc int Tote::CurrentTopKey() {
Tote              107 third_party/cld/encodings/compact_lang_det/tote.cc void Tote::Sort(int n) {
Tote              128 third_party/cld/encodings/compact_lang_det/tote.cc void Tote::Dump(FILE* f) {
Tote               13 third_party/cld/encodings/compact_lang_det/tote.h class Tote {
Tote               15 third_party/cld/encodings/compact_lang_det/tote.h   Tote();
Tote               16 third_party/cld/encodings/compact_lang_det/tote.h   ~Tote();