Home
last modified time | relevance | path

Searched refs:str0 (Results 1 – 14 of 14) sorted by relevance

/third_party/json/docs/examples/
Djson_pointer__operator__notequal_stringtype.cpp14 std::string str0(""); in main() local
20 << "\"" << ptr0 << "\" != \"" << str0 << "\": " << (ptr0 != str0) << '\n' in main()
21 << "\"" << str0 << "\" != \"" << ptr1 << "\": " << (str0 != ptr1) << '\n' in main()
Djson_pointer__operator__equal_stringtype.cpp15 std::string str0(""); in main() local
21 << "\"" << ptr0 << "\" == \"" << str0 << "\": " << (ptr0 == str0) << '\n' in main()
22 << "\"" << str0 << "\" == \"" << ptr1 << "\": " << (str0 == ptr1) << '\n' in main()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dwritev.c30 char *str0 = "test "; in writev_0100() local
34 iov[0].iov_base = str0; in writev_0100()
35 iov[0].iov_len = strlen(str0) + 1; in writev_0100()
52 char *str0 = "test "; in writev_0200() local
56 iov[0].iov_base = str0; in writev_0200()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
Dunistd_writev_test.cpp22 const char* str0 = "test "; variable
26 iov[0].iov_base = reinterpret_cast<void*>(const_cast<char*>(str0));
27 iov[0].iov_len = strlen(str0) + 1;
/third_party/jerryscript/tests/jerry/
Dstring-surrogates-concat.js15 var str0 = "��"; variable
22 assert(str0 == str_concat);
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
Dwcstold.c37 wchar_t str0[] = L"3.14wcstold"; in wcstold_0100() local
41 long double val = wcstold(str0, &end); in wcstold_0100()
Dwcstod.c37 wchar_t str0[] = L"3.14wcstod"; in wcstod_0100() local
41 double val = wcstod(str0, &end); in wcstod_0100()
Dwcstof.c37 wchar_t str0[] = L"3.14wcstof"; in wcstof_0100() local
41 float val = wcstof(str0, &end); in wcstof_0100()
/third_party/jerryscript/tests/jerry/es2015/
Dtagged-template-literal.js24 var str0 = strings[0];
34 return `${str0}${personExp}${str1}${ageStr}`;
/third_party/icu/icu4c/source/test/cintltst/
Dulistfmttest.c39 static const UChar str0[] = { 0x41,0 }; /* "A" */ variable
44 static const UChar* strings[] = { str0, str1, str2, str3, str4 };
/third_party/skia/tests/
DSerializationTest.cpp786 const char* str0 = "rect-with-url"; in DEF_TEST() local
788 sk_sp<SkData> d0(SkData::MakeWithCString(str0)); in DEF_TEST()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp629 static char str0[128] = "Hello, world!"; in ShowDemoWindowWidgets() local
630 ImGui::InputText("input text", str0, IM_ARRAYSIZE(str0)); in ShowDemoWindowWidgets()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java5827 String str0 = df0.format(12345.67);
5829 assertEquals("Serialized formatter does not produce same output", str0, str1);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java5827 String str0 = df0.format(12345.67);
5829 assertEquals("Serialized formatter does not produce same output", str0, str1);