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

/external/icu/icu4c/source/layoutex/layout/
H A Dplruns.h30 typedef void pl_localeRuns; typedef
308 * Construct a <code>pl_localeRuns</code> object from pre-existing arrays of fonts
312 * array must remain valid until the <code>pl_localeRuns</code> object is destroyed.
321 U_INTERNAL pl_localeRuns * U_EXPORT2
327 * Construct an empty <code>pl_localeRuns</code> object. Clients can add font and limit
337 U_INTERNAL pl_localeRuns * U_EXPORT2
341 * Close the given <code>pl_localeRuns</code> object. Once this
344 * @param localeRuns is the <code>pl_localeRuns</code> object.
349 pl_closeLocaleRuns(pl_localeRuns *localeRuns);
354 * @param localeRuns is the <code>pl_localeRuns</cod
[all...]

Completed in 53 milliseconds