Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/libtextclassifier/native/lang_id/
H A 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
H A Dcustom-tokenizer.cc30 namespace lang_id { namespace
H A Dlang-id.cc49 namespace lang_id { namespace
/aosp_15_r20/trusty/user/app/confirmationui/test/
Dmain.cpp52 const char* lang_id; member
62 const char** lang_id = (const char**)param_arr[2]; in TEST_F_SETUP() local
151 const char** lang_id = (const char**)param_arr[2]; in confuip_to_string() local
/aosp_15_r20/system/teeui/libteeui/prebuilt/localization/
H A DConfirmationUITranslations.cpp1319 int langIdMatch(const char* const* lang_ids, const char* lang_id) { in langIdMatch()
1353 const char* selectLangId(const char* lang_id) { in selectLangId()
H A DConfirmationUITranslations-test.cpp45 static const char* test_lang_id_match(const char* lang_ids[], const char* lang_id) { in test_lang_id_match()
/aosp_15_r20/hardware/interfaces/confirmationui/support/src/
H A DConfirmationUITranslations.c1091 int ConfirmationUITranslations_lang_id_match(const char** lang_ids, const char* lang_id) { in ConfirmationUITranslations_lang_id_match()
1125 const char* ConfirmationUITranslations_select_lang_id(const char* lang_id) { in ConfirmationUITranslations_select_lang_id()
/aosp_15_r20/external/libtextclassifier/native/lang_id/script/
H A Dtiny-script-detector.cc21 namespace lang_id { namespace
/aosp_15_r20/hardware/interfaces/confirmationui/support/test/
H A DConfirmationUITranslations-test.c37 static const char* test_lang_id_match(const char* lang_ids[], const char* lang_id) { in test_lang_id_match()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dsphelper.h66 WCHAR lang_id[9]; variable
/aosp_15_r20/external/libtextclassifier/native/lang_id/fb_model/
H A Dlang-id-from-fb.cc27 namespace lang_id { namespace
H A Dmodel-provider-from-fb.cc31 namespace lang_id { namespace
/aosp_15_r20/external/rust/android-crates-io/crates/errno/src/
Dwindows.rs46 let lang_id = 0x0800_u32; in with_description() localVariable
/aosp_15_r20/external/libtextclassifier/native/lang_id/features/
H A Drelevant-script-feature.cc31 namespace lang_id { namespace
H A Dchar-ngram-feature.cc32 namespace lang_id { namespace
/aosp_15_r20/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.cpp107 const char* lang_id, in start()
/aosp_15_r20/external/coreboot/src/lib/
H A Dux_locales.c120 uint32_t lang_id = 0; /* default language English (0) */ in ux_locales_get_text() local
/aosp_15_r20/external/coreboot/tests/lib/
H A Dux_locales-test.c77 uint32_t lang_id; member
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/udc/
H A Dudc.c53 void udc_add_strings(unsigned short lang_id, unsigned char count, in udc_add_strings()
/aosp_15_r20/system/teeui/libteeui_jni/
H A Dlibteeui_jni.cpp187 JString lang_id(env, jlang_id); in Java_com_android_framebufferizer_NativeRenderer_setLanguage() local
/aosp_15_r20/external/pciutils/lib/
H A Dwin32-helpers.c67 format_message_from_system(DWORD win32_error_id, DWORD lang_id, LPSTR buffer, DWORD size) in format_message_from_system()
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/
Ddevice_handle.rs686 let lang_id = u16::from(chunk[0]) | u16::from(chunk[1]) << 8; in read_languages() localVariable
/aosp_15_r20/external/rust/crates/rusb/src/
Ddevice_handle.rs686 let lang_id = u16::from(chunk[0]) | u16::from(chunk[1]) << 8; in read_languages() localVariable
/aosp_15_r20/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto530 optional LangId lang_id = 68; field
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dannotator.cc650 bool Annotator::SetLangId(const libtextclassifier3::mobile::lang_id::LangId* lang_id) { in SetLangId()

12