Searched refs:isCanonSegmentStarter (Results 1 – 12 of 12) sorted by relevance
179 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) { in isCanonSegmentStarter() function183 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isCanonSegmentStarter() function188 impl->isCanonSegmentStarter(c); in isCanonSegmentStarter()267 { UPROPS_SRC_NFC_CANON_ITER, 0, isCanonSegmentStarter },
222 if (nfcImpl.isCanonSegmentStarter(cp)) { in setSource()
392 UBool isCanonSegmentStarter(UChar32 c) const;
2515 UBool Normalizer2Impl::isCanonSegmentStarter(UChar32 c) const { in isCanonSegmentStarter() function in Normalizer2Impl
137 if (nfcImpl.isCanonSegmentStarter(cp)) { in setSource()
141 if (nfcImpl.isCanonSegmentStarter(cp)) { in setSource()
1172 ensureCanonIterData().isCanonSegmentStarter(c);
877 public boolean isCanonSegmentStarter(int c) { in isCanonSegmentStarter() method in Normalizer2Impl
1171 ensureCanonIterData().isCanonSegmentStarter(c);
868 public boolean isCanonSegmentStarter(int c) { in isCanonSegmentStarter() method in Normalizer2Impl
2710 if(impl.isCanonSegmentStarter(0xfb5)) { in TestCanonIterData()2721 boolean isStarter=impl.isCanonSegmentStarter(c); in TestCanonIterData()
2713 if(impl.isCanonSegmentStarter(0xfb5)) { in TestCanonIterData()2724 boolean isStarter=impl.isCanonSegmentStarter(c); in TestCanonIterData()