Searched refs:outputLength (Results 1 - 14 of 14) sorted by relevance

/external/harfbuzz/tests/linebreaking/
H A Dharfbuzz-qt.cpp92 char *HB_TextCodec_ConvertFromUnicode(void *codec, const HB_UChar16 *unicode, hb_uint32 length, hb_uint32 *outputLength) argument
98 if (outputLength)
99 *outputLength = data.length();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnormconf.h97 UnicodeString output[], int32_t outputLength);
H A Dnormconf.cpp531 UnicodeString output[], int32_t outputLength) {
536 for (i=0; i<outputLength; ++i) {
569 if((i + 1) == outputLength) {
572 errln(UnicodeString("Missing field(s) in ", "") + s + " only " + (i + 1) + " out of " + outputLength);
530 hexsplit(const char *s, char delimiter, UnicodeString output[], int32_t outputLength) argument
/external/icu4c/test/intltest/
H A Dnormconf.h97 UnicodeString output[], int32_t outputLength);
H A Dnormconf.cpp531 UnicodeString output[], int32_t outputLength) {
536 for (i=0; i<outputLength; ++i) {
569 if((i + 1) == outputLength) {
572 errln(UnicodeString("Missing field(s) in ", "") + s + " only " + (i + 1) + " out of " + outputLength);
530 hexsplit(const char *s, char delimiter, UnicodeString output[], int32_t outputLength) argument
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
182 encodedLength=outputLength=0;
209 outputLength=pOut-output;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
182 encodedLength=outputLength=0;
209 outputLength=pOut-output;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflater.cpp76 static void setStreamParameter(z_stream* stream, const char* inputData, size_t inputLength, char* outputData, size_t outputLength) argument
81 stream->avail_out = outputLength;
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof.cpp388 UChar *dest, int32_t destCapacity, int32_t *outputLength, UErrorCode *status) {
405 *outputLength = requiredCapacity;
512 static UChar * convertFromUTF8(UChar *outBuf, int32_t outBufCapacity, int32_t *outputLength, argument
518 u_strFromUTF8(dest, outBufCapacity, outputLength, in, inLength, status);
520 dest = static_cast<UChar *>(uprv_malloc(*outputLength * sizeof(UChar)));
526 u_strFromUTF8(dest, *outputLength, NULL, in, inLength, status);
387 getSkeleton(const USpoofChecker *sc, uint32_t type, const UChar *s, int32_t inputLength, UChar *dest, int32_t destCapacity, int32_t *outputLength, UErrorCode *status) argument
/external/chromium_org/third_party/tlslite/tlslite/
H A DTLSRecordLayer.py997 outputLength = (macLength*2) + (keyLength*2) + (ivLength*2)
1003 outputLength)
1008 outputLength)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c774 int32_t outputLength; local
843 outputLength = (int32_t)strlen(output);
844 if(outputLength > maxOutputLength) {
845 maxOutputLength = outputLength;
846 U_ASSERT(outputLength < sizeof(output));
H A Dccapitst.c2538 int32_t outputLength; local
2580 outputLength=(int32_t)(target-output);
/external/icu4c/test/cintltst/
H A Dcmsccoll.c776 int32_t outputLength; local
845 outputLength = (int32_t)strlen(output);
846 if(outputLength > maxOutputLength) {
847 maxOutputLength = outputLength;
848 U_ASSERT(outputLength < sizeof(output));
H A Dccapitst.c2498 int32_t outputLength; local
2540 outputLength=(int32_t)(target-output);

Completed in 250 milliseconds