Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c3072 UNumberFormat *theFormatter = unum_open(UNUM_CURRENCY, NULL, 0, "en_US", NULL, &status); in Test12052_NullPointer() local
3075 unum_setAttribute(theFormatter, UNUM_LENIENT_PARSE, 1); in Test12052_NullPointer()
3077 unum_parseDoubleCurrency(theFormatter, input, -1, &pos, currency, &status); in Test12052_NullPointer()
3079 unum_close(theFormatter); in Test12052_NullPointer()