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

  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp 240 #define ERR_IF_FAIL(x) if(x) { dataerrln("FAIL: TimeZone misbehaving - %s", #x); }
242 ERR_IF_FAIL(U_FAILURE(status))
243 ERR_IF_FAIL(offset1 != SToffset)
244 ERR_IF_FAIL(offset2 != SToffset)
245 ERR_IF_FAIL(offset3 != SToffset)
246 ERR_IF_FAIL(offset4 != DToffset)
247 ERR_IF_FAIL(offset5 != DToffset)
248 ERR_IF_FAIL(offset6 != SToffset)
249 ERR_IF_FAIL(offset5a != DToffset)
250 ERR_IF_FAIL(offset6a != DToffset
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 240 #define ERR_IF_FAIL(x) if(x) { dataerrln("FAIL: TimeZone misbehaving - %s", #x); }
242 ERR_IF_FAIL(U_FAILURE(status))
243 ERR_IF_FAIL(offset1 != SToffset)
244 ERR_IF_FAIL(offset2 != SToffset)
245 ERR_IF_FAIL(offset3 != SToffset)
246 ERR_IF_FAIL(offset4 != DToffset)
247 ERR_IF_FAIL(offset5 != DToffset)
248 ERR_IF_FAIL(offset6 != SToffset)
249 ERR_IF_FAIL(offset5a != DToffset)
250 ERR_IF_FAIL(offset6a != DToffset
    [all...]

Completed in 122 milliseconds