OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTestOption
(Results
1 - 15
of
15
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cintltst.c
125
while (
getTestOption
(REPEAT_TESTS_OPTION) > 0) { /* Loop runs once per complete execution of the tests
143
if(!
getTestOption
(WARN_ON_MISSING_DATA_OPTION)) {
162
if(!
getTestOption
(WARN_ON_MISSING_DATA_OPTION)) {
178
if(!
getTestOption
(WARN_ON_MISSING_DATA_OPTION)) {
197
if(!
getTestOption
(WARN_ON_MISSING_DATA_OPTION)) {
215
if (
getTestOption
(REPEAT_TESTS_OPTION) > 0) {
216
printf("Repeating tests %d more time(s)\n",
getTestOption
(REPEAT_TESTS_OPTION));
225
if(
getTestOption
(VERBOSITY_OPTION) && ctst_allocated_total>0) {
ucnvseltst.c
399
if (
getTestOption
(QUICK_OPTION) && num_encodings > 25) {
450
if (s == NULL || (
getTestOption
(QUICK_OPTION) && text.number > 3)) {
ncnvfbts.c
227
if(
getTestOption
(VERBOSITY_OPTION))
390
if(
getTestOption
(VERBOSITY_OPTION))
putiltst.c
64
if(
getTestOption
(VERBOSITY_OPTION)){
callcoll.c
367
if(
getTestOption
(QUICK_OPTION) <= 0) {
382
if(
getTestOption
(QUICK_OPTION) <= 0 && norm != UCOL_ON) {
[
all
...]
cldrtest.c
[
all
...]
crestst.c
201
if(!
getTestOption
(VERBOSITY_OPTION))
[
all
...]
nccbtst.c
[
all
...]
ncnvtst.c
[
all
...]
cucdtst.c
[
all
...]
nucnvtst.c
446
if(
getTestOption
(VERBOSITY_OPTION))
607
if(
getTestOption
(VERBOSITY_OPTION))
[
all
...]
capitst.c
[
all
...]
cmsccoll.c
978
int32_t myQ =
getTestOption
(QUICK_OPTION);
980
if(
getTestOption
(QUICK_OPTION) < 0) {
[
all
...]
/external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h
27
* Use with set/
getTestOption
().
37
* Use with set/
getTestOption
().
45
* Use with set/
getTestOption
().
55
* Use with set/
getTestOption
().
66
* Use with set/
getTestOption
().
76
* Use with set/
getTestOption
().
111
getTestOption
( int32_t testOption );
/external/icu/icu4c/source/tools/ctestfw/
ctest.c
[
all
...]
Completed in 1356 milliseconds