HomeSort by relevance Sort by last modified time
    Searched refs:getTestOption (Results 1 - 16 of 16) sorted by null

  /external/icu4c/test/cintltst/
cintltst.c 114 while (getTestOption(REPEAT_TESTS_OPTION) > 0) { /* Loop runs once per complete execution of the tests
132 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) {
151 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) {
167 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) {
186 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) {
204 if (getTestOption(REPEAT_TESTS_OPTION) > 0) {
205 printf("Repeating tests %d more time(s)\n", getTestOption(REPEAT_TESTS_OPTION));
ucnvseltst.c 401 if (getTestOption(QUICK_OPTION) && num_encodings > 25) {
452 if (s == NULL || (getTestOption(QUICK_OPTION) && text.number > 3)) {
callcoll.c 290 if(getTestOption(QUICK_OPTION) <= 0) { /*!QUICK*/
332 if(getTestOption(QUICK_OPTION) <= 0) {
347 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) {
    [all...]
cldrtest.c     [all...]
ncnvfbts.c 227 if(getTestOption(VERBOSITY_OPTION))
390 if(getTestOption(VERBOSITY_OPTION))
putiltst.c 47 if(getTestOption(VERBOSITY_OPTION)){
citertst.c     [all...]
ncnvtst.c     [all...]
crestst.c 205 if(!getTestOption(VERBOSITY_OPTION))
    [all...]
nccbtst.c     [all...]
cmsccoll.c 779 } else if(getTestOption(VERBOSITY_OPTION) == 0) {
    [all...]
cucdtst.c     [all...]
nucnvtst.c 459 if(getTestOption(VERBOSITY_OPTION))
620 if(getTestOption(VERBOSITY_OPTION))
    [all...]
capitst.c     [all...]
  /external/icu4c/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/icu4c/tools/ctestfw/
ctest.c 1147 getTestOption ( int32_t testOption ) {
1169 value = getTestOption(testOption);
    [all...]

Completed in 527 milliseconds