Searched defs:isCanonSegmentStarter (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Duprops.cpp175 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) { function
179 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { function
184 impl->isCanonSegmentStarter(c);
258 { UPROPS_SRC_NFC_CANON_ITER, 0, isCanonSegmentStarter },
H A Dnormalizer2impl.cpp1972 UBool Normalizer2Impl::isCanonSegmentStarter(UChar32 c) const { function in class:Normalizer2Impl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java587 * This is required before any of {@link #isCanonSegmentStarter(int)} or
842 public boolean isCanonSegmentStarter(int c) { method in class:Normalizer2Impl

Completed in 62 milliseconds