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

  /frameworks/minikin/tests/perftests/
WordBreaker.cpp 29 std::vector<uint16_t> text = utf8ToUtf16(kLoremIpsum);
Hyphenator.cpp 32 std::vector<uint16_t> word = utf8ToUtf16("hyphen");
46 std::vector<uint16_t> word = utf8ToUtf16(
  /frameworks/minikin/tests/util/
UnicodeUtils.h 26 std::vector<uint16_t> utf8ToUtf16(const std::string& text);
UnicodeUtils.cpp 102 std::vector<uint16_t> utf8ToUtf16(const std::string& text) {
  /frameworks/minikin/tests/unittest/
LayoutTest.cpp 79 text = utf8ToUtf16("oneword");
98 text = utf8ToUtf16("two words");
117 text = utf8ToUtf16("three words test");
136 text = utf8ToUtf16("two spaces");
170 text = utf8ToUtf16("oneword");
189 text = utf8ToUtf16("two words");
212 text = utf8ToUtf16("three words test");
233 text = utf8ToUtf16("two spaces");
269 text = utf8ToUtf16("oneword");
288 text = utf8ToUtf16("two words")
    [all...]

Completed in 79 milliseconds