Home | History | Annotate | Download | only in common

Lines Matching full:utf8

21 #include "unicode/utf8.h"
323 UConverter *utf8;
332 utf8=pToUArgs->converter;
339 c=(UChar32)utf8->toUnicodeStatus;
349 utf8->toUnicodeStatus=0;
350 utf8->toULength=0;
407 utf8->toUnicodeStatus=utf8->toUBytes[0]=b=*source++;
408 utf8->toULength=1;
409 utf8->mode=U8_COUNT_TRAIL_BYTES(b)+1;