Lines Matching full:limits
20 const le_int32 *limits,
23 return (pl_fontRuns *) new FontRuns((const LEFontInstance **) fonts, limits, count);
116 const le_int32 *limits,
119 return (pl_valueRuns *) new ValueRuns(values, limits, count);
222 * @param limits is the address of an array of limit indices. This array must remain valid until the
229 ULocRuns(const char **locales, const le_int32 *limits, le_int32 count);
340 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count)
341 : LocaleRuns(getLocales(locales, count), limits, count), fLocaleNames(locales)
410 const le_int32 *limits,
413 return (pl_localeRuns *) new ULocRuns(locales, limits, count);