Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Dunicode_ex.cpp163 char* str8 = nullptr; in Char16ToChar8() local
180 bool String16ToString8(const u16string& str16, string& str8) in String16ToString8()
245 int Utf8ToUtf16Length(const char* str8, size_t str8Len) in Utf8ToUtf16Length()
310 char16_t* Char8ToChar16(const char* str8, size_t str8Len) in Char8ToChar16()
331 bool String8ToString16(const string& str8, u16string& str16) in String8ToString16()
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.cpp1078 std::string str8 = "</h:table></note>"; variable
1122 std::string str8 = " </h:table></note>"; variable
1162 std::string str8 = "</h:table></note>"; variable
1206 std::string str8 = " </h:table></note>"; variable
1246 std::string str8 = "</h:table></note>"; variable
1290 std::string str8 = "</h:table></note>"; variable
1333 std::string str8 = " </h:table></note>"; variable
1373 std::string str8 = "</h:table></note>"; variable
1417 std::string str8 = "</h:table></note>"; variable
1460 std::string str8 = "</h:table></note>"; variable
[all …]
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp1183 std::string str8 = ""; variable