Searched refs:showAIntersectB (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 422 showAIntersectB(const USet *a, const USet *b, in showAIntersectB() function 3229 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", FALSE); in TestConsistency() 3230 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", TRUE); in TestConsistency() 3231 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", TRUE); in TestConsistency()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterTest.java | 2634 private boolean showAIntersectB(UnicodeSet a, UnicodeSet b, in showAIntersectB() method in UCharacterTest 2688 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", false); in TestConsistency() 2689 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", true); in TestConsistency() 2690 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", true); in TestConsistency()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 2631 private boolean showAIntersectB(UnicodeSet a, UnicodeSet b, in showAIntersectB() method in UCharacterTest 2685 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", false); in TestConsistency() 2686 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", true); in TestConsistency() 2687 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", true); in TestConsistency()
|