HomeSort by relevance Sort by last modified time
    Searched refs:maxOutputLength (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 901 ByteCount maxOutputLength = string.length() * sizeof(UniChar);
903 Vector<UInt8> outputData(maxOutputLength);
904 OSStatus status = ConvertFromUnicodeToText(textInfo, inputLength, string.characters(), kNilOptions, 0, 0, 0, 0, maxOutputLength, &inputRead, &outputLength, outputData.data());
  /external/icu4c/test/cintltst/
cmsccoll.c 773 static int32_t maxOutputLength = 0;
844 if(outputLength > maxOutputLength) {
845 maxOutputLength = outputLength;
    [all...]

Completed in 156 milliseconds