Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dstring_helper_test.cpp99 const std::u16string u16SourceStr1 = StringHelper::StringToU16string("AbCdEfGhIjKlMnOpQrStUvWxYz"); in HWTEST_F_L0() local
100 std::string upperStr = StringHelper::ToUpper(u16SourceStr1); in HWTEST_F_L0()
101 std::string lowerStr = StringHelper::ToLower(u16SourceStr1); in HWTEST_F_L0()

Completed in 2 milliseconds