HomeSort by relevance Sort by last modified time
    Searched refs:utf8ToUtf16 (Results 1 - 16 of 16) sorted by null

  /frameworks/minikin/tests/perftests/
WordBreaker.cpp 32 std::vector<uint16_t> text = utf8ToUtf16(kLoremIpsum);
Hyphenator.cpp 32 std::vector<uint16_t> word = utf8ToUtf16("hyphen");
45 std::vector<uint16_t> word = utf8ToUtf16("Pneumonoultramicroscopicsilicovolcanoconiosis");
  /frameworks/minikin/tests/util/
UnicodeUtils.h 32 std::vector<uint16_t> utf8ToUtf16(const std::string& text);
UnicodeUtils.cpp 105 std::vector<uint16_t> utf8ToUtf16(const std::string& text) {
  /external/oj-libjdwp/src/share/npt/
npt.c 70 npt->utf8ToUtf16 = &utf8ToUtf16;
utf.h 57 int JNICALL utf8ToUtf16
npt.h 68 int (JNICALL *utf8ToUtf16)
utf.c 54 utf8ToUtf16(struct UtfInst *ui, jbyte *utf8, int len, unsigned short *output, int outputMaxLen)
472 len3 = utf8ToUtf16(ui, (jbyte*)buf1, len1, (jchar*)buf3, 1024);
  /frameworks/minikin/tests/unittest/
LayoutTest.cpp 49 auto utf16 = utf8ToUtf16(text);
59 auto utf16 = utf8ToUtf16(text);
93 text = utf8ToUtf16("oneword");
113 text = utf8ToUtf16("two words");
133 text = utf8ToUtf16("three words test");
153 text = utf8ToUtf16("two spaces");
189 text = utf8ToUtf16("oneword");
209 text = utf8ToUtf16("two words");
233 text = utf8ToUtf16("three words test");
255 text = utf8ToUtf16("two spaces")
    [all...]
BidiUtilsTest.cpp 33 auto text = utf8ToUtf16(LTR_1);
92 auto text = utf8ToUtf16(RTL_1);
151 auto text = utf8ToUtf16(std::string(LTR_1) + RTL_1);
152 uint32_t ltrLength = utf8ToUtf16(LTR_1).size();
153 uint32_t rtlLength = utf8ToUtf16(RTL_1).size();
239 auto text = utf8ToUtf16(std::string(RTL_1) + LTR_1);
240 uint32_t ltrLength = utf8ToUtf16(LTR_1).size();
241 uint32_t rtlLength = utf8ToUtf16(RTL_1).size();
327 auto text = utf8ToUtf16(std::string(LTR_1) + RTL_1 + LTR_2);
328 uint32_t ltr1Length = utf8ToUtf16(LTR_1).size()
    [all...]
GreedyLineBreakerTest.cpp 83 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text.");
291 const std::vector<uint16_t> textBuf = utf8ToUtf16("Hyphenation is hyphenation.");
565 const std::vector<uint16_t> textBuf = utf8ToUtf16("czerwono-niebieska");
619 const auto textBuf = utf8ToUtf16("");
627 const auto textBuf = utf8ToUtf16("A");
    [all...]
LayoutCacheTest.cpp 47 auto text = utf8ToUtf16("android");
65 auto text1 = utf8ToUtf16("android");
66 auto text2 = utf8ToUtf16("ANDROID");
252 auto text = utf8ToUtf16("android");
263 auto text1 = utf8ToUtf16(std::string(c, 10));
OptimalLineBreakerTest.cpp 92 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text.");
    [all...]
LineBreakerTestHelper.h 106 std::vector<uint16_t> u16Str = utf8ToUtf16(expected[i].mLineContent);
WordBreakerTests.cpp 488 std::vector<uint16_t> buf = utf8ToUtf16("Hello http://abc/d.html World");
  /frameworks/av/media/mtp/
MtpStringBuffer.cpp 35 static std::u16string utf8ToUtf16(std::string input_str) {
89 std::u16string src16 = utf8ToUtf16(mString);

Completed in 599 milliseconds