Lines Matching defs:setCharSequence

50     private void setCharSequence(String string) {
51 mWordIterator.setCharSequence(string, 0, string.length());
67 setCharSequence("");
77 setCharSequence("I");
80 setCharSequence("am");
83 setCharSequence("zen");
89 setCharSequence(" ");
92 setCharSequence(", ");
95 setCharSequence(":-)");
101 setCharSequence("Well hello, there! ");
109 setCharSequence(" Another - sentence");
116 setCharSequence("This is \u0644\u0627 tested"); // Lama-aleph
128 setCharSequence("one we" + gothicBairkan + "ird word");
136 setCharSequence("one " + gothicBairkan + "xxx word");
143 setCharSequence("one xxx" + gothicBairkan + " word");
157 wordIterator.setCharSequence(text, 100, 100);
158 fail("setCharSequence with invalid start and end values should throw "
163 wordIterator.setCharSequence(text, -100, -100);
164 fail("setCharSequence with invalid start and end values should throw "
169 wordIterator.setCharSequence(text, 0, text.length());
170 wordIterator.setCharSequence(text, 0, 0);
171 wordIterator.setCharSequence(text, text.length(), text.length());
180 wordIterator.setCharSequence(text, text.indexOf('n'), text.length());
185 wordIterator.setCharSequence(text, 0, 1);
195 wordIterator.setCharSequence(text, 0, text.length());
219 wordIterator.setCharSequence(text, text.indexOf('d'), text.indexOf('e'));
235 wordIterator.setCharSequence(text, 0, text.length());
259 wordIterator.setCharSequence(text, text.indexOf('d'), text.indexOf('e'));
275 wordIterator.setCharSequence(text, 0, text.length());
303 wordIterator.setCharSequence(text, 0, text.length());
350 wordIterator.setCharSequence(text, 0, text.length());
397 wordIterator.setCharSequence(text, 0, text.length());
425 wordIterator.setCharSequence(text, 0, text.length());
448 wordIterator.setCharSequence(text, 0, text.length());
471 wordIterator.setCharSequence(text, 0, text.length());
499 wordIterator.setCharSequence(text, 0, text.length());
522 wordIterator.setCharSequence(text, 0, text.length());
545 wordIterator.setCharSequence(text, 0, text.length());
580 wordIterator.setCharSequence(text, 0, text.length());
612 wordIterator.setCharSequence(text, 0, text.length());
628 wordIterator.setCharSequence(text, 0, text.length());
648 wordIterator.setCharSequence(text, 0, text.length());