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

1 2

  /libcore/ojluni/src/main/java/java/text/
CollationElementIterator.java 68 * <code>tertiaryOrder</code> return <code>int</code>, <code>short</code>,
203 public final static short tertiaryOrder(int order)
206 return (short) android.icu.text.CollationElementIterator.tertiaryOrder(order);
  /external/icu/icu4c/source/i18n/unicode/
coleitr.h 72 * functions primaryOrder(), secondaryOrder(), and tertiaryOrder() return
214 static inline int32_t tertiaryOrder(int32_t order);
393 inline int32_t CollationElementIterator::tertiaryOrder(int32_t order)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
CollationElementIteratorTest.java 171 int tOrder1 = CollationElementIterator.tertiaryOrder(order);
173 int tOrder2 = CollationElementIterator.tertiaryOrder(order);
177 tOrder1 = CollationElementIterator.tertiaryOrder(order);
179 tOrder2 = CollationElementIterator.tertiaryOrder(order);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 335 doAssert((CollationElementIterator.tertiaryOrder(order1) ==
336 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be the same");
343 doAssert((CollationElementIterator.tertiaryOrder(order1) !=
344 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be different");
375 doAssert((CollationElementIterator.tertiaryOrder(order1) ==
376 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be the same");
384 doAssert((CollationElementIterator.tertiaryOrder(order1) !=
385 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be different");
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 332 doAssert((CollationElementIterator.tertiaryOrder(order1) ==
333 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be the same");
340 doAssert((CollationElementIterator.tertiaryOrder(order1) !=
341 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be different");
372 doAssert((CollationElementIterator.tertiaryOrder(order1) ==
373 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be the same");
381 doAssert((CollationElementIterator.tertiaryOrder(order1) !=
382 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be different");
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 707 doAssert((CollationElementIterator::tertiaryOrder(order1) ==
708 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
719 doAssert((CollationElementIterator::tertiaryOrder(order1) !=
720 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
762 doAssert((CollationElementIterator::tertiaryOrder(order1) ==
763 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
774 doAssert((CollationElementIterator::tertiaryOrder(order1) !=
775 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationElementIterator.java 175 public final static int tertiaryOrder(int ce) {
StringSearch.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationElementIterator.java 180 public final static int tertiaryOrder(int ce) {
StringSearch.java     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 883 milliseconds

1 2