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

/external/icu4c/layoutex/
H A Dplruns.cpp211 class ULocRuns : public LocaleRuns class in inherits:LocaleRuns
229 ULocRuns(const char **locales, const le_int32 *limits, le_int32 count);
242 ULocRuns(le_int32 initialCapacity);
249 virtual ~ULocRuns();
271 * If the <code>ULocRuns</code> object was created with a client-supplied
280 * until the <code>ULocRuns</code> object is destroyed.
310 inline ULocRuns();
311 inline ULocRuns(const ULocRuns &other);
312 inline ULocRuns
317 inline ULocRuns::ULocRuns() function in class:ULocRuns
323 inline ULocRuns::ULocRuns(const ULocRuns & /*other*/) function in class:ULocRuns
340 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count) function in class:ULocRuns
346 ULocRuns::ULocRuns(le_int32 initialCapacity) function in class:ULocRuns
[all...]
/external/icu4c/common/unicode/
H A Durename.h2232 #define ULocRuns U_ICU_ENTRY_POINT_RENAME(ULocRuns) macro

Completed in 1085 milliseconds