Home
last modified time | relevance | path

Searched refs:isCanonSegmentStarter (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Duprops.cpp178 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) { in isCanonSegmentStarter() function
182 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isCanonSegmentStarter() function
187 impl->isCanonSegmentStarter(c); in isCanonSegmentStarter()
261 { UPROPS_SRC_NFC_CANON_ITER, 0, isCanonSegmentStarter },
Dcaniter.cpp219 if (nfcImpl.isCanonSegmentStarter(cp)) { in setSource()
Dnormalizer2impl.h270 UBool isCanonSegmentStarter(UChar32 c) const;
Dnormalizer2impl.cpp1894 UBool Normalizer2Impl::isCanonSegmentStarter(UChar32 c) const { in isCanonSegmentStarter() function in Normalizer2Impl