HomeSort by relevance Sort by last modified time
    Searched defs:pl_line (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layoutex/layout/
playout.h 41 typedef void pl_line; typedef
218 * Return a <code>pl_line</code> object which represents next line
231 * @see pl_line
235 U_INTERNAL pl_line * U_EXPORT2
243 * @param line the <code>pl_line</code> object to close.
248 pl_closeLine(pl_line *line);
253 * @param line the <code>pl_line</code> object.
260 pl_countLineRuns(const pl_line *line);
266 * @param line the <code>pl_line</code> object.
273 pl_getLineAscent(const pl_line *line)
    [all...]
  /external/icu4c/common/unicode/
uintrnal.h 74 # define pl_line pl_line_INTERNAL_API_DO_NOT_USE macro

Completed in 42 milliseconds