Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp138 SetLanguage(args, SharedData<string>::GetData(SharedDataType::LAN)); in SetJsAppArgs()
290 void JsAppImpl::SetLanguage(Platform::AceRunArgs& args, const std::string language) const in SetLanguage() function in JsAppImpl
488 SetLanguage(args, SharedData<string>::GetData(SharedDataType::LAN)); in ParseSystemParams()
501 SetLanguage(args, lanInfo.substr(0, lanInfo.find("_"))); in ParseSystemParams()
DJsAppImpl.h78 void SetLanguage(OHOS::Ace::Platform::AceRunArgs& args, const std::string) const;