Searched refs:createFormat (Results 1 – 3 of 3) sorted by relevance
992 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) in createFormat() function in NFTestFactory
793 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind); in create()