Searched refs:getCanonStartSet (Results 1 – 5 of 5) sorted by relevance
271 UBool getCanonStartSet(UChar32 c, UnicodeSet &set) const;481 const UnicodeSet &getCanonStartSet(int32_t n) const;
448 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2()
1889 const UnicodeSet &Normalizer2Impl::getCanonStartSet(int32_t n) const { in getCanonStartSet() function in Normalizer2Impl1898 UBool Normalizer2Impl::getCanonStartSet(UChar32 c, UnicodeSet &set) const { in getCanonStartSet() function in Normalizer2Impl1906 set.addAll(getCanonStartSet(value)); in getCanonStartSet()
353 if (nfcImpl->getCanonStartSet(0x49, set1)) { in TestConsistency()
1120 if(nfcImpl->getCanonStartSet(iI[i], iSet)) { in TestCompare()