Home
last modified time | relevance | path

Searched refs:language (Results 1 - 6 of 6) sorted by relevance

/ide/tools/previewer/jsapp/lite/
H A DTimerTaskHandler.cpp12 * See the License for the specific language governing permissions and
91 void TimerTaskHandler::CheckLanguageChanged(std::string language) in CheckLanguageChanged() argument
93 ILOG("CheckLanguageChanged value: %s", language.c_str()); in CheckLanguageChanged()
94 GLOBAL_ConfigLanguage(language.data()); in CheckLanguageChanged()
H A DTimerTaskHandler.h12 * See the License for the specific language governing permissions and
28 void CheckLanguageChanged(std::string language);
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp12 * See the License for the specific language governing permissions and
346 options.language = aceRunArgs.language; in SetSimulatorCommonParams()
537 void JsAppImpl::SetLanguage(Platform::AceRunArgs& args, const std::string language) const in SetLanguage()
539 args.language = language; in SetLanguage()
789 params.language = aceRunArgs.language; in SetSystemParams()
807 ILOG("LoadDocument params is density: %f region: %s language: %s deviceWidth: %d\ in LoadDocument()
811 params.language in LoadDocument()
[all...]
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp12 * See the License for the specific language governing permissions and
371 std::string language = SharedData<std::string>::GetData(SharedDataType::LANGUAGE); in TEST() local
372 EXPECT_EQ(language, "zh-CN"); in TEST()
H A DCommandLineTest.cpp12 * See the License for the specific language governing permissions and
1543 std::string language = SharedData<std::string>::GetData(SharedDataType::LANGUAGE); in TEST_F() local
1544 EXPECT_EQ(language, "zh-CN"); // zh-CN is default value in TEST_F()
1551 language = SharedData<std::string>::GetData(SharedDataType::LANGUAGE); in TEST_F()
1552 EXPECT_NE(language, "ar_AE"); in TEST_F()
1559 language = SharedData<std::string>::GetData(SharedDataType::LANGUAGE); in TEST_F()
1560 EXPECT_NE(language, "aa_BB"); in TEST_F()
1571 std::string language = SharedData<std::string>::GetData(SharedDataType::LANGUAGE); in TEST_F() local
1572 EXPECT_EQ(language, "en-US"); in TEST_F()
1579 language in TEST_F()
[all...]
/ide/tools/previewer/cli/
H A DCommandLine.cpp12 * See the License for the specific language governing permissions and
759 std::string language = SharedData<std::string>::GetData(SharedDataType::LANGUAGE); in RunGet() local
761 resultContent.Add("Language", language.c_str()); in RunGet()
763 ILOG("Get language run finished."); in RunGet()
768 std::string language(args["Language"].AsString()); in RunSet()
769 SharedData<std::string>::SetData(SharedDataType::LANGUAGE, language); in RunSet()
771 ILOG("Set language run finished, language is: %s", language.c_str()); in RunSet()

Completed in 9 milliseconds