Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:gOutBufferSize
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
ncnvfbts.c
36
static int32_t
gOutBufferSize
= 0;
variable
128
(int)
gOutBufferSize
);
in setNuConvTestName()
163
gOutBufferSize
);
in testConvertFromUnicode()
188
if (
gOutBufferSize
!= realBufferSize )
in testConvertFromUnicode()
196
end = nct_min(targ +
gOutBufferSize
, realBufferEnd);
in testConvertFromUnicode()
352
if (
gOutBufferSize
!= realBufferSize )
in testConvertToUnicode()
360
end = nct_min( targ +
gOutBufferSize
, realBufferEnd);
in testConvertToUnicode()
546
gOutBufferSize
= outsize;
in TestConvertFallBackWithBufferSizes()
H
A
D
nccbtst.c
39
static int32_t
gOutBufferSize
= 0;
variable
84
(int)
gOutBufferSize
);
in setNuConvTestName()
176
gOutBufferSize
= outputsize;
in TestSkip()
1106
gOutBufferSize
= outputsize;
in TestStop()
1377
gOutBufferSize
= outputsize;
in TestSub()
1802
gOutBufferSize
= outputsize;
in TestSubWithValue()
2551
gOutBufferSize
= outputsize;
in TestLegalAndOthers()
2586
gOutBufferSize
= outputsize;
in TestSingleByte()
2608
gOutBufferSize
= outputsize;
in TestEBCDIC_STATEFUL_Sub()
2657
gOutBufferSize
);
in testConvertFromUnicode()
[all...]
H
A
D
ncnvtst.c
38
static int32_t
gOutBufferSize
= 0;
variable
63
(int)
gOutBufferSize
);
in setNuConvTestName()
926
gOutBufferSize
= outsize;
in TestWithBufferSize()
1237
if (
gOutBufferSize
!= realBufferSize )
in testConvertFromU()
1245
end = nct_min(targ +
gOutBufferSize
, realBufferEnd);
in testConvertFromU()
1259
if(gInBufferSize ==999 &&
gOutBufferSize
==999)
in testConvertFromU()
1271
if(gInBufferSize ==999 &&
gOutBufferSize
==999)
in testConvertFromU()
1411
if (
gOutBufferSize
!= realBufferSize )
in testConvertToU()
1419
end = nct_min( targ +
gOutBufferSize
, realBufferEnd);
in testConvertToU()
1432
doFlush=(UBool)((gInBufferSize ==999 &&
gOutBufferSize
in testConvertToU()
[all...]
H
A
D
nucnvtst.c
127
static int32_t
gOutBufferSize
= NEW_MAX_BUFFER;
variable
351
(int)
gOutBufferSize
);
in setNuConvTestName()
362
checking without
gOutBufferSize
and gInBufferSize set to NEW_MAX_BUFFER */
413
if (
gOutBufferSize
!= realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
in testConvertFromU()
418
end = nct_min(targ +
gOutBufferSize
, realBufferEnd);
in testConvertFromU()
519
checking without
gOutBufferSize
and gInBufferSize set to NEW_MAX_BUFFER */
571
if (
gOutBufferSize
!= realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
in testConvertToU()
576
end = nct_min( targ +
gOutBufferSize
, realBufferEnd);
in testConvertToU()
833
gOutBufferSize
= outsize;
in TestNewConvertWithBufferSizes()
835
log_verbose("\n\n\nTesting conversions with InputBufferSize = %d, OutputBufferSize = %d\n", gInBufferSize,
gOutBufferSize
);
in TestNewConvertWithBufferSizes()
[all...]
Completed in 12 milliseconds