Searched refs:isCanonSegmentStarter (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
H A Duprops.cpp177 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) { function
181 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { function
186 impl->isCanonSegmentStarter(c);
260 { UPROPS_SRC_NFC_CANON_ITER, 0, isCanonSegmentStarter },
H A Dcaniter.cpp222 if (nfcImpl.isCanonSegmentStarter(cp)) {
H A Dnormalizer2impl.h366 UBool isCanonSegmentStarter(UChar32 c) const;
H A Dnormalizer2impl.cpp1974 UBool Normalizer2Impl::isCanonSegmentStarter(UChar32 c) const { function in class:Normalizer2Impl
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCanonicalIterator.java137 if (nfcImpl.isCanonSegmentStarter(cp)) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java141 if (nfcImpl.isCanonSegmentStarter(cp)) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterProperty.java306 ensureCanonIterData().isCanonSegmentStarter(c);
H A DNormalizer2Impl.java591 * This is required before any of {@link #isCanonSegmentStarter(int)} or
846 public boolean isCanonSegmentStarter(int c) { method in class:Normalizer2Impl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java305 ensureCanonIterData().isCanonSegmentStarter(c);
H A DNormalizer2Impl.java587 * This is required before any of {@link #isCanonSegmentStarter(int)} or
842 public boolean isCanonSegmentStarter(int c) { method in class:Normalizer2Impl
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DBasicTest.java2693 if(impl.isCanonSegmentStarter(0xfb5)) {
2694 errln("isCanonSegmentStarter(U+0fb5)=true is wrong");
2704 boolean isStarter=impl.isCanonSegmentStarter(c);
2708 "discrepancy: isCanonSegmentStarter(U+%04x)=%5b != " +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2692 if(impl.isCanonSegmentStarter(0xfb5)) {
2693 errln("isCanonSegmentStarter(U+0fb5)=true is wrong");
2703 boolean isStarter=impl.isCanonSegmentStarter(c);
2707 "discrepancy: isCanonSegmentStarter(U+%04x)=%5b != " +

Completed in 328 milliseconds