Searched refs:convention (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/locale/
H A DNumberFormat.cpp33 NumberFormat* GetInteger(BFormattingConventions* convention);
34 NumberFormat* GetFloat(BFormattingConventions* convention);
35 NumberFormat* GetCurrency(BFormattingConventions* convention);
36 NumberFormat* GetPercent(BFormattingConventions* convention);
71 BNumberFormatImpl::GetInteger(BFormattingConventions* convention) argument
76 *BFormattingConventions::Private(convention).ICULocale(),
93 BNumberFormatImpl::GetFloat(BFormattingConventions* convention) argument
98 *BFormattingConventions::Private(convention).ICULocale(),
115 BNumberFormatImpl::GetCurrency(BFormattingConventions* convention) argument
120 *BFormattingConventions::Private(convention)
137 GetPercent(BFormattingConventions* convention) argument
[all...]
/haiku/src/tests/kits/locale/
H A DRelativeDateTimeFormatTest.cpp59 const char* convention; member in struct:Value
104 BFormattingConventions formatting(values[i].convention);
H A DDateFormatTest.cpp118 const char* convention; member in struct:Value
145 BFormattingConventions formatting(values[i].convention);

Completed in 48 milliseconds