Searched refs:tld_hint (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
D | compact_lang_det.cc | 28 const char* tld_hint = ""; in DetectLanguage() local 37 tld_hint, // "id" boosts Indonesian in DetectLanguage() 69 const char* tld_hint = ""; in DetectLanguageSummary() local 78 tld_hint, // "id" boosts Indonesian in DetectLanguageSummary() 103 const char* tld_hint, // "id" boosts Indonesian in DetectLanguageSummary() argument 120 tld_hint, // "id" boosts Indonesian in DetectLanguageSummary() 156 const char* tld_hint = ""; in ExtDetectLanguageSummary() local 165 tld_hint, // "id" boosts Indonesian in ExtDetectLanguageSummary() 190 const char* tld_hint, // "id" boosts Indonesian in ExtDetectLanguageSummary() argument 207 tld_hint, // "id" boosts Indonesian in ExtDetectLanguageSummary() [all …]
|
D | compact_lang_det.h | 134 const char* tld_hint, // "id" boosts Indonesian 174 const char* tld_hint, // "id" boosts Indonesian 192 const char* tld_hint, // "id" boosts Indonesian
|
D | compact_lang_det_impl.h | 151 const char* tld_hint, // "id" boosts Indonesian
|
D | compact_lang_det_impl.cc | 1782 void ApplyTLDHint(uint8* lang_hint_boost, const char* tld_hint) { in ApplyTLDHint() argument 1784 fprintf(stderr, "TLD hint %s\n", tld_hint); in ApplyTLDHint() 1787 MakeChar4(tld_hint, normalized_tld); in ApplyTLDHint() 2099 const char* tld_hint, // "id" boosts Indonesian in DetectLanguageSummaryV25() argument 2137 if ((tld_hint != NULL) && (tld_hint[0] != '\0')) { in DetectLanguageSummaryV25() 2138 ApplyTLDHint(lang_hint_boost, tld_hint); in DetectLanguageSummaryV25() 2242 tld_hint, // "id" boosts Indonesian in DetectLanguageSummaryV25() 2527 tld_hint, // "id" boosts Indonesian in DetectLanguageSummaryV25() 2552 tld_hint, // "id" boosts Indonesian in DetectLanguageSummaryV25()
|