Searched refs:getMaxExpansion (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DCollationElementIterator.java75 public int getMaxExpansion(int order) { method in class:CollationElementIterator
76 return this.icuIterator.getMaxExpansion(order);
/libcore/luni/src/main/java/libcore/icu/
H A DCollationElementIteratorICU.java89 public int getMaxExpansion(int order) { method in class:CollationElementIteratorICU
90 return NativeCollation.getMaxExpansion(address, order);
H A DNativeCollation.java36 public static native int getMaxExpansion(long address, int order); method in class:NativeCollation
/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeCollation.cpp184 NATIVE_METHOD(NativeCollation, getMaxExpansion, "(JI)I"),

Completed in 121 milliseconds