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

/external/chromium_org/third_party/icu/source/common/
H A Duprops.cpp178 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) { function
182 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { function
187 impl->isCanonSegmentStarter(c);
261 { UPROPS_SRC_NFC_CANON_ITER, 0, isCanonSegmentStarter },
H A Dcaniter.cpp220 if (nfcImpl.isCanonSegmentStarter(cp)) {
H A Dnormalizer2impl.h358 UBool isCanonSegmentStarter(UChar32 c) const;
H A Dnormalizer2impl.cpp1919 UBool Normalizer2Impl::isCanonSegmentStarter(UChar32 c) const { function in class:Normalizer2Impl
/external/icu/icu4c/source/common/
H A Duprops.cpp178 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) { function
182 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { function
187 impl->isCanonSegmentStarter(c);
261 { UPROPS_SRC_NFC_CANON_ITER, 0, isCanonSegmentStarter },
H A Dcaniter.cpp220 if (nfcImpl.isCanonSegmentStarter(cp)) {
H A Dnormalizer2impl.h364 UBool isCanonSegmentStarter(UChar32 c) const;
H A Dnormalizer2impl.cpp2021 UBool Normalizer2Impl::isCanonSegmentStarter(UChar32 c) const { function in class:Normalizer2Impl

Completed in 134 milliseconds