Searched refs:utf8Length (Results 1 - 16 of 16) sorted by relevance

/external/chromium/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp49 utf8(NULL), utf8Length(0), countInputCodePoints(0) {
61 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
63 utf8=(char *)malloc(utf8Length);
66 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
75 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length,
76 (double)utf8Length/countInputCodePoints);
88 int32_t utf8Length; member in class:UTrie2PerfTest
164 UBool isFCD=unorm_checkFCDUTF8((const uint8_t *)testcase.utf8, testcase.utf8Length, NULL);
/external/icu4c/test/perf/utrie2perf/
H A Dutrie2perf.cpp49 utf8(NULL), utf8Length(0), countInputCodePoints(0) {
61 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
63 utf8=(char *)malloc(utf8Length);
66 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
75 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length,
76 (double)utf8Length/countInputCodePoints);
88 int32_t utf8Length; member in class:UTrie2PerfTest
164 UBool isFCD=unorm_checkFCDUTF8((const uint8_t *)testcase.utf8, testcase.utf8Length, NULL);
/external/chromium/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
67 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
69 utf8=(char *)malloc(utf8Length);
72 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
81 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
82 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
83 (double)utf8Length/countInputCodePoints);
122 int32_t utf8Length; member in class:UnicodeSetPerformanceTest
341 int32_t length=testcase.utf8Length;
387 int32_t length=testcase.utf8Length;
[all...]
/external/icu4c/test/perf/unisetperf/
H A Dunisetperf.cpp50 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
67 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
69 utf8=(char *)malloc(utf8Length);
72 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
81 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
82 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
83 (double)utf8Length/countInputCodePoints);
122 int32_t utf8Length; member in class:UnicodeSetPerformanceTest
341 int32_t length=testcase.utf8Length;
387 int32_t length=testcase.utf8Length;
[all...]
/external/chromium/third_party/icu/source/test/intltest/
H A Dconvtest.h46 int32_t utf8Length; member in struct:ConversionCase
H A Dconvtest.cpp1168 utf8Limit=source+cc.utf8Length;
1401 u_strToUTF8(utf8, LENGTHOF(utf8), &cc.utf8Length,
1408 cc.utf8Length=-1;
1460 if(cc.utf8Length>=0) {
/external/icu4c/test/intltest/
H A Dconvtest.h46 int32_t utf8Length; member in struct:ConversionCase
H A Dconvtest.cpp1196 utf8Limit=source+cc.utf8Length;
1429 u_strToUTF8(utf8, LENGTHOF(utf8), &cc.utf8Length,
1436 cc.utf8Length=-1;
1488 if(cc.utf8Length>=0) {
/external/chromium/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
89 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status);
268 input8(utf8), input8Length(utf8Length) {
/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
89 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status);
268 input8(utf8), input8Length(utf8Length) {
/external/chromium/third_party/icu/source/common/
H A Dunisetspan.cpp205 utf8Length(0),
242 utf8Length+=length8;
267 allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
272 allocSize+=stringsLength*4+utf8Length;
327 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
365 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
393 utf8Length(otherStringSpan.utf8Length),
405 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
H A Dunisetspan.h125 int32_t utf8Length; member in class:UnicodeSetStringSpan
/external/icu4c/common/
H A Dunisetspan.cpp205 utf8Length(0),
242 utf8Length+=length8;
267 allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
272 allocSize+=stringsLength*4+utf8Length;
327 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
365 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
393 utf8Length(otherStringSpan.utf8Length),
405 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
H A Dunisetspan.h125 int32_t utf8Length; member in class:UnicodeSetStringSpan
/external/chromium/third_party/icu/source/test/cintltst/
H A Dccapitst.c2527 int32_t utf8Length; local
2559 utf8Length=charUTF8Length+length;
2568 &source, utf8+utf8Length,
2592 int32_t utf8Length, expectLength; local
2608 utf8Length=charUTF8Length;
2615 memcpy(utf8+utf8Length, badUTF8[i], length);
2616 utf8Length+=length;
2618 memcpy(utf8+utf8Length, charUTF8, charUTF8Length);
2619 utf8Length+=charUTF8Length;
2630 utf8, utf8Length,
[all...]
/external/icu4c/test/cintltst/
H A Dccapitst.c2533 int32_t utf8Length; local
2565 utf8Length=charUTF8Length+length;
2574 &source, utf8+utf8Length,
2598 int32_t utf8Length, expectLength; local
2614 utf8Length=charUTF8Length;
2621 memcpy(utf8+utf8Length, badUTF8[i], length);
2622 utf8Length+=length;
2624 memcpy(utf8+utf8Length, charUTF8, charUTF8Length);
2625 utf8Length+=charUTF8Length;
2636 utf8, utf8Length,
[all...]

Completed in 285 milliseconds