Searched refs:showAIntersectB (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUCharacterTest.java2575 private boolean showAIntersectB(UnicodeSet a, UnicodeSet b, method in class:UCharacterTest
2628 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", false);
2629 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", true);
2630 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", true);
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c417 showAIntersectB(const USet *a, const USet *b, function
3157 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", FALSE);
3158 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", TRUE);
3159 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", TRUE);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java2571 private boolean showAIntersectB(UnicodeSet a, UnicodeSet b, method in class:UCharacterTest
2624 showAIntersectB(set3, set1, "[:Cf:]", "[:Hyphen:]", false);
2625 showAIntersectB(set3, set2, "[:Cf:]", "[:Dash:]", true);
2626 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", true);

Completed in 93 milliseconds