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 27 typedef void pl_localeRuns;
305 * Construct a <code>pl_localeRuns</code> object from pre-existing arrays of fonts
309 * array must remain valid until the <code>pl_localeRuns</code> object is destroyed.
318 U_INTERNAL pl_localeRuns * U_EXPORT2
324 * Construct an empty <code>pl_localeRuns</code> object. Clients can add font and limit
334 U_INTERNAL pl_localeRuns * U_EXPORT2
338 * Close the given <code>pl_localeRuns</code> object. Once this
341 * @param localeRuns is the <code>pl_localeRuns</code> object.
346 pl_closeLocaleRuns(pl_localeRuns *localeRuns);
351 * @param localeRuns is the <code>pl_localeRuns</code> object
    [all...]
playout.h 76 * @param localeRuns is a pointer to a <code>pl_localeRuns</code> object representing locale runs.
101 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 38 milliseconds