Searched refs:UNumberFormatStyle (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/icu/source/io/
H A Dlocbund.h76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
H A Dlocbund.cpp47 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) {
158 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style)
/external/icu/icu4c/source/io/
H A Dlocbund.h76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
H A Dlocbund.cpp47 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) {
158 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style)
/external/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h36 #include "unicode/unum.h" // UNumberFormatStyle
708 UNumberFormatStyle style,
720 UNumberFormatStyle style,
731 const Locale& inLocale, UNumberFormatStyle style, UErrorCode& status);
1040 UNumberFormatStyle style,
1047 static UBool isStyleSupported(UNumberFormatStyle style);
1057 UNumberFormatStyle style,
1124 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
H A Dunum.h138 typedef enum UNumberFormatStyle { enum
223 } UNumberFormatStyle; typedef in typeref:enum:UNumberFormatStyle
360 unum_open( UNumberFormatStyle style,
H A Ddecimfmt.h767 UNumberFormatStyle style,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dnumfmt.h36 #include "unicode/unum.h" // UNumberFormatStyle
705 UNumberFormatStyle style,
982 UNumberFormatStyle style,
989 static UBool isStyleSupported(UNumberFormatStyle style);
999 UNumberFormatStyle style,
1064 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
H A Dunum.h137 typedef enum UNumberFormatStyle { enum
214 } UNumberFormatStyle; typedef in typeref:enum:UNumberFormatStyle
351 unum_open( UNumberFormatStyle style,
H A Ddecimfmt.h767 UNumberFormatStyle style,
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp865 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
896 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind);
956 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
1031 NumberFormat::internalCreateInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) {
1041 NumberFormat::createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) {
1286 NumberFormat::createSharedInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) {
1300 NumberFormat::isStyleSupported(UNumberFormatStyle style) {
1306 UNumberFormatStyle style,
1313 UNumberFormatStyle style,
1324 // the @draft ICU 4.2 NumberFormat::EStyles into the long-existing UNumberFormatStyle
[all...]
H A Dmeasfmt.cpp309 static UNumberFormatStyle currencyStyles[] = {
H A Dunum.cpp38 unum_open( UNumberFormatStyle style,
H A Ddecimfmt.cpp377 UNumberFormatStyle style,
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumfmt.cpp838 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
869 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind);
929 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
1004 NumberFormat::createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) {
1174 NumberFormat::isStyleSupported(UNumberFormatStyle style) {
1180 UNumberFormatStyle style,
1187 UNumberFormatStyle style,
1198 // the @draft ICU 4.2 NumberFormat::EStyles into the long-existing UNumberFormatStyle.
H A Dunum.cpp37 unum_open( UNumberFormatStyle style,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmapts.cpp272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType)
H A Dnumfmtst.cpp2722 for (UNumberFormatStyle k = UNUM_DECIMAL;
2723 k < UNUM_FORMAT_STYLE_COUNT; k = (UNumberFormatStyle)(k+1)) {
3370 static const UNumberFormatStyle currencyStyles[] = {
3378 UNumberFormatStyle k = currencyStyles[kIndex];
3468 static const UNumberFormatStyle currencyStyles[] = {
3486 UNumberFormatStyle k = currencyStyles[kIndex]; /* k = style */
/external/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType)
H A Dnumfmtst.cpp2747 for (UNumberFormatStyle k = UNUM_DECIMAL;
2748 k < UNUM_FORMAT_STYLE_COUNT; k = (UNumberFormatStyle)(k+1)) {
3399 static const UNumberFormatStyle currencyStyles[] = {
3407 UNumberFormatStyle k = currencyStyles[kIndex];
3497 static const UNumberFormatStyle currencyStyles[] = {
3515 UNumberFormatStyle k = currencyStyles[kIndex]; /* k = style */
7586 UNumberFormatStyle style = UNUM_CURRENCY_ACCOUNTING;
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c164 UNumberFormatStyle style= UNUM_DEFAULT;
2414 static const UNumberFormatStyle currencyStyles[] = {
2427 UNumberFormatStyle style = currencyStyles[sIndex];
2461 UNumberFormatStyle style;
2476 { NULL, (UNumberFormatStyle)0, (UDisplayContext)0, NULL }
H A Dcnmdptst.c679 UNumberFormatStyle style= UNUM_DEFAULT;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnmdptst.c679 UNumberFormatStyle style= UNUM_DEFAULT;
H A Dcnumtst.c158 UNumberFormatStyle style= UNUM_DEFAULT;
/external/chromium_org/v8/src/
H A Di18n.cc250 UNumberFormatStyle format_style;

Completed in 379 milliseconds

12