• Home
  • Raw
  • Download

Lines Matching refs:le_int32

20                 const le_int32 *limits,  in pl_openFontRuns()
21 le_int32 count) in pl_openFontRuns()
27 pl_openEmptyFontRuns(le_int32 initialCapacity) in pl_openEmptyFontRuns()
40 U_CAPI le_int32 U_EXPORT2
62 U_CAPI le_int32 U_EXPORT2
74 U_CAPI le_int32 U_EXPORT2
76 le_int32 run) in pl_getFontRunLimit()
89 le_int32 run) in pl_getFontRunFont()
100 U_CAPI le_int32 U_EXPORT2
103 le_int32 limit) in pl_addFontRun()
115 pl_openValueRuns(const le_int32 *values, in pl_openValueRuns()
116 const le_int32 *limits, in pl_openValueRuns()
117 le_int32 count) in pl_openValueRuns()
123 pl_openEmptyValueRuns(le_int32 initialCapacity) in pl_openEmptyValueRuns()
136 U_CAPI le_int32 U_EXPORT2
158 U_CAPI le_int32 U_EXPORT2
170 U_CAPI le_int32 U_EXPORT2
172 le_int32 run) in pl_getValueRunLimit()
183 U_CAPI le_int32 U_EXPORT2
185 le_int32 run) in pl_getValueRunValue()
196 U_CAPI le_int32 U_EXPORT2
198 le_int32 value, in pl_addValueRun()
199 le_int32 limit) in pl_addValueRun()
229 ULocRuns(const char **locales, const le_int32 *limits, le_int32 count);
242 ULocRuns(le_int32 initialCapacity);
264 const char *getLocaleName(le_int32 run) const;
288 le_int32 add(const char *locale, le_int32 limit);
305 virtual void init(le_int32 capacity);
306 virtual void grow(le_int32 capacity);
328 static const Locale **getLocales(const char **localeNames, le_int32 count) in getLocales()
339 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count) in ULocRuns()
345 ULocRuns::ULocRuns(le_int32 initialCapacity) in ULocRuns()
355 le_int32 count = getCount(); 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()
385 le_int32 index = LocaleRuns::add(loc, limit); in add()
396 const char *ULocRuns::getLocaleName(le_int32 run) const in getLocaleName()
409 const le_int32 *limits, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
410 le_int32 count) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
416 pl_openEmptyLocaleRuns(le_int32 initialCapacity) in pl_openEmptyLocaleRuns()
429 U_CAPI le_int32 U_EXPORT2
451 U_CAPI le_int32 U_EXPORT2
463 U_CAPI le_int32 U_EXPORT2
465 le_int32 run) in pl_getLocaleRunLimit()
478 le_int32 run) in pl_getLocaleRunLocale()
489 U_CAPI le_int32 U_EXPORT2
492 le_int32 limit) in pl_addLocaleRun()