OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHINESE_T
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/cld/languages/proto/
languages.pb.h
78
CHINESE_T
= 69, // This is added to solve the problem of
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
ext_lang_enc.cc
108
"
CHINESE_T
", /* 69 */
381
if (memcmp(&src[len - 2], "TW", 2) == 0) {return
CHINESE_T
;}
382
if (memcmp(&src[len - 2], "HK", 2) == 0) {return
CHINESE_T
;}
compact_lang_det_unittest_small.cc
[
all
...]
cldutil.cc
390
if (pa->probs[1] > 0) {tote->Add(cld::PackLanguage(
CHINESE_T
), pa->probs[1]);}
/external/chromium_org/components/translate/core/language_detection/
language_detection_util.cc
161
// CLD2::
CHINESE_T
. This is technically more precise for the language
166
} else if (cld_language == CLD2::
CHINESE_T
) {
/external/chromium_org/third_party/cld/languages/internal/
languages.cc
101
// confusion between
CHINESE_T
and CHINESE.
305
*language =
CHINESE_T
;
Completed in 108 milliseconds