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

  /external/unicode/
harness.c 153 UTF8 utf8_buf[8]; local
165 for (n = 0; n < 8; n++) utf8_buf[n] = 0;
169 utf8TargetStart = utf8SourceStart = utf8_buf;
203 result = ConvertUTF16toUTF8((const UTF16 **) &utf16SourceStart, &(utf16_buf[2]), &utf8TargetStart, &(utf8_buf[7]), strictConversion);
213 i, utf32_buf[0], utf16_buf[0], utf16_buf[1], utf8_buf, result);
229 i, utf32_buf[0], utf16_buf[0], utf16_buf[1], utf8_buf, result);
241 utf8TargetStart = utf8SourceStart = utf8_buf;
246 result = ConvertUTF8toUTF16((const UTF8 **) &utf8SourceStart, &(utf8_buf[trailingBytesForUTF8[utf8_buf[0]]+1]), &utf16TargetStart, &(utf16_result[2]), strictConversion);
256 i, utf32_buf[0], utf8_buf, utf16_buf[0], utf16_buf[1], result)
314 UTF8 utf8_buf[8]; local
404 UTF8 utf8_buf[8]; local
    [all...]
  /external/libtextclassifier/util/utf8/
unicodetext.cc 179 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) {
182 t.CopyUTF8(utf8_buf, len);
184 t.PointToUTF8(utf8_buf, len);
unicodetext.h 190 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy);

Completed in 331 milliseconds