HomeSort by relevance Sort by last modified time
    Searched refs:isCanonSegmentStarter (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
uprops.cpp 178 static UBool isCanonSegmentStarter(const BinaryProperty &, UChar32, UProperty) {
182 static UBool isCanonSegmentStarter(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
187 impl->isCanonSegmentStarter(c);
261 { UPROPS_SRC_NFC_CANON_ITER, 0, isCanonSegmentStarter },
caniter.cpp 220 if (nfcImpl.isCanonSegmentStarter(cp)) {
normalizer2impl.h 358 UBool isCanonSegmentStarter(UChar32 c) const;
normalizer2impl.cpp     [all...]

Completed in 182 milliseconds