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

1 2

  /external/webkit/Source/WebCore/html/
DOMTokenList.cpp 68 unsigned inputLength = input.length();
70 output.reserveCapacity(inputLength);
74 while (position < inputLength) {
82 while (position < inputLength && isNotHTMLSpace(input[position]))
88 while (position < inputLength && isHTMLSpace(input[position]))
98 if (position < inputLength && !output.isEmpty())
  /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/icu4c/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/skia/legacy/src/core/
SkFlate.cpp 53 size_t inputLength = src->getLength();
54 if (input == NULL || inputLength == 0) {
60 flateData.avail_in = inputLength;
  /external/skia/src/core/
SkFlate.cpp 57 size_t inputLength = src->getLength();
58 if (input == NULL || inputLength == 0) {
64 flateData.avail_in = inputLength;
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 55 int32_t inputLength;
56 UPerfTest::getBuffer(inputLength, status);
57 if(U_SUCCESS(status) && inputLength>0) {
  /external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.cpp 450 gsize inputLength = length;
460 inputLength = length + m_numBufferedBytes;
461 prefixedBytes = static_cast<char*>(fastMalloc(inputLength));
474 input, inputLength,
480 inputLength -= bytesRead;
486 memcpy(m_bufferedBytes, input, inputLength);
487 m_numBufferedBytes = inputLength;
488 inputLength = 0;
494 if (inputLength) {
497 inputLength -= 1
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
HanziToPinyin.java 136 final int inputLength = input.length();
145 for (int i = 0; i < inputLength; i++) {
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 59 int32_t inputLength;
60 UPerfTest::getBuffer(inputLength, status);
61 if(U_SUCCESS(status) && inputLength>0) {
  /external/icu4c/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/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp 132 OSStatus TextCodecMac::decode(const unsigned char* inputBuffer, int inputBufferLength, int& inputLength,
193 inputLength = bytesRead;
  /external/icu4c/common/
dictbe.cpp 761 size_t inputLength = rangeEnd - rangeStart;
763 AutoBuffer<UChar, defaultInputLength> charString(inputLength);
769 utext_extract(text, rangeStart, rangeEnd, charString.elems(), inputLength, &status);
774 UnicodeString inputString(charString.elems(), inputLength);
782 AutoBuffer<int32_t, defaultInputLength> charPositions(inputLength + 1);
802 Normalizer normalizer(charString.elems(), inputLength, norm_mode);
    [all...]
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 72 virtual void ConvertFromUTF16(const url_parse::UTF16Char* input, int inputLength,
75 CString encoded = m_encoding->encode(input, inputLength, URLEncodedEntitiesForUnencodables);
806 int inputLength = cstr.length();
810 url_util::DecodeURLEscapeSequences(input, inputLength, &unescaped);
848 int inputLength = utf8.length();
851 for (int i = 0; i < inputLength; i++) {
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 2297 milliseconds

1 2