OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNumberFormatStyle
(Results
1 - 9
of
9
) 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/
unum.h
134
typedef enum
UNumberFormatStyle
{
174
}
UNumberFormatStyle
;
240
unum_open(
UNumberFormatStyle
style,
numfmt.h
36
#include "unicode/unum.h" //
UNumberFormatStyle
828
virtual NumberFormat* createFormat(const Locale& loc,
UNumberFormatStyle
formatType) = 0;
[
all
...]
/external/icu4c/test/intltest/
nmfmapts.cpp
272
virtual NumberFormat* createFormat(const Locale& /* loc */,
UNumberFormatStyle
formatType)
/external/icu4c/i18n/
unum.cpp
35
unum_open(
UNumberFormatStyle
style,
numfmt.cpp
540
UObject* result = _delegate->createFormat(loc, (
UNumberFormatStyle
)(kind+1));
/external/icu4c/test/cintltst/
cnmdptst.c
679
UNumberFormatStyle
style= UNUM_DEFAULT;
[
all
...]
cnumtst.c
119
UNumberFormatStyle
style= UNUM_DEFAULT;
[
all
...]
Completed in 32 milliseconds