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

  /external/chromium_org/third_party/icu/source/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/io/
locbund.h 76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
locbund.cpp 46 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) {
160 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style)
  /external/icu4c/i18n/unicode/
numfmt.h 36 #include "unicode/unum.h" // UNumberFormatStyle
719 UNumberFormatStyle style,
    [all...]
unum.h 135 typedef enum UNumberFormatStyle {
212 } UNumberFormatStyle;
349 unum_open( UNumberFormatStyle style,
    [all...]
decimfmt.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 135 typedef enum UNumberFormatStyle {
175 } UNumberFormatStyle;
241 unum_open( UNumberFormatStyle style,
    [all...]
numfmt.h 36 #include "unicode/unum.h" // UNumberFormatStyle
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 802 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
833 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind);
893 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
976 NumberFormat::createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status)
    [all...]
unum.cpp 37 unum_open( UNumberFormatStyle style,
decimfmt.cpp 333 UNumberFormatStyle style,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmapts.cpp 272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType)
  /external/icu4c/test/intltest/
nmfmapts.cpp 272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType)
numfmtst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp 754 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)(kind+1));
    [all...]
unum.cpp 36 unum_open( UNumberFormatStyle style,
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 679 UNumberFormatStyle style= UNUM_DEFAULT;
    [all...]
cnumtst.c 168 UNumberFormatStyle style= UNUM_DEFAULT;
    [all...]
  /external/chromium_org/v8/src/
i18n.cc 296 UNumberFormatStyle format_style;
    [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 679 UNumberFormatStyle style= UNUM_DEFAULT;
    [all...]
cnumtst.c 151 UNumberFormatStyle style= UNUM_DEFAULT;
    [all...]

Completed in 2952 milliseconds