Home
last modified time | relevance | path

Searched refs:fExplicitMonetaryFormat (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/locale/
H A DFormattingConventions.cpp207 fExplicitMonetaryFormat(other.fExplicitMonetaryFormat), in BFormattingConventions()
289 fExplicitMonetaryFormat = other.fExplicitMonetaryFormat; in operator =()
322 && fExplicitMonetaryFormat == other.fExplicitMonetaryFormat in operator ==()
588 fExplicitMonetaryFormat = format; in SetExplicitMonetaryFormat()
/haiku/headers/os/locale/
H A DFormattingConventions.h138 BString fExplicitMonetaryFormat; variable