Home
last modified time | relevance | path

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

/external/icu4c/layoutex/
Dplruns.cpp211 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
317 inline ULocRuns::ULocRuns() in ULocRuns() function in ULocRuns
323 inline ULocRuns::ULocRuns(const ULocRuns & /*other*/) in ULocRuns() function in ULocRuns
340 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count) in ULocRuns() function in ULocRuns
[all …]
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h2193 #define ULocRuns U_ICU_ENTRY_POINT_RENAME(ULocRuns) macro