Searched defs:diffIsError (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
H A Ducdtest.cpp422 UBool diffIsError) {
424 if(!same && diffIsError) {
420 compareUSets(const UnicodeSet &a, const UnicodeSet &b, const char *a_name, const char *b_name, UBool diffIsError) argument
/external/icu4c/test/cintltst/
H A Dcucdtst.c334 UBool expect, UBool diffIsError) {
382 if(diffIsError) {
406 UBool diffIsError) {
407 return showADiffB(a, b, a_name, b_name, TRUE, diffIsError);
413 UBool diffIsError) {
414 return showADiffB(a, b, a_name, b_name, FALSE, diffIsError);
420 UBool diffIsError) {
426 showAMinusB(a, b, a_name, b_name, diffIsError) &
427 showAMinusB(b, a, b_name, a_name, diffIsError);
332 showADiffB(const USet *a, const USet *b, const char *a_name, const char *b_name, UBool expect, UBool diffIsError) argument
404 showAMinusB(const USet *a, const USet *b, const char *a_name, const char *b_name, UBool diffIsError) argument
411 showAIntersectB(const USet *a, const USet *b, const char *a_name, const char *b_name, UBool diffIsError) argument
418 compareUSets(const USet *a, const USet *b, const char *a_name, const char *b_name, UBool diffIsError) argument

Completed in 71 milliseconds