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

/external/icu4c/layoutex/layout/
H A Dplruns.h19 typedef void pl_fontRuns; typedef
39 * Construct a <code>pl_fontRuns</code> object from pre-existing arrays of fonts
44 * valid until the <code>pl_fontRuns</code> object is closed.
47 * the <code>pl_fontRuns</code> object is closed.
53 U_INTERNAL pl_fontRuns * U_EXPORT2
59 * Construct an empty <code>pl_fontRuns</code> object. Clients can add font and limit
69 U_INTERNAL pl_fontRuns * U_EXPORT2
73 * Close the given <code>pl_fontRuns</code> object. Once this
76 * @param fontRuns is the <code>pl_fontRuns</code> object.
81 pl_closeFontRuns(pl_fontRuns *fontRun
[all...]

Completed in 38 milliseconds