Home
last modified time | relevance | path

Searched refs:getUtf8String (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
Dutf8_utils_test.cpp67 EXPECT_EQ("test", Utf8Utils::getUtf8String(CodePointArrayView(codePoints))); in TEST()
79 Utf8Utils::getUtf8String(CodePointArrayView(codePoints))); in TEST()
/aosp_15_r20/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Dutf8_utils.h33 static std::string getUtf8String(const CodePointArrayView codePoints);
Dutf8_utils.cpp84 /* static */ std::string Utf8Utils::getUtf8String(const CodePointArrayView codePoints) { in getUtf8String() function in latinime::dicttoolkit::Utf8Utils
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DGeneratedMessageTest.java652 assertThat(message.getUtf8String()).isEqualTo("\u1234"); in testDefaults()
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DGeneratedMessageTest.java652 assertThat(message.getUtf8String()).isEqualTo("\u1234"); in testDefaults()