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

  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 49 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;
164 UBool isFCD=unorm_checkFCDUTF8((const uint8_t *)testcase.utf8, testcase.utf8Length, NULL);
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 50 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;
341 int32_t length=testcase.utf8Length;
387 int32_t length=testcase.utf8Length;
    [all...]
  /external/icu4c/test/intltest/
convtest.h 46 int32_t utf8Length;
convtest.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 81 int utf8Length = g_utf8_strlen(utf8Text.get(), -1);
84 GOwnPtr<PangoLogAttr> attrs(g_new(PangoLogAttr, utf8Length + 1));
87 pango_get_log_attrs(utf8Text.get(), -1, -1, language, attrs.get(), utf8Length + 1);
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
89 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status);
268 input8(utf8), input8Length(utf8Length) {
  /external/icu4c/common/
unisetspan.cpp 207 utf8Length(0),
244 utf8Length+=length8;
269 allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
274 allocSize+=stringsLength*4+utf8Length;
329 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
367 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
395 utf8Length(otherStringSpan.utf8Length),
407 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length;
    [all...]
unisetspan.h 125 int32_t utf8Length;
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 

Completed in 604 milliseconds