Home
last modified time | relevance | path

Searched defs:utf8_buf (Results 1 – 3 of 3) sorted by relevance

/external/unicode/
Dharness.c153 UTF8 utf8_buf[8]; in test02() local
314 UTF8 utf8_buf[8]; in test03() local
404 UTF8 utf8_buf[8]; in test04() local
/external/libtextclassifier/native/utils/utf8/
Dunicodetext.cc318 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) { in UTF8ToUnicodeText()
328 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy) { in UTF8ToUnicodeText()
/external/skia/modules/svg/src/
DSkSVGText.cpp212 char utf8_buf[SkUTF::kMaxBytesInUTF8Sequence]; in append() local