Home
last modified time | relevance | path

Searched defs:str16Value (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp499 u16string str16Value = Str8ToStr16(str8Value); variable
518 u16string str16Value = Str8ToStr16(str8Value); variable
529 u16string str16Value = Str8ToStr16(str8Value); variable
538 u16string str16Value = u"你好"; variable
552 u16string str16Value = u"某某技术有限公司"; variable
566 u16string str16Value = u"hello world!"; variable
580 u16string str16Value = u"1234567890!@#$%^&*()."; variable
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
H A Dstring_benchmark_test.cpp608 u16string str16Value = Str8ToStr16(str8Value); in BENCHMARK_F() local
634 u16string str16Value = Str8ToStr16(str8Value); in BENCHMARK_F() local
651 u16string str16Value = Str8ToStr16(str8Value); in BENCHMARK_F() local
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp261 u16string str16Value; in Str8ToStr16() local