Searched defs:outputLength (Results 1 - 7 of 7) 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/icu4c/test/intltest/
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/webkit/Source/WebCore/platform/text/mac/
H A DTextCodecMac.cpp133 void *outputBuffer, int outputBufferLength, int& outputLength)
194 outputLength = bytesWritten; member in namespace:WebCore
132 decode(const unsigned char* inputBuffer, int inputBufferLength, int& inputLength, void *outputBuffer, int outputBufferLength, int& outputLength) argument
/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/icu4c/i18n/
H A Duspoof.cpp390 UChar *dest, int32_t destCapacity, int32_t *outputLength, UErrorCode *status) {
407 *outputLength = requiredCapacity;
514 static UChar * convertFromUTF8(UChar *outBuf, int32_t outBufCapacity, int32_t *outputLength, argument
520 u_strFromUTF8(dest, outBufCapacity, outputLength, in, inLength, status);
522 dest = static_cast<UChar *>(uprv_malloc(*outputLength * sizeof(UChar)));
528 u_strFromUTF8(dest, *outputLength, NULL, in, inLength, status);
389 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/icu4c/test/cintltst/
H A Dccapitst.c2544 int32_t outputLength; local
2586 outputLength=(int32_t)(target-output);
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));

Completed in 197 milliseconds