HomeSort by relevance Sort by last modified time
    Searched full:getdecomposition (Results 1 - 21 of 21) sorted by null

  /libcore/luni/src/main/java/libcore/icu/
RuleBasedCollatorICU.java 70 public int getDecomposition() {
144 getDecomposition() == rhs.getDecomposition();
  /external/icu4c/test/cintltst/
capitst.h 36 * getDecomposition/setDecomposition, getDisplayName
capitst.c 288 getDecomposition/setDecomposition, getDisplayName*/
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java 68 assertEquals(coll.getDecomposition(), clone.getDecomposition());
80 assertEquals(Collator.NO_DECOMPOSITION, coll.getDecomposition());
237 assertEquals(i, coll.getDecomposition());
CollatorTest.java 188 c1.getDecomposition() == Collator.NO_DECOMPOSITION);
203 * @tests java.text.Collator#getDecomposition()
215 collator.getDecomposition() == Collator.CANONICAL_DECOMPOSITION);
  /external/icu4c/common/
filterednormalizer2.cpp 152 FilteredNormalizer2::getDecomposition(UChar32 c, UnicodeString &decomposition) const {
153 return set.contains(c) && norm2.getDecomposition(c, decomposition);
normalizer2.cpp 78 getDecomposition(UChar32, UnicodeString &) const {
177 getDecomposition(UChar32 c, UnicodeString &decomposition) const {
180 const UChar *d=impl.getDecomposition(c, buffer, length);
778 if(reinterpret_cast<const Normalizer2 *>(norm2)->getDecomposition(c, destString)) {
unormcmp.cpp 412 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
uprops.cpp 116 if(nfcNorm2->getDecomposition(c, nfd)) {
normalizer2impl.h 268 const UChar *getDecomposition(UChar32 c, UChar buffer[4], int32_t &length) const;
normalizer2impl.cpp 542 Normalizer2Impl::getDecomposition(UChar32 c, UChar buffer[4], int32_t &length) const {
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp     [all...]
apicoll.cpp 93 // getDecomposition/setDecomposition, getDisplayName
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java 95 assertEquals(Collator.NO_DECOMPOSITION, coll.getDecomposition());
  /libcore/luni/src/main/java/java/text/
Collator.java 271 public int getDecomposition() {
272 return decompositionMode_ICU_Java(icuColl.getDecomposition());
  /external/icu4c/common/unicode/
normalizer2.h 191 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0;
395 getDecomposition(UChar32 c, UnicodeString &decomposition) const;
  /external/icu4c/i18n/
coleitr.cpp 343 ? Normalizer::NO_OP : order->getDecomposition();
ucol_elm.cpp     [all...]
  /external/icu4c/
APIChangeReport.html     [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 319 milliseconds