Home | History | Annotate | Download | only in text

Lines Matching refs:it

6  * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public
11 * This library is distributed in the hope that it will be useful,
38 NonSharedCharacterBreakIterator it(string);
39 if (!it)
43 while (it.next() != TextBreakDone)
59 NonSharedCharacterBreakIterator it(string);
60 if (!it)
64 if (it.next() == TextBreakDone)
67 return it.current();