HomeSort by relevance Sort by last modified time
    Searched refs:IDENTICAL (Results 1 - 25 of 31) sorted by null

1 2

  /libcore/luni/src/main/java/java/text/
Collator.java 51 * <li>IDENTICAL strength: When all other strengths are equal, the IDENTICAL
146 public static final int IDENTICAL = 3;
298 * IDENTICAL.
327 * IDENTICAL.
366 case Collator.IDENTICAL:
385 javaValue = Collator.IDENTICAL;
  /libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java 36 collator.setStrength(Collator.IDENTICAL);
37 assertEquals(Collator.IDENTICAL, collator.getStrength());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
CollatorTest.java 37 c.setStrength(Collator.IDENTICAL);
49 assertTrue("a) Failed on identical", c.compare(o, o2) < 0);
68 assertEquals("b) Failed on identical", 0, c.compare(o, o2));
85 assertEquals("c) Failed on identical", 0, c.compare(o, o2));
102 assertEquals("d) Failed on identical", 0, c.compare(o, o2));
127 c.setStrength(Collator.IDENTICAL);
132 assertTrue("a) Failed on identical", !c.equals("\u0001", "\u0002"));
140 assertTrue("b) Failed on identical", c.equals("\u0001", "\u0002"));
148 assertTrue("c) Failed on identical", c.equals("\u0001", "\u0002"));
155 assertTrue("d) Failed on identical", c.equals("\u0001", "\u0002"))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
allcoll.cpp 146 myCollation->setStrength(Collator::IDENTICAL);
regcoll.cpp 161 // Collator::IDENTICAL documented but not implemented
192 c->setStrength(Collator::IDENTICAL);
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
    [all...]
srchtest.cpp 250 return Collator::IDENTICAL;
    [all...]
  /external/icu/icu4c/source/test/intltest/
allcoll.cpp 146 myCollation->setStrength(Collator::IDENTICAL);
regcoll.cpp 154 // Collator::IDENTICAL documented but not implemented
185 c->setStrength(Collator::IDENTICAL);
    [all...]
srchtest.cpp 250 return Collator::IDENTICAL;
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service.cc 23 IDENTICAL,
55 return IDENTICAL;
383 // The entry is in password store. If the entries are not identical, then
389 case IDENTICAL:
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 124 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>.
128 * differences and "e" and "e" are identical. The following shows how both case
199 * Two characters are considered "identical" when they have the same unicode
213 IDENTICAL = 15
    [all...]
tblcoll.h 39 * 6/17/97 helena Added IDENTICAL strength for compare, changed getRules to
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 120 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>.
124 * differences and "e" and "e" are identical. The following shows how both case
193 * Two characters are considered "identical" when they have the same unicode
207 IDENTICAL = UCOL_IDENTICAL // 15
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 436 2261;equivalence;IDENTICAL TO
731 # the above table contains identical duplicates
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 1294 milliseconds

1 2