Home
last modified time | relevance | path

Searched refs:ChangeLanguageCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dlocale_info.h193 …bool ChangeLanguageCode(char *lang, const int32_t dstSize, const char *src, const int32_t srcSize)…
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp197 bool LocaleInfo::ChangeLanguageCode(char *lang, const int32_t dstSize, const char *src, const int32… in ChangeLanguageCode() function in LocaleInfo
236 bool isRight = ChangeLanguageCode(lang, LANGUAGE_MAX_LENGTH, language, LenCharArray(language)); in GetMask()