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

/haiku/src/kits/locale/
H A DNumberFormat.cpp45 NumberFormat* fFloatFormat; member in class:BNumberFormatImpl
55 fFloatFormat = NULL;
64 delete fFloatFormat;
95 if (fFloatFormat == NULL) {
97 fFloatFormat = NumberFormat::createInstance(
101 if (fFloatFormat == NULL)
104 delete fFloatFormat;
105 fFloatFormat = NULL;
110 return fFloatFormat;

Completed in 40 milliseconds