Searched refs:UNUM_SPELLOUT (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Dlocbund.h28 #define ULOCALEBUNDLE_NUMBERFORMAT_COUNT ((int32_t)UNUM_SPELLOUT)
H A Duscanf_p.c992 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SPELLOUT);
H A Duprntf_p.c892 format = u_locbund_getNumberFormat(formatBundle, UNUM_SPELLOUT);
/external/icu/icu4c/source/io/
H A Dlocbund.h28 #define ULOCALEBUNDLE_NUMBERFORMAT_COUNT ((int32_t)UNUM_SPELLOUT)
H A Duscanf_p.c992 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SPELLOUT);
H A Duprntf_p.c892 format = u_locbund_getNumberFormat(formatBundle, UNUM_SPELLOUT);
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c212 style=UNUM_SPELLOUT;
1157 UNumberFormat *nf = unum_open(UNUM_SPELLOUT, NULL, 0, testPtr->locale, NULL, &status);
1159 log_err_status(status, "unum_open fails for UNUM_SPELLOUT with locale %s, status %s\n", testPtr->locale, myErrorName(status));
1688 formats[1] = unum_open(UNUM_SPELLOUT, NULL, 0, "en_US", &perr, &status);
2468 { "sv", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE, "ett\\u00ADhundra\\u00ADtjugo\\u00ADtre komma fyra fem" },
2469 { "sv", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE, "Ett\\u00ADhundra\\u00ADtjugo\\u00ADtre komma fyra fem" },
2470 { "sv", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU, "ett\\u00ADhundra\\u00ADtjugo\\u00ADtre komma fyra fem" },
2471 { "sv", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_STANDALONE, "ett\\u00ADhundra\\u00ADtjugo\\u00ADtre komma fyra fem" },
2472 { "en", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE, "one hundred twenty-three point four five" },
2473 { "en", UNUM_SPELLOUT, UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENC
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h167 UNUM_SPELLOUT, enumerator in enum:UNumberFormatStyle
326 * UNUM_DECIMAL, UNUM_CURRENCY, UNUM_PERCENT, UNUM_SCIENTIFIC, UNUM_SPELLOUT,
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h168 UNUM_SPELLOUT, enumerator in enum:UNumberFormatStyle
334 * UNUM_CURRENCY_ISO, UNUM_CURRENCY_PLURAL, UNUM_SPELLOUT,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c206 style=UNUM_SPELLOUT;
1154 UNumberFormat *nf = unum_open(UNUM_SPELLOUT, NULL, 0, testPtr->locale, NULL, &status);
1156 log_err_status(status, "unum_open fails for UNUM_SPELLOUT with locale %s, status %s\n", testPtr->locale, myErrorName(status));
1685 formats[1] = unum_open(UNUM_SPELLOUT, NULL, 0, "en_US", &perr, &status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp95 case UNUM_SPELLOUT:
/external/icu/icu4c/source/i18n/
H A Dunum.cpp99 case UNUM_SPELLOUT:

Completed in 312 milliseconds