Home
last modified time | relevance | path

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

/haiku/src/kits/locale/
H A DFormattingConventions.cpp206 fExplicitNumericFormat(other.fExplicitNumericFormat), in BFormattingConventions()
288 fExplicitNumericFormat = other.fExplicitNumericFormat; in operator =()
321 return fExplicitNumericFormat == other.fExplicitNumericFormat in operator ==()
581 fExplicitNumericFormat = format; in SetExplicitNumericFormat()
/haiku/headers/os/locale/
H A DFormattingConventions.h137 BString fExplicitNumericFormat; variable