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.cc49 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.cc27 namespace lang_id { namespace
Dmodel-provider-from-fb.cc31 namespace lang_id { namespace
/external/rust/crates/errno/src/
Dwindows.rs46 let lang_id = 0x0800_u32; in with_description() localVariable
/external/libtextclassifier/native/lang_id/features/
Drelevant-script-feature.cc31 namespace lang_id { namespace
Dchar-ngram-feature.cc32 namespace lang_id { namespace
/external/libtextclassifier/native/annotator/
Dannotator.cc650 bool Annotator::SetLangId(const libtextclassifier3::mobile::lang_id::LangId* lang_id) { in SetLangId()