Searched refs:THING2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditutil.cpp501 THING2, enumerator in enum:myEnum
516 TEST_ASSERT_TRUE(flags.get(THING2) == FALSE);
519 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
523 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
525 TEST_ASSERT_TRUE(flags.get(THING2) == FALSE);
530 TEST_ASSERT_TRUE(flags.get(THING2) == FALSE);
532 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
536 TEST_ASSERT_TRUE(flags.get(THING2) == FALSE);
538 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
539 flags.remove(THING2);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditutil.cpp519 THING2, enumerator in enum:myEnum
534 TEST_ASSERT_TRUE(flags.get(THING2) == FALSE);
537 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
541 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
543 TEST_ASSERT_TRUE(flags.get(THING2) == FALSE);
548 TEST_ASSERT_TRUE(flags.get(THING2) == FALSE);
550 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
554 TEST_ASSERT_TRUE(flags.get(THING2) == FALSE);
556 logln("get(thing1)=%d, get(thing2)=%d, get(thing3)=%d\n", flags.get(THING1), flags.get(THING2), flags.get(THING3));
557 flags.remove(THING2);
[all...]

Completed in 89 milliseconds