Home
last modified time | relevance | path

Searched refs:lanInfo (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/
H A DRichPreviewer.cpp90 std::string lanInfo = SharedData<std::string>::GetData(SharedDataType::LANGUAGE); in InitSharedData() local
91 SharedData<std::string>(SharedDataType::LAN, lanInfo.substr(0, lanInfo.find("_"))); in InitSharedData()
92 SharedData<std::string>(SharedDataType::REGION, lanInfo.substr(lanInfo.find("_") + 1, lanInfo.length() - 1)); in InitSharedData()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp778 std::string lanInfo = paramObj["locale"].AsString(); in ParseSystemParams() local
779 SetLanguage(args, lanInfo.substr(0, lanInfo.find("_"))); in ParseSystemParams()
780 SetRegion(args, lanInfo.substr(lanInfo.find("_") + 1, lanInfo.length() - 1)); in ParseSystemParams()

Completed in 4 milliseconds