Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c198 *cur_frpattern, *myclone, *spellout_def; in TestNumberFormat() local
244 spellout_def=unum_open(style, NULL, 0, "en_US", NULL, &status); in TestNumberFormat()
806 if (spellout_def) in TestNumberFormat()
814 len = unum_format(spellout_def, value, buffer, UPRV_LENGTHOF(buffer), NULL, &status); in TestNumberFormat()
823 parseResult = unum_parse(spellout_def, buffer, len, &pp, &status); in TestNumberFormat()
997 unum_close(spellout_def); in TestNumberFormat()