Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c2434 UChar ubufResult[kUBufMax]; in TestCurrencyIsoPluralFormat() local
2448 ulenRes = unum_formatDouble(unumFmt, numberToBeFormat, ubufResult, kUBufMax, NULL, &status); in TestCurrencyIsoPluralFormat()
2453 if (ulenRes != ulenExp || u_strncmp(ubufResult, ubufExpected, ulenExp) != 0) { in TestCurrencyIsoPluralFormat()
2505 UChar ubufResult[kUBufMax]; in TestContext() local
2516 ulenRes = unum_formatDouble(unum, 123.45, ubufResult, kUBufMax, NULL, &status); in TestContext()
2523 if (ulenRes != ulenExp || u_strncmp(ubufResult, ubufExpected, ulenExp) != 0) { in TestContext()
2525 u_austrncpy(bbuf, ubufResult, sizeof(bbuf)); in TestContext()