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

  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/test/intltest/
convtest.h 46 int32_t utf8Length;
convtest.cpp     [all...]
  /external/icu4c/test/intltest/
convtest.h 46 int32_t utf8Length;
convtest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/common/
unisetspan.cpp 205 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;
    [all...]
unisetspan.h 125 int32_t 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/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp 314 int utf8Length = string->Utf8Length();
315 ASSERT(stringLength >= 0 && utf8Length >= 0);
318 doWriteUint32(static_cast<uint32_t>(utf8Length));
319 ensureSpace(utf8Length);
322 if (stringLength == utf8Length)
323 string->WriteOneByte(byteAt(m_position), 0, utf8Length, v8StringWriteOptions());
326 string->WriteUtf8(buffer, utf8Length, 0, v8StringWriteOptions());
328 m_position += utf8Length;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
  /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 636 milliseconds