Home
last modified time | relevance | path

Searched refs:UNumberFormatStyle (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h708 UNumberFormatStyle style,
720 UNumberFormatStyle style,
731 const Locale& inLocale, UNumberFormatStyle style, UErrorCode& status);
1038 UNumberFormatStyle style,
1045 static UBool isStyleSupported(UNumberFormatStyle style);
1055 UNumberFormatStyle style,
1122 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
Dunum.h139 typedef enum UNumberFormatStyle { enum
236 } UNumberFormatStyle; typedef
373 unum_open( UNumberFormatStyle style,
Ddecimfmt.h767 UNumberFormatStyle style,
/external/icu/icu4c/source/io/
Dlocbund.cpp47 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle styl… in copyInvariantFormatter()
158 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
Dlocbund.h76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp858 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status); in handleCreate()
889 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind); in create()
949 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status); in handleDefault()
1024 NumberFormat::internalCreateInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status… in internalCreateInstance()
1034 NumberFormat::createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) { in createInstance()
1257 NumberFormat::createSharedInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) { in createSharedInstance()
1271 NumberFormat::isStyleSupported(UNumberFormatStyle style) { in isStyleSupported()
1277 UNumberFormatStyle style, in makeInstance()
1284 UNumberFormatStyle style, in makeInstance()
Dunum.cpp38 unum_open( UNumberFormatStyle style, in unum_open()
Dmeasfmt.cpp350 static UNumberFormatStyle currencyStyles[] = { in createObject()
Ddecimfmt.cpp379 UNumberFormatStyle style, in DecimalFormat()
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c168 UNumberFormatStyle style= UNUM_DEFAULT; in TestNumberFormat()
2418 static const UNumberFormatStyle currencyStyles[] = { in TestCurrencyIsoPluralFormat()
2431 UNumberFormatStyle style = currencyStyles[sIndex]; in TestCurrencyIsoPluralFormat()
2465 UNumberFormatStyle style;
2480 { NULL, (UNumberFormatStyle)0, (UDisplayContext)0, NULL }
2557 UNumberFormatStyle style = UNUM_CURRENCY; in TestCurrencyUsage()
Dcnmdptst.c679 UNumberFormatStyle style= UNUM_DEFAULT; in TestDoubleAttribute()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) in createFormat()
Dnumfmtst.cpp2754 for (UNumberFormatStyle k = UNUM_DECIMAL; in TestHost()
2755 k < UNUM_FORMAT_STYLE_COUNT; k = (UNumberFormatStyle)(k+1)) { in TestHost()
3406 static const UNumberFormatStyle currencyStyles[] = { in TestCurrencyIsoPluralFormat()
3414 UNumberFormatStyle k = currencyStyles[kIndex]; in TestCurrencyIsoPluralFormat()
3504 static const UNumberFormatStyle currencyStyles[] = { in TestCurrencyParsing()
3522 UNumberFormatStyle k = currencyStyles[kIndex]; /* k = style */ in TestCurrencyParsing()
7592 UNumberFormatStyle style = UNUM_CURRENCY_ACCOUNTING; in TestAccountingCurrency()
/external/v8/src/
Di18n.cc250 UNumberFormatStyle format_style; in CreateICUNumberFormat()