Searched defs:utf8Length (Results 1 - 13 of 13) sorted by relevance

/external/icu/icu4c/source/common/
H A Dunisetspan.h127 int32_t utf8Length; member in class:UnicodeSetStringSpan
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h48 int32_t utf8Length; member in struct:ConversionCase
H A Drbbitst.cpp838 int32_t utf8Length; local
839 u_strToUTF8WithSub(NULL, 0, &utf8Length, // Output Buffer, NULL for preflight.
848 char *buffer = dest.getAppendBuffer(utf8Length, utf8Length, capacity, status);
849 u_strToUTF8WithSub(buffer, utf8Length, NULL,
852 dest.append(buffer, utf8Length, status);
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp51 utf8(NULL), utf8Length(0), countInputCodePoints(0) {
63 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
65 utf8=(char *)malloc(utf8Length);
68 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
77 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length,
78 (double)utf8Length/countInputCodePoints);
90 int32_t utf8Length; member in class:UTrie2PerfTest
166 UBool isFCD=unorm_checkFCDUTF8((const uint8_t *)testcase.utf8, testcase.utf8Length, NULL);
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp53 utf8(NULL), utf8Length(0), countInputCodePoints(0), spanCount(0) {
70 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
72 utf8=(char *)malloc(utf8Length);
75 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
84 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
85 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
86 (double)utf8Length/countInputCodePoints);
125 int32_t utf8Length; member in class:UnicodeSetPerformanceTest
344 int32_t length=testcase.utf8Length;
390 int32_t length=testcase.utf8Length;
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DClassFileNameHandler.java150 private static int utf8Length(String str) { method in class:ClassFileNameHandler
151 int utf8Length = 0;
155 utf8Length += utf8Length(c);
158 return utf8Length;
161 private static int utf8Length(int codePoint) { method in class:ClassFileNameHandler
198 int bytesRemoved = utf8Length(codePoints[midPoint]);
203 bytesRemoved += utf8Length(codePoints[secondStart]);
211 bytesRemoved += utf8Length(codePoints[firstEnd]);
215 bytesRemoved += utf8Length(codePoint
[all...]
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
92 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status);
271 input8(utf8), input8Length(utf8Length) {
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c2502 int32_t utf8Length; local
2534 utf8Length=charUTF8Length+length;
2543 &source, utf8+utf8Length,
2568 int32_t utf8Length, expectLength; local
2584 utf8Length=charUTF8Length;
2591 memcpy(utf8+utf8Length, badUTF8[i], length);
2592 utf8Length+=length;
2594 memcpy(utf8+utf8Length, charUTF8, charUTF8Length);
2595 utf8Length+=charUTF8Length;
2606 utf8, utf8Length,
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 511 milliseconds