Searched refs:getCanonStartSet (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
H A Dnormalizer2impl.h365 UBool getCanonStartSet(UChar32 c, UnicodeSet &set) const;
582 const UnicodeSet &getCanonStartSet(int32_t n) const;
H A Dcaniter.cpp449 if (!nfcImpl.getCanonStartSet(cp, starts)) {
H A Dnormalizer2impl.cpp1968 const UnicodeSet &Normalizer2Impl::getCanonStartSet(int32_t n) const { function in class:Normalizer2Impl
1976 UBool Normalizer2Impl::getCanonStartSet(UChar32 c, UnicodeSet &set) const { function in class:Normalizer2Impl
1984 set.addAll(getCanonStartSet(value));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java303 if (!nfcImpl.getCanonStartSet(cp, starts)) {
335 NormalizerImpl.getCanonStartSet(c,fillSet)
/external/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp318 * Test for an example that getCanonStartSet() delivers
337 if (nfcImpl->getCanonStartSet(0x49, set1)) {
355 errln("NFC.getCanonStartSet() returned FALSE");
H A Dtstnorm.cpp1120 if(nfcImpl->getCanonStartSet(iI[i], iSet)) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java912 if(!nfcImpl.getCanonStartSet(lastStarter, composites)) { return; }
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp1170 if(!nfcImpl.getCanonStartSet(lastStarter, composites)) { return; }
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java588 * {@link #getCanonStartSet(int, UnicodeSet)} are called,
855 public boolean getCanonStartSet(int c, UnicodeSet set) { method in class:Normalizer2Impl
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2012 if(nfcImpl.getCanonStartSet(iI[i], iSet)) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java2638 ensureCanonIterData().getCanonStartSet(0x49, set1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 208 milliseconds