Home | History | Annotate | Download | only in runtime

Lines Matching refs:utf

1445   // The surrogate pair gets encoded into a 4 byte UTF sequence..
1451 // .. but is stored as is in the utf-16 representation.
1457 // 4 byte UTF sequence appended to an encoded surrogate pair.
1468 // The second surrogate pair, from the 4 byte UTF sequence in the input.
1478 // A string with 1, 2, 3 and 4 byte UTF sequences with spaces
1605 const char* utf = env_->GetStringUTFChars(s, nullptr);
1606 EXPECT_STREQ("hello", utf);
1607 env_->ReleaseStringUTFChars(s, utf);
1610 utf = env_->GetStringUTFChars(s, &is_copy);
1612 EXPECT_STREQ("hello", utf);
1613 env_->ReleaseStringUTFChars(s, utf);