OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputLength
(Results
1 - 16
of
16
) sorted by null
/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/src/core/
SkFlate.cpp
61
size_t
inputLength
= src->getLength();
62
if (input == NULL ||
inputLength
== 0) {
68
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
...]
/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;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
HanziToPinyin.java
411
final int
inputLength
= input.length();
418
for (int i = 0; i <
inputLength
; i++) {
/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);
811
int
inputLength
= cstr.length();
815
url_util::DecodeURLEscapeSequences(input,
inputLength
, &unescaped);
853
int
inputLength
= utf8.length();
856
for (int i = 0; i <
inputLength
; i++) {
[
all
...]
/packages/inputmethods/LatinIME/native/src/
correction.cpp
48
void Correction::initCorrection(const ProximityInfo *pi, const int
inputLength
,
51
mInputLength =
inputLength
;
532
const int
inputLength
, const unsigned short* output, const int outputLength) {
535
const int li =
inputLength
+ 1;
560
LOGI("IN = %d, OUT = %d",
inputLength
, outputLength);
578
const int
inputLength
= correction->mInputLength;
589
if (skippedCount >=
inputLength
||
inputLength
== 0) {
594
bool sameLength = lastCharExceeded ? (
inputLength
== inputIndex + 2)
595
: (
inputLength
== inputIndex + 1)
[
all
...]
/external/icu4c/test/intltest/
regextst.cpp
[
all
...]
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
/prebuilt/common/ant/
ant.jar
Completed in 186 milliseconds