Home
last modified time | relevance | path

Searched refs:str5 (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/js-native-api/test_string/
Dtest.js90 const str5 = 'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ'; constant
91 assert.strictEqual(test_string.TestLatin1(str5), str5);
92 assert.strictEqual(test_string.TestUtf8(str5), str5);
93 assert.strictEqual(test_string.TestUtf16(str5), str5);
94 assert.strictEqual(test_string.TestLatin1AutoLength(str5), str5);
95 assert.strictEqual(test_string.TestUtf8AutoLength(str5), str5);
96 assert.strictEqual(test_string.TestUtf16AutoLength(str5), str5);
97 assert.strictEqual(test_string.TestLatin1External(str5), str5);
98 assert.strictEqual(test_string.TestUtf16External(str5), str5);
99 assert.strictEqual(test_string.TestLatin1ExternalAutoLength(str5), str5);
[all …]
/third_party/mesa3d/src/util/tests/
Dstring_buffer_test.cpp47 char str5[40]; member in string_buffer
103 snprintf(str5, sizeof(str5), "Testing formatting %d, %x", 100, 0xDEADBEAF); in TEST_F()
106 strncat(str4, str5, sizeof(str5)); in TEST_F()