Lines Matching refs:ULocRuns

211 class ULocRuns : public LocaleRuns  class
229 ULocRuns(const char **locales, const le_int32 *limits, le_int32 count);
242 ULocRuns(le_int32 initialCapacity);
249 virtual ~ULocRuns();
310 inline ULocRuns();
311 inline ULocRuns(const ULocRuns &other);
312 inline ULocRuns &operator=(const ULocRuns & /*other*/) { return *this; }; in operator =() argument
316 inline ULocRuns::ULocRuns() in ULocRuns() function in ULocRuns
322 inline ULocRuns::ULocRuns(const ULocRuns & /*other*/) in ULocRuns() argument
339 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count) in ULocRuns() function in ULocRuns
345 ULocRuns::ULocRuns(le_int32 initialCapacity) in ULocRuns() function in ULocRuns
353 ULocRuns::~ULocRuns() in ~ULocRuns()
370 void ULocRuns::init(le_int32 capacity) in init()
376 void ULocRuns::grow(le_int32 capacity) in grow()
382 le_int32 ULocRuns::add(const char *locale, le_int32 limit) in add()
396 const char *ULocRuns::getLocaleName(le_int32 run) const in getLocaleName()
404 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ULocRuns) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
412 return (pl_localeRuns *) new ULocRuns(locales, limits, count); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
418 return (pl_localeRuns *) new ULocRuns(initialCapacity); in pl_openEmptyLocaleRuns()
424 ULocRuns *lr = (ULocRuns *) localeRuns; in pl_closeLocaleRuns()
432 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunCount()
444 ULocRuns *lr = (ULocRuns *) localeRuns; in pl_resetLocaleRuns()
454 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunLastLimit()
467 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunLimit()
480 const ULocRuns *lr = (const ULocRuns *) localeRuns; in pl_getLocaleRunLocale()
494 ULocRuns *lr = (ULocRuns *) localeRuns; in pl_addLocaleRun()