OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outputLength
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/perf/utfperf/
utfperf.cpp
39
static int32_t utf8Length, encodedLength,
outputLength
, countInputCodePoints;
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/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp
133
void *outputBuffer, int outputBufferLength, int&
outputLength
)
194
outputLength
= bytesWritten;
/packages/inputmethods/LatinIME/native/src/
correction.cpp
532
const int inputLength, const unsigned short* output, const int
outputLength
) {
536
const int lo =
outputLength
+ 1;
560
LOGI("IN = %d, OUT = %d", inputLength,
outputLength
);
588
const int
outputLength
= outputIndex + 1;
690
for (int i = 0; i <
outputLength
; ++i) {
778
if (useFullEditDistance &&
outputLength
> inputLength + 1) {
779
const int diff =
outputLength
- inputLength - 1;
[
all
...]
/external/icu4c/test/cintltst/
ccapitst.c
[
all
...]
cmsccoll.c
774
int32_t
outputLength
;
843
outputLength
= (int32_t)strlen(output);
844
if(
outputLength
> maxOutputLength) {
845
maxOutputLength =
outputLength
;
846
U_ASSERT(
outputLength
< sizeof(output));
[
all
...]
Completed in 683 milliseconds