Home
last modified time | relevance | path

Searched defs:lang_id (Results 1 – 10 of 10) sorted by relevance

/external/libtextclassifier/native/lang_id/
Dlang-id_jni.cc78 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd); in TC3_JNI_METHOD() local
89 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFile(path_str); in TC3_JNI_METHOD() local
98 std::unique_ptr<LangId> lang_id = in TC3_JNI_METHOD() local
146 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd); in TC3_JNI_METHOD() local
182 std::unique_ptr<LangId> lang_id = in TC3_JNI_METHOD() local
Dcustom-tokenizer.cc30 namespace lang_id { namespace
Dlang-id.cc48 namespace lang_id { namespace
/external/libtextclassifier/native/lang_id/script/
Dtiny-script-detector.cc21 namespace lang_id { namespace
/external/libtextclassifier/native/lang_id/fb_model/
Dlang-id-from-fb.cc25 namespace lang_id { namespace
Dmodel-provider-from-fb.cc29 namespace lang_id { namespace
/external/libtextclassifier/native/lang_id/features/
Drelevant-script-feature.cc30 namespace lang_id { namespace
Dchar-ngram-feature.cc31 namespace lang_id { namespace
/external/llvm-project/openmp/runtime/src/
Dkmp_i18n.cpp284 WORD lang_id = LANGIDFROMLCID(locale_id); in __kmp_i18n_do_catopen() local
/external/libtextclassifier/native/annotator/
Dannotator.cc630 bool Annotator::SetLangId(const libtextclassifier3::mobile::lang_id::LangId* lang_id) { in SetLangId()