Home
last modified time | relevance | path

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

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