HomeSort by relevance Sort by last modified time
    Searched refs:tccc (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 420 UnicodeSet expectedTccc = new UnicodeSet("[:^tccc=0:]");
424 UnicodeSet tccc = new UnicodeSet(); // actual local
427 tccc.add(c);
432 diff.removeAll(tccc);
436 diff = tccc;
541 .append("\u00e7") // Character with tccc!=0 decomposed together with mis-ordered sequence.
543 .append("\u00e1") // Character with tccc!=0 decomposed together with decomposed sequence.
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 358 UnicodeSet expectedTccc("[:^tccc=0:]", errorCode);
362 UnicodeSet tccc; // actual local
364 if(CollationFCD::hasTccc(c)) { tccc.add(c); }
367 diff.removeAll(tccc);
370 diff = tccc;
459 0xe7, // Character with tccc!=0 decomposed together with mis-ordered sequence.
461 0xe1, // Character with tccc!=0 decomposed together with decomposed sequence.
    [all...]
tstnorm.cpp 1355 int32_t tccc=u_getIntPropertyValue(c, UCHAR_TRAIL_CANONICAL_COMBINING_CLASS); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 713 errln("getIntPropertyValue(tccc)="+tccc1+" != "+tccc2+"=getCombiningClass(trail) for U+"+Integer.toHexString(c));
2332 int tccc=UCharacter.getIntPropertyValue(c, UProperty.TRAIL_CANONICAL_COMBINING_CLASS); local
    [all...]

Completed in 205 milliseconds