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

/haiku/src/kits/locale/
H A DNumberFormat.cpp46 NumberFormat* fCurrencyFormat; member in class:BNumberFormatImpl
56 fCurrencyFormat = NULL;
65 delete fCurrencyFormat;
117 if (fCurrencyFormat == NULL) {
119 fCurrencyFormat = NumberFormat::createCurrencyInstance(
123 if (fCurrencyFormat == NULL)
126 delete fCurrencyFormat;
127 fCurrencyFormat = NULL;
132 return fCurrencyFormat;

Completed in 23 milliseconds