Home
last modified time | relevance | path

Searched refs:createFormat (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
Dnumfmt.h992 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
/external/icu4c/test/intltest/
Dnmfmapts.cpp272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) in createFormat() function in NFTestFactory
/external/icu4c/i18n/
Dnumfmt.cpp793 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind); in create()