OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secondaryorder
(Results
1 - 8
of
8
) sorted by null
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollationElementIteratorTest.java
136
int sOrder1 = CollationElementIterator.
secondaryOrder
(order);
139
int sOrder2 = CollationElementIterator.
secondaryOrder
(order);
/libcore/luni/src/main/java/java/text/
CollationElementIterator.java
159
public static final short
secondaryOrder
(int order) {
160
return (short) CollationElementIteratorICU.
secondaryOrder
(order);
/external/chromium_org/third_party/icu/source/i18n/unicode/
coleitr.h
69
* functions primaryOrder(),
secondaryOrder
(), and tertiaryOrder() return
207
static inline int32_t
secondaryOrder
(int32_t order);
370
inline int32_t CollationElementIterator::
secondaryOrder
(int32_t order)
/external/icu4c/i18n/unicode/
coleitr.h
69
* functions primaryOrder(),
secondaryOrder
(), and tertiaryOrder() return
207
static inline int32_t
secondaryOrder
(int32_t order);
370
inline int32_t CollationElementIterator::
secondaryOrder
(int32_t order)
/libcore/luni/src/main/java/libcore/icu/
CollationElementIteratorICU.java
144
public static int
secondaryOrder
(int order) {
/external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp
713
doAssert((CollationElementIterator::
secondaryOrder
(order1) ==
714
CollationElementIterator::
secondaryOrder
(order3)), "The secondary orders should be the same");
734
doAssert((CollationElementIterator::
secondaryOrder
(order1) !=
735
CollationElementIterator::
secondaryOrder
(order3)), "The secondary orders should not be the same");
768
doAssert((CollationElementIterator::
secondaryOrder
(order1) ==
769
CollationElementIterator::
secondaryOrder
(order3)), "The secondary orders should be the same");
794
doAssert((CollationElementIterator::
secondaryOrder
(order1) !=
795
CollationElementIterator::
secondaryOrder
(order3)), "The secondary orders should not be the same");
[
all
...]
/external/icu4c/test/intltest/
apicoll.cpp
722
doAssert((CollationElementIterator::
secondaryOrder
(order1) ==
723
CollationElementIterator::
secondaryOrder
(order3)), "The secondary orders should be the same");
743
doAssert((CollationElementIterator::
secondaryOrder
(order1) !=
744
CollationElementIterator::
secondaryOrder
(order3)), "The secondary orders should not be the same");
777
doAssert((CollationElementIterator::
secondaryOrder
(order1) ==
778
CollationElementIterator::
secondaryOrder
(order3)), "The secondary orders should be the same");
803
doAssert((CollationElementIterator::
secondaryOrder
(order1) !=
804
CollationElementIterator::
secondaryOrder
(order3)), "The secondary orders should not be the same");
[
all
...]
/cts/tools/dex-tools/dex/
classes0.out.dex
[
all
...]
Completed in 552 milliseconds