Searched refs:outputLength (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz/tests/linebreaking/ |
D | harfbuzz-qt.cpp | 92 …nvertFromUnicode(void *codec, const HB_UChar16 *unicode, hb_uint32 length, hb_uint32 *outputLength) in HB_TextCodec_ConvertFromUnicode() argument 98 if (outputLength) in HB_TextCodec_ConvertFromUnicode() 99 *outputLength = data.length(); in HB_TextCodec_ConvertFromUnicode()
|
/external/icu4c/test/perf/utfperf/ |
D | utfperf.cpp | 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable 182 encodedLength=outputLength=0; in call() 209 outputLength=pOut-output; in call() 210 if(inputLength!=outputLength) { in call() 211 …f(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength); in call()
|
/external/icu4c/i18n/ |
D | uspoof.cpp | 388 … UChar *dest, int32_t destCapacity, int32_t *outputLength, UErrorCode *status) { in getSkeleton() argument 405 *outputLength = requiredCapacity; in getSkeleton() 512 static UChar * convertFromUTF8(UChar *outBuf, int32_t outBufCapacity, int32_t *outputLength, in convertFromUTF8() argument 518 u_strFromUTF8(dest, outBufCapacity, outputLength, in, inLength, status); in convertFromUTF8() 520 dest = static_cast<UChar *>(uprv_malloc(*outputLength * sizeof(UChar))); in convertFromUTF8() 526 u_strFromUTF8(dest, *outputLength, NULL, in, inLength, status); in convertFromUTF8()
|
/external/icu4c/test/intltest/ |
D | normconf.cpp | 531 UnicodeString output[], int32_t outputLength) { in hexsplit() argument 536 for (i=0; i<outputLength; ++i) { in hexsplit() 569 if((i + 1) == outputLength) { in hexsplit() 572 …ln(UnicodeString("Missing field(s) in ", "") + s + " only " + (i + 1) + " out of " + outputLength); in hexsplit()
|
D | normconf.h | 97 UnicodeString output[], int32_t outputLength);
|
/external/webkit/Source/WebCore/platform/text/mac/ |
D | TextCodecMac.h | 51 void* outputBuffer, int outputBufferLength, int& outputLength);
|
D | TextCodecMac.cpp | 133 void *outputBuffer, int outputBufferLength, int& outputLength) in decode() argument 194 outputLength = bytesWritten; in decode()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
D | NetscapePluginMac.mm | 900 ByteCount outputLength; 904 ….characters(), kNilOptions, 0, 0, 0, 0, maxOutputLength, &inputRead, &outputLength, outputData.dat…
|
/external/icu4c/test/cintltst/ |
D | cmsccoll.c | 774 int32_t outputLength; in logFailure() local 843 outputLength = (int32_t)strlen(output); in logFailure() 844 if(outputLength > maxOutputLength) { in logFailure() 845 maxOutputLength = outputLength; in logFailure() 846 U_ASSERT(outputLength < sizeof(output)); in logFailure()
|
D | ccapitst.c | 2538 int32_t outputLength; in testFromTruncatedUTF8() local 2580 outputLength=(int32_t)(target-output); in testFromTruncatedUTF8()
|