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

  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp 623 UBool shouldBeGood = (DATA[i] == GOOD);
637 if (U_SUCCESS(status) != shouldBeGood) {
640 (shouldBeGood ? (") should work")
651 if (U_SUCCESS(status) != shouldBeGood) {
654 (shouldBeGood ? (") should work")
669 if (U_SUCCESS(status) != shouldBeGood) {
672 (shouldBeGood ? (", <end>) should work")// + ex)
687 if (U_SUCCESS(status) != shouldBeGood) {
690 (shouldBeGood ? (") should work")// + ex)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 623 UBool shouldBeGood = (DATA[i] == GOOD);
637 if (U_SUCCESS(status) != shouldBeGood) {
640 (shouldBeGood ? (") should work")
651 if (U_SUCCESS(status) != shouldBeGood) {
654 (shouldBeGood ? (") should work")
669 if (U_SUCCESS(status) != shouldBeGood) {
672 (shouldBeGood ? (", <end>) should work")// + ex)
687 if (U_SUCCESS(status) != shouldBeGood) {
690 (shouldBeGood ? (") should work")// + ex)
    [all...]

Completed in 658 milliseconds