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
127
while (
getTestOption
(REPEAT_TESTS_OPTION) > 0) { /* Loop runs once per complete execution of the tests
145
if(!
getTestOption
(WARN_ON_MISSING_DATA_OPTION)) {
164
if(!
getTestOption
(WARN_ON_MISSING_DATA_OPTION)) {
180
if(!
getTestOption
(WARN_ON_MISSING_DATA_OPTION)) {
199
if(!
getTestOption
(WARN_ON_MISSING_DATA_OPTION)) {
217
if (
getTestOption
(REPEAT_TESTS_OPTION) > 0) {
218
printf("Repeating tests %d more time(s)\n",
getTestOption
(REPEAT_TESTS_OPTION));
227
if(
getTestOption
(VERBOSITY_OPTION) && ctst_allocated_total>0) {
ucnvseltst.c
401
if (
getTestOption
(QUICK_OPTION) && num_encodings > 25) {
452
if (s == NULL || (
getTestOption
(QUICK_OPTION) && text.number > 3)) {
ncnvfbts.c
229
if(
getTestOption
(VERBOSITY_OPTION))
392
if(
getTestOption
(VERBOSITY_OPTION))
putiltst.c
66
if(
getTestOption
(VERBOSITY_OPTION)){
callcoll.c
369
if(
getTestOption
(QUICK_OPTION) <= 0) {
384
if(
getTestOption
(QUICK_OPTION) <= 0 && norm != UCOL_ON) {
[
all
...]
cldrtest.c
[
all
...]
crestst.c
204
if(!
getTestOption
(VERBOSITY_OPTION))
[
all
...]
nccbtst.c
[
all
...]
ncnvtst.c
[
all
...]
cucdtst.c
[
all
...]
nucnvtst.c
448
if(
getTestOption
(VERBOSITY_OPTION))
609
if(
getTestOption
(VERBOSITY_OPTION))
[
all
...]
capitst.c
[
all
...]
cmsccoll.c
977
int32_t myQ =
getTestOption
(QUICK_OPTION);
979
if(
getTestOption
(QUICK_OPTION) < 0) {
[
all
...]
/external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h
29
* Use with set/
getTestOption
().
39
* Use with set/
getTestOption
().
47
* Use with set/
getTestOption
().
57
* Use with set/
getTestOption
().
68
* Use with set/
getTestOption
().
78
* Use with set/
getTestOption
().
113
getTestOption
( int32_t testOption );
/external/icu/icu4c/source/tools/ctestfw/
ctest.c
[
all
...]
Completed in 1424 milliseconds