HomeSort by relevance Sort by last modified time
    Searched refs:pl_localeRuns (Results 1 - 5 of 5) sorted by null

  /external/icu4c/layoutex/layout/
plruns.h 30 typedef void pl_localeRuns;
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</code> object
    [all...]
playout.h 77 * @param localeRuns is a pointer to a <code>pl_localeRuns</code> object representing locale runs.
102 const pl_localeRuns *localeRuns,
  /external/icu4c/layoutex/
plruns.cpp 408 U_CAPI pl_localeRuns * U_EXPORT2
413 return (pl_localeRuns *) new ULocRuns(locales, limits, count);
416 U_CAPI pl_localeRuns * U_EXPORT2
419 return (pl_localeRuns *) new ULocRuns(initialCapacity);
423 pl_closeLocaleRuns(pl_localeRuns *localeRuns)
431 pl_getLocaleRunCount(const pl_localeRuns *localeRuns)
443 pl_resetLocaleRuns(pl_localeRuns *localeRuns)
453 pl_getLocaleRunLastLimit(const pl_localeRuns *localeRuns)
465 pl_getLocaleRunLimit(const pl_localeRuns *localeRuns,
478 pl_getLocaleRunLocale(const pl_localeRuns *localeRuns
    [all...]
playout.cpp 31 const pl_localeRuns *localeRuns,
  /external/icu4c/samples/layout/
pflow.c 114 pl_localeRuns *locales = NULL;

Completed in 190 milliseconds