OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCollationElementIterator
(Results
1 - 17
of
17
) sorted by null
/libcore/luni/src/main/java/java/text/
RuleBasedCollator.java
315
public CollationElementIterator
getCollationElementIterator
(CharacterIterator source) {
319
return new CollationElementIterator(icuColl.
getCollationElementIterator
(source));
329
public CollationElementIterator
getCollationElementIterator
(String source) {
333
return new CollationElementIterator(icuColl.
getCollationElementIterator
(source));
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollationElementIteratorTest.java
45
.
getCollationElementIterator
(text);
60
.
getCollationElementIterator
(text);
84
.
getCollationElementIterator
(text);
105
.
getCollationElementIterator
(text);
119
.
getCollationElementIterator
(text);
123
.
getCollationElementIterator
("ae");
134
.
getCollationElementIterator
(text);
149
.
getCollationElementIterator
(text);
168
.
getCollationElementIterator
(text);
181
.
getCollationElementIterator
(text)
[
all
...]
RuleBasedCollatorTest.java
123
*
getCollationElementIterator
(java.lang.String)
132
.
getCollationElementIterator
(source);
150
.
getCollationElementIterator
(source);
163
new RuleBasedCollator("< a< b< c< d").
getCollationElementIterator
((String)null);
172
*
getCollationElementIterator
(java.text.CharacterIterator)
182
.
getCollationElementIterator
(source);
202
.
getCollationElementIterator
(source);
215
new RuleBasedCollator("< a< b< c< d").
getCollationElementIterator
((CharacterIterator)null);
/libcore/luni/src/main/java/libcore/icu/
RuleBasedCollatorICU.java
109
public CollationElementIteratorICU
getCollationElementIterator
(String source) {
113
public CollationElementIteratorICU
getCollationElementIterator
(CharacterIterator it) {
115
return
getCollationElementIterator
(characterIteratorToString(it));
NativeCollation.java
26
public static native int
getCollationElementIterator
(int address, String source);
CollationElementIteratorICU.java
26
* CollationElementIterator iterator = coll.
getCollationElementIterator
("abc");
159
int iteratorAddress = NativeCollation.
getCollationElementIterator
(collatorAddress, source);
/libcore/luni/src/test/java/libcore/java/text/
OldCollationElementIteratorTest.java
32
.
getCollationElementIterator
(text);
CollatorTest.java
112
new RuleBasedCollator("< a< b< c< d").
getCollationElementIterator
((CharacterIterator) null);
128
assertCollationElementIterator(coll.
getCollationElementIterator
(s), offsets);
134
assertCollationElementIterator(coll.
getCollationElementIterator
(it), offsets);
/libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp
182
NATIVE_METHOD(NativeCollation,
getCollationElementIterator
, "(ILjava/lang/String;)I"),
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 551 milliseconds