Lines Matching refs:utf
1358 // The surrogate pair gets encoded into a 4 byte UTF sequence..
1364 // .. but is stored as is in the utf-16 representation.
1370 // 4 byte UTF sequence appended to an encoded surrogate pair.
1381 // The second surrogate pair, from the 4 byte UTF sequence in the input.
1391 // A string with 1, 2, 3 and 4 byte UTF sequences with spaces
1512 const char* utf = env_->GetStringUTFChars(s, nullptr);
1513 EXPECT_STREQ("hello", utf);
1514 env_->ReleaseStringUTFChars(s, utf);
1517 utf = env_->GetStringUTFChars(s, &is_copy);
1519 EXPECT_STREQ("hello", utf);
1520 env_->ReleaseStringUTFChars(s, utf);