• Home
  • Raw
  • Download

Lines Matching refs:le_int32

22                 const le_int32 *limits,  in pl_openFontRuns()
23 le_int32 count) in pl_openFontRuns()
29 pl_openEmptyFontRuns(le_int32 initialCapacity) in pl_openEmptyFontRuns()
42 U_CAPI le_int32 U_EXPORT2
64 U_CAPI le_int32 U_EXPORT2
76 U_CAPI le_int32 U_EXPORT2
78 le_int32 run) in pl_getFontRunLimit()
91 le_int32 run) in pl_getFontRunFont()
102 U_CAPI le_int32 U_EXPORT2
105 le_int32 limit) in pl_addFontRun()
117 pl_openValueRuns(const le_int32 *values, in pl_openValueRuns()
118 const le_int32 *limits, in pl_openValueRuns()
119 le_int32 count) in pl_openValueRuns()
125 pl_openEmptyValueRuns(le_int32 initialCapacity) in pl_openEmptyValueRuns()
138 U_CAPI le_int32 U_EXPORT2
160 U_CAPI le_int32 U_EXPORT2
172 U_CAPI le_int32 U_EXPORT2
174 le_int32 run) in pl_getValueRunLimit()
185 U_CAPI le_int32 U_EXPORT2
187 le_int32 run) in pl_getValueRunValue()
198 U_CAPI le_int32 U_EXPORT2
200 le_int32 value, in pl_addValueRun()
201 le_int32 limit) in pl_addValueRun()
231 ULocRuns(const char **locales, const le_int32 *limits, le_int32 count);
244 ULocRuns(le_int32 initialCapacity);
266 const char *getLocaleName(le_int32 run) const;
290 le_int32 add(const char *locale, le_int32 limit);
307 virtual void init(le_int32 capacity);
308 virtual void grow(le_int32 capacity);
330 static const Locale **getLocales(const char **localeNames, le_int32 count) in getLocales()
341 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count) in ULocRuns()
347 ULocRuns::ULocRuns(le_int32 initialCapacity) in ULocRuns()
357 le_int32 count = getCount(); in ~ULocRuns()
372 void ULocRuns::init(le_int32 capacity) in init()
378 void ULocRuns::grow(le_int32 capacity) in grow()
384 le_int32 ULocRuns::add(const char *locale, le_int32 limit) in add()
387 le_int32 index = LocaleRuns::add(loc, limit); in add()
398 const char *ULocRuns::getLocaleName(le_int32 run) const in getLocaleName()
411 const le_int32 *limits, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
412 le_int32 count) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
418 pl_openEmptyLocaleRuns(le_int32 initialCapacity) in pl_openEmptyLocaleRuns()
431 U_CAPI le_int32 U_EXPORT2
453 U_CAPI le_int32 U_EXPORT2
465 U_CAPI le_int32 U_EXPORT2
467 le_int32 run) in pl_getLocaleRunLimit()
480 le_int32 run) in pl_getLocaleRunLocale()
491 U_CAPI le_int32 U_EXPORT2
494 le_int32 limit) in pl_addLocaleRun()