Lines Matching full:limits
22 const le_int32 *limits,
25 return (pl_fontRuns *) new FontRuns((const LEFontInstance **) fonts, limits, count);
118 const le_int32 *limits,
121 return (pl_valueRuns *) new ValueRuns(values, limits, count);
224 * @param limits is the address of an array of limit indices. This array must remain valid until the
231 ULocRuns(const char **locales, const le_int32 *limits, le_int32 count);
341 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count)
342 : LocaleRuns(getLocales(locales, count), limits, count), fLocaleNames(locales)
411 const le_int32 *limits,
414 return (pl_localeRuns *) new ULocRuns(locales, limits, count);