Home
last modified time | relevance | path

Searched refs:UNUM_SPELLOUT (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/io/
Dlocbund.h30 #define ULOCALEBUNDLE_NUMBERFORMAT_COUNT ((int32_t)UNUM_SPELLOUT)
Duscanf_p.c994 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SPELLOUT); in u_scanf_spellout_handler()
Duprntf_p.c894 format = u_locbund_getNumberFormat(formatBundle, UNUM_SPELLOUT); in u_printf_spellout_handler()
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c220 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/
Dunum.h177 UNUM_SPELLOUT=5, enumerator
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp58 {"spellout", UNUM_SPELLOUT},
/external/icu/icu4c/source/i18n/
Dunum.cpp104 case UNUM_SPELLOUT: in unum_open()