OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gInBufferSize
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/test/cintltst/
ncnvfbts.c
32
static int32_t
gInBufferSize
= 0;
124
(int)
gInBufferSize
,
159
log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage,
gInBufferSize
,
188
if(
gInBufferSize
!= NEW_MAX_BUFFER )
194
sourceLimit = nct_min(src +
gInBufferSize
, realSourceEnd);
352
if(
gInBufferSize
!= NEW_MAX_BUFFER )
358
srcLimit = nct_min(realSourceEnd, src +
gInBufferSize
);
542
gInBufferSize
= insize;
ncnvtst.c
31
static int32_t
gInBufferSize
= 0;
57
(int)
gInBufferSize
,
[
all
...]
nccbtst.c
33
static int32_t
gInBufferSize
= 0;
78
(int)
gInBufferSize
,
174
gInBufferSize
= inputsize;
[
all
...]
nucnvtst.c
118
static int32_t
gInBufferSize
= NEW_MAX_BUFFER;
360
(int)
gInBufferSize
,
372
checking without gOutBufferSize and
gInBufferSize
set to NEW_MAX_BUFFER */
423
if ( gOutBufferSize != realBufferSize ||
gInBufferSize
!= NEW_MAX_BUFFER )
429
sourceLimit = nct_min(src +
gInBufferSize
, realSourceEnd);
529
checking without gOutBufferSize and
gInBufferSize
set to NEW_MAX_BUFFER */
581
if ( gOutBufferSize != realBufferSize ||
gInBufferSize
!= NEW_MAX_BUFFER )
587
srcLimit = nct_min(realSourceEnd, src +
gInBufferSize
);
842
gInBufferSize
= insize;
845
log_verbose("\n\n\nTesting conversions with InputBufferSize = %d, OutputBufferSize = %d\n",
gInBufferSize
, gOutBufferSize)
[
all
...]
Completed in 364 milliseconds