Lines Matching refs:utf8
53 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) { in UnicodeSetPerformanceTest()
72 utf8=(char *)malloc(utf8Length); in UnicodeSetPerformanceTest()
73 if(utf8!=NULL) { in UnicodeSetPerformanceTest()
75 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status); in UnicodeSetPerformanceTest()
124 char *utf8; member in UnicodeSetPerformanceTest
319 char utf8[4]; in SpanUTF8() local
328 U8_APPEND_UNSAFE(utf8, length, c); in SpanUTF8()
329 if(testcase.set.spanUTF8(utf8, length, USET_SPAN_CONTAINED)>0) { in SpanUTF8()
343 const char *s=testcase.utf8; in call()
365 char utf8[4]; in SpanBackUTF8() local
374 U8_APPEND_UNSAFE(utf8, length, c); in SpanBackUTF8()
375 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) { in SpanBackUTF8()
389 const char *s=testcase.utf8; in call()