Home
last modified time | relevance | path

Searched defs:LANG (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/utils/
DTransformUtil.ts198 LANG = 'lang', enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocale.cpp34 enum LocaleInfo { LANG, SCRIPT, COUNTRY, U_CA, U_KF, U_CO, U_HC, U_NU, U_KN, COUNT }; enumerator
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp459 constexpr auto LANG = ark::panda_file::SourceLang::ETS; in TEST() local