Searched defs:countRuns (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java345 * count = line.countRuns();
2948 * <code>countRuns()</code> may have to allocate memory,
2957 public int countRuns() method in class:BidiBase
2998 /* countRuns() checks successful call to setPara/setLine */
2999 countRuns();
3219 int count = countRuns();
3240 * @param run the index of the run, between 0 and <code>countRuns()-1</code>
3247 * the range <code>0&lt;=run&lt;countRuns()</code>
3265 * @param run the index of the run, between 0 and <code>countRuns()</code>
3272 * the range <code>0&lt;=run&lt;countRuns()</cod
[all...]

Completed in 73 milliseconds