OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:charIter1
(Results
1 - 2
of
2
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIAPITest.java
127
//RuleBasedBreakIterator
charIter1
= (RuleBasedBreakIterator) BreakIterator.getCharacterInstance(Locale.getDefault());
145
charIter1
.adoptText(text1Clone);
146
if (wordIter1.getText() ==
charIter1
.getText()
148
||
charIter1
.getText() != text1)
197
RuleBasedBreakIterator
charIter1
= (RuleBasedBreakIterator) BreakIterator.getCharacterInstance(Locale.getDefault());
200
charIter1
.setText(testString);
201
p =
charIter1
.first();
204
q =
charIter1
.next();
207
q =
charIter1
.next(4);
210
q =
charIter1
.next(12)
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIAPITest.java
123
//RuleBasedBreakIterator
charIter1
= (RuleBasedBreakIterator) BreakIterator.getCharacterInstance(Locale.getDefault());
141
charIter1
.adoptText(text1Clone);
142
if (wordIter1.getText() ==
charIter1
.getText()
144
||
charIter1
.getText() != text1)
193
RuleBasedBreakIterator
charIter1
= (RuleBasedBreakIterator) BreakIterator.getCharacterInstance(Locale.getDefault());
196
charIter1
.setText(testString);
197
p =
charIter1
.first();
200
q =
charIter1
.next();
203
q =
charIter1
.next(4);
206
q =
charIter1
.next(12)
[
all
...]
Completed in 164 milliseconds