Searched refs:UNumberFormatSymbol (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h859 typedef enum UNumberFormatSymbol { enum
937 } UNumberFormatSymbol; typedef in typeref:enum:UNumberFormatSymbol
945 * @param symbol The UNumberFormatSymbol constant for the symbol to get
957 UNumberFormatSymbol symbol,
968 * @param symbol The UNumberFormatSymbol constant for the symbol to set
977 UNumberFormatSymbol symbol,
/external/icu4c/i18n/unicode/
H A Dunum.h1033 typedef enum UNumberFormatSymbol { enum
1111 } UNumberFormatSymbol; typedef in typeref:enum:UNumberFormatSymbol
1119 * @param symbol The UNumberFormatSymbol constant for the symbol to get
1131 UNumberFormatSymbol symbol,
1142 * @param symbol The UNumberFormatSymbol constant for the symbol to set
1151 UNumberFormatSymbol symbol,
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.h70 String decimalSymbol(UNumberFormatSymbol);
H A DLocaleICU.cpp78 String LocaleICU::decimalSymbol(UNumberFormatSymbol symbol)
/external/icu4c/i18n/
H A Dunum.cpp683 UNumberFormatSymbol symbol,
710 UNumberFormatSymbol symbol,
/external/icu4c/test/cintltst/
H A Dcnumtst.c148 UNumberFormatSymbol symType = UNUM_DECIMAL_SEPARATOR_SYMBOL;
593 unum_setSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, 2, &status);
600 resultlength = unum_getSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, sizeof(symbol)/U_SIZEOF_UCHAR, &status);
610 unum_getSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, sizeof(symbol)/U_SIZEOF_UCHAR, &status);
915 unum_getSymbol(fmt, (UNumberFormatSymbol)badsymbolLarge, NULL, 0, &status);
919 unum_getSymbol(fmt, (UNumberFormatSymbol)badsymbolSmall, NULL, 0, &status);
923 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolLarge, value, valueLength, &status);
927 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolSmall, value, valueLength, &status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c165 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);
/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp844 UNumberFormatSymbol symbol,
871 UNumberFormatSymbol symbol,

Completed in 162 milliseconds