Lines Matching refs:convention
33 NumberFormat* GetInteger(BFormattingConventions* convention);
34 NumberFormat* GetFloat(BFormattingConventions* convention);
35 NumberFormat* GetCurrency(BFormattingConventions* convention);
36 NumberFormat* GetPercent(BFormattingConventions* convention);
71 BNumberFormatImpl::GetInteger(BFormattingConventions* convention) in GetInteger() argument
76 *BFormattingConventions::Private(convention).ICULocale(), in GetInteger()
93 BNumberFormatImpl::GetFloat(BFormattingConventions* convention) in GetFloat() argument
98 *BFormattingConventions::Private(convention).ICULocale(), in GetFloat()
115 BNumberFormatImpl::GetCurrency(BFormattingConventions* convention) in GetCurrency() argument
120 *BFormattingConventions::Private(convention).ICULocale(), in GetCurrency()
137 BNumberFormatImpl::GetPercent(BFormattingConventions* convention) in GetPercent() argument
142 *BFormattingConventions::Private(convention).ICULocale(), in GetPercent()