OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNumberFormatSymbol
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/unicode/
unum.h
859
typedef enum
UNumberFormatSymbol
{
[
all
...]
/libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp
145
UNumberFormatSymbol
symbol = static_cast<
UNumberFormatSymbol
>(javaSymbol);
/external/icu4c/test/cintltst/
cnumtst.c
165
UNumberFormatSymbol
symType = UNUM_DECIMAL_SEPARATOR_SYMBOL;
612
unum_setSymbol(cur_frpattern, (
UNumberFormatSymbol
)i, symbol, 2, &status);
619
resultlength = unum_getSymbol(cur_frpattern, (
UNumberFormatSymbol
)i, symbol, sizeof(symbol)/U_SIZEOF_UCHAR, &status);
629
unum_getSymbol(cur_frpattern, (
UNumberFormatSymbol
)i, symbol, sizeof(symbol)/U_SIZEOF_UCHAR, &status);
[
all
...]
/external/icu4c/i18n/
unum.cpp
844
UNumberFormatSymbol
symbol,
871
UNumberFormatSymbol
symbol,
Completed in 26 milliseconds