Searched refs:UNUM_SPELLOUT (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/io/ |
D | locbund.h | 30 #define ULOCALEBUNDLE_NUMBERFORMAT_COUNT ((int32_t)UNUM_SPELLOUT)
|
D | uscanf_p.c | 994 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SPELLOUT); in u_scanf_spellout_handler()
|
D | uprntf_p.c | 894 format = u_locbund_getNumberFormat(formatBundle, UNUM_SPELLOUT); in u_printf_spellout_handler()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 220 style=UNUM_SPELLOUT; in TestNumberFormat() 1166 UNumberFormat *nf = unum_open(UNUM_SPELLOUT, NULL, 0, testPtr->locale, NULL, &status); in TestSpelloutNumberParse() 1698 formats[1] = unum_open(UNUM_SPELLOUT, NULL, 0, "en_US", &perr, &status); in TestRBNFFormat() 2493 …{ "sv", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE, "ett\\u00ADhundra\\u00AD… 2494 …{ "sv", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, "Ett\\u00ADhundra\\u00AD… 2495 …{ "sv", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU, "ett\\u00ADhundra\\u00AD… 2496 …{ "sv", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_STANDALONE, "ett\\u00ADhundra\\u00AD… 2497 …{ "en", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE, "one hundred twenty-thre… 2498 …{ "en", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, "One hundred twenty-thre… 2499 …{ "en", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU, "One hundred twenty-thre… [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | unum.h | 177 UNUM_SPELLOUT=5, enumerator
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.cpp | 58 {"spellout", UNUM_SPELLOUT},
|
/external/icu/icu4c/source/i18n/ |
D | unum.cpp | 104 case UNUM_SPELLOUT: in unum_open()
|