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

  /libcore/luni/src/main/java/java/text/
CollationElementIterator.java 218 public static final short tertiaryOrder(int order) {
220 .tertiaryOrder(order);
  /external/chromium/third_party/icu/public/i18n/unicode/
coleitr.h 69 * functions primaryOrder(), secondaryOrder(), and tertiaryOrder() return
215 static inline int32_t tertiaryOrder(int32_t order);
381 inline int32_t CollationElementIterator::tertiaryOrder(int32_t order)
  /external/icu4c/i18n/unicode/
coleitr.h 69 * functions primaryOrder(), secondaryOrder(), and tertiaryOrder() return
215 static inline int32_t tertiaryOrder(int32_t order);
381 inline int32_t CollationElementIterator::tertiaryOrder(int32_t order)
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
CollationElementIterator.java 158 public static int tertiaryOrder(int order) {
  /external/chromium/third_party/icu/source/test/intltest/
apicoll.cpp 722 doAssert((CollationElementIterator::tertiaryOrder(order1) ==
723 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
734 doAssert((CollationElementIterator::tertiaryOrder(order1) !=
735 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
777 doAssert((CollationElementIterator::tertiaryOrder(order1) ==
778 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
789 doAssert((CollationElementIterator::tertiaryOrder(order1) !=
790 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 722 doAssert((CollationElementIterator::tertiaryOrder(order1) ==
723 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
734 doAssert((CollationElementIterator::tertiaryOrder(order1) !=
735 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
777 doAssert((CollationElementIterator::tertiaryOrder(order1) ==
778 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
789 doAssert((CollationElementIterator::tertiaryOrder(order1) !=
790 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 91 milliseconds