OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realBufferEnd
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/cintltst/
ncnvfbts.c
144
char *
realBufferEnd
;
182
realBufferEnd
= junkout + realBufferSize;
193
end = nct_min(targ + gOutBufferSize,
realBufferEnd
);
198
if(targ ==
realBufferEnd
)
313
UChar *
realBufferEnd
;
340
realBufferEnd
= junkout + realBufferSize;
357
end = nct_min( targ + gOutBufferSize,
realBufferEnd
);
360
if(targ ==
realBufferEnd
)
nccbtst.c
[
all
...]
ncnvtst.c
[
all
...]
nucnvtst.c
373
char *
realBufferEnd
;
406
realBufferEnd
= junkout + realBufferSize;
414
end = nct_min(targ + gOutBufferSize,
realBufferEnd
);
419
if(targ ==
realBufferEnd
) {
534
UChar *
realBufferEnd
;
564
realBufferEnd
= junkout + realBufferSize;
572
end = nct_min( targ + gOutBufferSize,
realBufferEnd
);
575
if(targ ==
realBufferEnd
)
[
all
...]
Completed in 64 milliseconds