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

/haiku/src/kits/locale/
H A DNumberFormat.cpp44 NumberFormat* fIntegerFormat; member in class:BNumberFormatImpl
54 fIntegerFormat = NULL;
63 delete fIntegerFormat;
73 if (fIntegerFormat == NULL) {
75 fIntegerFormat = NumberFormat::createInstance(
79 if (fIntegerFormat == NULL)
82 delete fIntegerFormat;
83 fIntegerFormat = NULL;
88 return fIntegerFormat;

Completed in 69 milliseconds