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.c175 *cur_frpattern, *myclone, *spellout_def; in TestNumberFormat() local
221 spellout_def=unum_open(style, NULL, 0, "en_US", NULL, &status); in TestNumberFormat()
782 if (spellout_def) in TestNumberFormat()
790 len = unum_format(spellout_def, value, buffer, UPRV_LENGTHOF(buffer), NULL, &status); in TestNumberFormat()
799 parseResult = unum_parse(spellout_def, buffer, len, &pp, &status); in TestNumberFormat()
966 unum_close(spellout_def); in TestNumberFormat()