Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/layoutex/
Dplruns.cpp213 class ULocRuns : public LocaleRuns class
314 inline ULocRuns &operator=(const ULocRuns & /*other*/) { return *this; }; in operator =()
318 inline ULocRuns::ULocRuns() in ULocRuns() function in ULocRuns
324 inline ULocRuns::ULocRuns(const ULocRuns & /*other*/) in ULocRuns() function in ULocRuns
341 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count) in ULocRuns() function in ULocRuns
347 ULocRuns::ULocRuns(le_int32 initialCapacity) in ULocRuns() function in ULocRuns
406 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ULocRuns) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument