Home
last modified time | relevance | path

Searched refs:getCanonStartSet (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dnormalizer2impl.h271 UBool getCanonStartSet(UChar32 c, UnicodeSet &set) const;
481 const UnicodeSet &getCanonStartSet(int32_t n) const;
Dcaniter.cpp448 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2()
Dnormalizer2impl.cpp1889 const UnicodeSet &Normalizer2Impl::getCanonStartSet(int32_t n) const { in getCanonStartSet() function in Normalizer2Impl
1898 UBool Normalizer2Impl::getCanonStartSet(UChar32 c, UnicodeSet &set) const { in getCanonStartSet() function in Normalizer2Impl
1906 set.addAll(getCanonStartSet(value)); in getCanonStartSet()
/external/icu4c/test/intltest/
Ducdtest.cpp353 if (nfcImpl->getCanonStartSet(0x49, set1)) { in TestConsistency()
Dtstnorm.cpp1120 if(nfcImpl->getCanonStartSet(iI[i], iSet)) { in TestCompare()