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

/external/icu4c/common/unicode/
H A Dnormalizer2.h191 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0;
395 getDecomposition(UChar32 c, UnicodeString &decomposition) const;
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DRuleBasedCollatorTest.java68 assertEquals(coll.getDecomposition(), clone.getDecomposition());
80 assertEquals(Collator.NO_DECOMPOSITION, coll.getDecomposition());
237 assertEquals(i, coll.getDecomposition());
H A DCollatorTest.java188 c1.getDecomposition() == Collator.NO_DECOMPOSITION);
203 * @tests java.text.Collator#getDecomposition()
215 collator.getDecomposition() == Collator.CANONICAL_DECOMPOSITION);
/external/icu4c/common/
H A Dfilterednormalizer2.cpp152 FilteredNormalizer2::getDecomposition(UChar32 c, UnicodeString &decomposition) const { function in class:FilteredNormalizer2
153 return set.contains(c) && norm2.getDecomposition(c, decomposition);
H A Dunormcmp.cpp412 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
H A Dnormalizer2.cpp78 getDecomposition(UChar32, UnicodeString &) const { function in class:NoopNormalizer2
177 getDecomposition(UChar32 c, UnicodeString &decomposition) const { function in class:Normalizer2WithImpl
180 const UChar *d=impl.getDecomposition(c, buffer, length);
778 if(reinterpret_cast<const Normalizer2 *>(norm2)->getDecomposition(c, destString)) {
H A Dnormalizer2impl.h268 const UChar *getDecomposition(UChar32 c, UChar buffer[4], int32_t &length) const;
H A Duprops.cpp116 if(nfcNorm2->getDecomposition(c, nfd)) {
H A Dnormalizer2impl.cpp542 Normalizer2Impl::getDecomposition(UChar32 c, UChar buffer[4], int32_t &length) const { function in class:Normalizer2Impl
/external/icu4c/test/intltest/
H A Dtstnorm.cpp1130 if(!nfcNorm2->getDecomposition(c, s2)) {
1131 dataerrln("NFC.getDecomposition(i-composite U+%04lx) failed", (long)c);
1161 // test getDecomposition() for some characters that do not decompose
1162 if( nfcNorm2->getDecomposition(0x20, s2) ||
1163 nfcNorm2->getDecomposition(0x4e00, s2) ||
1164 nfcNorm2->getDecomposition(0x20002, s2)
1166 errln("NFC.getDecomposition() returns TRUE for characters which do not have decompositions");
1169 // test FilteredNormalizer2::getDecomposition()
1172 if( fn2.getDecomposition(0xe4, s1) || !fn2.getDecomposition(
[all...]
/external/icu4c/i18n/
H A Ducol_elm.cpp1633 getDecomposition(u32, decompBuffer, noOfDec);
/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 280 milliseconds