Searched refs:LocaleRuns (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/layoutex/layout/
H A DRunArrays.h402 * The <code>LocaleRuns</code> class associates pointers to <code>Locale</code>
407 class U_LAYOUTEX_API LocaleRuns : public RunArray class in inherits:RunArray
411 * Construct a <code>LocaleRuns</code> object from pre-existing arrays of locales
416 * the <code>LocaleRuns</code> object is destroyed.
419 * <code>LocaleRuns</code> object is destroyed.
425 inline LocaleRuns(const Locale **locales, const le_int32 *limits, le_int32 count);
428 * Construct an empty <code>LocaleRuns</code> object. Clients can add locale and limit
438 LocaleRuns(le_int32 initialCapacity);
445 virtual ~LocaleRuns();
468 * If the <code>LocaleRuns</cod
523 inline LocaleRuns::LocaleRuns() function in class:LocaleRuns
529 inline LocaleRuns::LocaleRuns(const LocaleRuns & /*other*/) function in class:LocaleRuns
535 inline LocaleRuns::LocaleRuns(const Locale **locales, const le_int32 *limits, le_int32 count) function in class:LocaleRuns
[all...]
H A DParagraphLayout.h372 * @param localeRuns is a pointer to a <code>LocaleRuns</code> object representing locale runs.
393 const LocaleRuns *localeRuns,
604 const LocaleRuns *fLocaleRuns;
/macosx-10.10/ICU-531.30/icuSources/layoutex/
H A DRunArrays.cpp126 const char LocaleRuns::fgClassID = 0;
128 LocaleRuns::LocaleRuns(le_int32 initialCapacity) function in class:LocaleRuns
136 LocaleRuns::~LocaleRuns()
144 void LocaleRuns::init(le_int32 capacity)
150 void LocaleRuns::grow(le_int32 capacity)
156 le_int32 LocaleRuns::add(const Locale *locale, le_int32 limit)
169 const Locale *LocaleRuns::getLocale(le_int32 run) const
H A Dplruns.cpp211 class ULocRuns : public LocaleRuns
215 * Construct a <code>LocaleRuns</code> object from pre-existing arrays of locales
220 * the <code>LocaleRuns</code> object is destroyed.
223 * <code>LocaleRuns</code> object is destroyed.
317 : LocaleRuns(0), fLocaleNames(NULL)
323 : LocaleRuns(0), fLocaleNames(NULL)
340 : LocaleRuns(getLocales(locales, count), limits, count), fLocaleNames(locales)
346 : LocaleRuns(initialCapacity), fLocaleNames(NULL)
372 LocaleRuns::init(capacity);
378 LocaleRuns
[all...]
H A DParagraphLayout.cpp315 const LocaleRuns *localeRuns,
545 delete (LocaleRuns *) fLocaleRuns;
770 LocaleRuns *localeRuns = new LocaleRuns(0);
H A Dplayout.cpp37 (const ValueRuns *) levelRuns, (const ValueRuns *) scriptRuns, (const LocaleRuns *) localeRuns,
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dparagraph.cpp91 LocaleRuns *locales = NULL;
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h2006 #define LocaleRuns U_ICU_ENTRY_POINT_RENAME(LocaleRuns) macro
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Durename.h2006 #define LocaleRuns U_ICU_ENTRY_POINT_RENAME(LocaleRuns) macro
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Durename.h2006 #define LocaleRuns U_ICU_ENTRY_POINT_RENAME(LocaleRuns) macro
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h2006 #define LocaleRuns U_ICU_ENTRY_POINT_RENAME(LocaleRuns) macro

Completed in 496 milliseconds