OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gInBufferSize
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/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;
nccbtst.c
33
static int32_t
gInBufferSize
= 0;
78
(int)
gInBufferSize
,
170
gInBufferSize
= inputsize;
[
all
...]
ncnvtst.c
31
static int32_t
gInBufferSize
= 0;
57
(int)
gInBufferSize
,
[
all
...]
nucnvtst.c
118
static int32_t
gInBufferSize
= NEW_MAX_BUFFER;
341
(int)
gInBufferSize
,
353
checking without gOutBufferSize and
gInBufferSize
set to NEW_MAX_BUFFER */
404
if ( gOutBufferSize != realBufferSize ||
gInBufferSize
!= NEW_MAX_BUFFER )
410
sourceLimit = nct_min(src +
gInBufferSize
, realSourceEnd);
510
checking without gOutBufferSize and
gInBufferSize
set to NEW_MAX_BUFFER */
562
if ( gOutBufferSize != realBufferSize ||
gInBufferSize
!= NEW_MAX_BUFFER )
568
srcLimit = nct_min(realSourceEnd, src +
gInBufferSize
);
823
gInBufferSize
= insize;
826
log_verbose("\n\n\nTesting conversions with InputBufferSize = %d, OutputBufferSize = %d\n",
gInBufferSize
, gOutBufferSize)
[
all
...]
/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;
nccbtst.c
35
static int32_t
gInBufferSize
= 0;
80
(int)
gInBufferSize
,
176
gInBufferSize
= inputsize;
[
all
...]
ncnvtst.c
31
static int32_t
gInBufferSize
= 0;
57
(int)
gInBufferSize
,
[
all
...]
nucnvtst.c
125
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 1298 milliseconds