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 3268 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", FALSE); in TestConsistency() 3269 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", TRUE); in TestConsistency() 3270 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", TRUE); in TestConsistency()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterTest.java | 2662 private boolean showAIntersectB(UnicodeSet a, UnicodeSet b, in showAIntersectB() method in UCharacterTest 2716 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", false); in TestConsistency() 2717 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", true); in TestConsistency() 2718 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", true); in TestConsistency()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 2659 private boolean showAIntersectB(UnicodeSet a, UnicodeSet b, in showAIntersectB() method in UCharacterTest 2713 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", false); in TestConsistency() 2714 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", true); in TestConsistency() 2715 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", true); in TestConsistency()
|