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

/external/icu4c/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
/external/icu4c/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...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1308 #define LocaleRuns LocaleRuns_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1308 #define LocaleRuns LocaleRuns_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1308 #define LocaleRuns LocaleRuns_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1308 #define LocaleRuns LocaleRuns_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2027 #define LocaleRuns U_ICU_ENTRY_POINT_RENAME(LocaleRuns) macro

Completed in 276 milliseconds