/external/chromium_org/third_party/icu/source/common/ |
unisetspan.h | 125 int32_t utf8Length;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.h | 46 int32_t utf8Length;
|
/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/common/ |
unisetspan.h | 125 int32_t utf8Length;
|
/external/icu4c/test/intltest/ |
convtest.h | 46 int32_t utf8Length;
|
/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/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/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/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/WebKit/Source/bindings/v8/ |
SerializedScriptValue.cpp | 299 int utf8Length = string->Utf8Length(); 300 ASSERT(stringLength >= 0 && utf8Length >= 0); 303 doWriteUint32(static_cast<uint32_t>(utf8Length)); 304 ensureSpace(utf8Length); 307 if (stringLength == utf8Length) 308 string->WriteOneByte(byteAt(m_position), 0, utf8Length, v8StringWriteOptions()); 311 string->WriteUtf8(buffer, utf8Length, 0, v8StringWriteOptions()); 313 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 | |