HomeSort by relevance Sort by last modified time
    Searched refs:inputLength (Results 1 - 25 of 54) sorted by null

1 2 3

  /libcore/luni/src/main/java/java/nio/charset/
MalformedInputException.java 33 private int inputLength;
42 this.inputLength = length;
51 return this.inputLength;
56 return "Length: " + inputLength;
UnmappableCharacterException.java 33 private int inputLength;
42 this.inputLength = length;
49 return this.inputLength;
54 return "Length: " + inputLength;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
QuotedPrintable.cpp 42 static size_t lengthOfLineEndingAtIndex(const char* input, size_t inputLength, size_t index)
44 ASSERT_WITH_SECURITY_IMPLICATION(index < inputLength);
49 if ((index + 1) == inputLength || input[index + 1] != '\n')
62 void quotedPrintableEncode(const char* input, size_t inputLength, Vector<char>& out)
65 out.reserveCapacity(inputLength);
67 for (size_t i = 0; i < inputLength; ++i) {
68 bool isLastCharacter = (i == inputLength - 1);
76 if (!requiresEncoding && (currentCharacter == '\t' || currentCharacter == ' ') && (isLastCharacter || lengthOfLineEndingAtIndex(input, inputLength, i + 1)))
81 size_t lengthOfLineEnding = lengthOfLineEndingAtIndex(input, inputLength, i);
  /external/chromium_org/third_party/icu/source/samples/csdet/
csdet.c 29 int32_t inputLength, match, matchCount = 0;
47 inputLength = (int32_t) fread(buffer, 1, BUFFER_SIZE, file);
52 ucsdet_setText(csd, buffer, inputLength, &status);
  /external/icu/icu4c/source/samples/csdet/
csdet.c 29 int32_t inputLength, match, matchCount = 0;
47 inputLength = (int32_t) fread(buffer, 1, BUFFER_SIZE, file);
52 ucsdet_setText(csd, buffer, inputLength, &status);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflaterTest.cpp 43 const size_t inputLength = strlen(inputData);
45 ASSERT_TRUE(deflater->addBytes(inputData, inputLength));
52 EXPECT_EQ(inputLength, inflater->size());
58 ASSERT_TRUE(deflater->addBytes(inputData, inputLength));
65 EXPECT_EQ(inputLength, inflater->size());
96 const size_t inputLength = strlen(inputData);
101 ASSERT_TRUE(deflater->addBytes(inputData, inputLength));
107 EXPECT_EQ(inputLength, inflater->size());
WebSocketDeflater.cpp 76 static void setStreamParameter(z_stream* stream, const char* inputData, size_t inputLength, char* outputData, size_t outputLength)
79 stream->avail_in = inputLength;
  /external/chromium_org/third_party/skia/src/core/
SkFlate.cpp 57 size_t inputLength = src->getLength();
58 if (input == NULL || inputLength == 0) {
64 flateData.avail_in = SkToUInt(inputLength);
  /external/skia/src/core/
SkFlate.cpp 57 size_t inputLength = src->getLength();
58 if (input == NULL || inputLength == 0) {
64 flateData.avail_in = SkToUInt(inputLength);
  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 86 int32_t inputLength;
87 UPerfTest::getBuffer(inputLength, status);
124 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()),
145 int32_t inputLength;
175 pInLimit=input+inputLength;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
239 pInLimit=input+inputLength;
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 86 int32_t inputLength;
87 UPerfTest::getBuffer(inputLength, status);
124 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()),
145 int32_t inputLength;
175 pInLimit=input+inputLength;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
239 pInLimit=input+inputLength;
  /hardware/ti/omap4-aah/security/tf_sdk/include/
OEMCrypto.h 184 * ladder. If inputLength is not a multiple of the crypto block size (16 bytes),
193 * inputLength (in) - number of bytes in the input payload, which may not be a multiple of 16 bytes
204 const OEMCrypto_UINT8* input, const OEMCrypto_UINT32 inputLength,
215 * ladder. If inputLength is not a multiple of the crypto block size (16 bytes),
228 * inputLength (in) - number of bytes in the input payload, which may not be a multiple of 16 bytes
238 const OEMCrypto_UINT8* input, const OEMCrypto_UINT32 inputLength,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMTokenList.cpp 208 unsigned inputLength = input.length();
210 output.reserveCapacity(inputLength);
214 while (position < inputLength) {
222 while (position < inputLength && isNotHTMLSpace<UChar>(input[position]))
229 while (position < inputLength && isHTMLSpace<UChar>(input[position]))
239 if (position < inputLength && !output.isEmpty())
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ParsedContentType.cpp 54 unsigned inputLength = input.length();
58 if (tokenEnd >= inputLength)
64 while (tokenEnd < inputLength) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
HanziToPinyin.java 143 final int inputLength = input.length();
152 for (int i = 0; i < inputLength; i++) {
  /external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.cpp 55 int32_t inputLength;
56 UPerfTest::getBuffer(inputLength, status);
57 if(U_SUCCESS(status) && inputLength>0) {
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 55 int32_t inputLength;
56 UPerfTest::getBuffer(inputLength, status);
57 if(U_SUCCESS(status) && inputLength>0) {
  /external/chromium_org/third_party/skia/src/utils/
SkMD5.cpp 35 void SkMD5::update(const uint8_t* input, size_t inputLength) {
40 if (inputLength >= bufferAvailable) {
49 for (; inputIndex + 63 < inputLength; inputIndex += 64) {
58 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
60 this->byteCount += inputLength;
SkSHA1.cpp 33 void SkSHA1::update(const uint8_t* input, size_t inputLength) {
38 if (inputLength >= bufferAvailable) {
47 for (; inputIndex + 63 < inputLength; inputIndex += 64) {
56 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
58 this->byteCount += inputLength;
  /external/skia/src/utils/
SkMD5.cpp 35 void SkMD5::update(const uint8_t* input, size_t inputLength) {
40 if (inputLength >= bufferAvailable) {
49 for (; inputIndex + 63 < inputLength; inputIndex += 64) {
58 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
60 this->byteCount += inputLength;
SkSHA1.cpp 33 void SkSHA1::update(const uint8_t* input, size_t inputLength) {
38 if (inputLength >= bufferAvailable) {
47 for (; inputIndex + 63 < inputLength; inputIndex += 64) {
56 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
58 this->byteCount += inputLength;
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 59 int32_t inputLength;
60 UPerfTest::getBuffer(inputLength, status);
61 if(U_SUCCESS(status) && inputLength>0) {
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 59 int32_t inputLength;
60 UPerfTest::getBuffer(inputLength, status);
61 if(U_SUCCESS(status) && inputLength>0) {
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 176 int32_t inputLength = strlen(s);
188 if (isPrintableAscii(s, inputLength)) {
192 ucsdet_setText(csd, s, inputLength, &status);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 283 * @param {number} inputLength Length of the input to the translation.
292 function(inputLength, callback) {
295 textToBraille = new Array(inputLength);
296 for (var i = 0; i < inputLength; ++i) {

Completed in 1680 milliseconds

1 2 3