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

/haiku/src/kits/locale/
H A DNumberFormat.cpp47 NumberFormat* fPercentFormat; member in class:BNumberFormatImpl
57 fPercentFormat = NULL;
66 delete fPercentFormat;
139 if (fPercentFormat == NULL) {
141 fPercentFormat = NumberFormat::createInstance(
145 if (fPercentFormat == NULL)
148 delete fPercentFormat;
149 fPercentFormat = NULL;
154 return fPercentFormat;

Completed in 15 milliseconds