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

/external/icu/icu4c/source/layoutex/layout/
H A Dplruns.h22 typedef void pl_fontRuns; typedef
42 * Construct a <code>pl_fontRuns</code> object from pre-existing arrays of fonts
47 * valid until the <code>pl_fontRuns</code> object is closed.
50 * the <code>pl_fontRuns</code> object is closed.
56 U_INTERNAL pl_fontRuns * U_EXPORT2
62 * Construct an empty <code>pl_fontRuns</code> object. Clients can add font and limit
72 U_INTERNAL pl_fontRuns * U_EXPORT2
76 * Close the given <code>pl_fontRuns</code> object. Once this
79 * @param fontRuns is the <code>pl_fontRuns</code> object.
84 pl_closeFontRuns(pl_fontRuns *fontRun
[all...]

Completed in 85 milliseconds