Home | History | Annotate | Download | only in unisetperf

Lines Matching full:utf8

50               utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
66 // Preflight the UTF-8 length and allocate utf8.
69 utf8=(char *)malloc(utf8Length);
70 if(utf8!=NULL) {
72 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
121 char *utf8;
316 char utf8[4];
325 U8_APPEND_UNSAFE(utf8, length, c);
326 if(testcase.set.spanUTF8(utf8, length, USET_SPAN_CONTAINED)>0) {
340 const char *s=testcase.utf8;
362 char utf8[4];
371 U8_APPEND_UNSAFE(utf8, length, c);
372 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) {
386 const char *s=testcase.utf8;