HomeSort by relevance Sort by last modified time
    Searched refs:UNumberFormatStyle (Results 1 - 12 of 12) sorted by null

  /external/icu4c/io/
locbund.h 76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
locbund.c 48 static U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) {
162 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style)
  /external/icu4c/i18n/unicode/
numfmt.h 36 #include "unicode/unum.h" // UNumberFormatStyle
651 UNumberFormatStyle style,
    [all...]
unum.h 135 typedef enum UNumberFormatStyle {
212 } UNumberFormatStyle;
295 unum_open( UNumberFormatStyle style,
    [all...]
decimfmt.h 748 UNumberFormatStyle style,
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 760 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
793 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind);
845 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
926 NumberFormat::createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status)
1086 NumberFormat::isStyleSupported(UNumberFormatStyle style) {
    [all...]
unum.cpp 36 unum_open( UNumberFormatStyle style,
decimfmt.cpp 308 UNumberFormatStyle style,
    [all...]
  /external/icu4c/test/intltest/
nmfmapts.cpp 272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType)
numfmtst.cpp     [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 679 UNumberFormatStyle style= UNUM_DEFAULT;
    [all...]
cnumtst.c 171 UNumberFormatStyle style= UNUM_DEFAULT;
    [all...]

Completed in 125 milliseconds