Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp7421 const char *decNumChars = ufmt_getDecNumChars(u, &len, &convStatus); in testFormattableAsUFormattable() local
7424 char decNumChars[200]; in testFormattableAsUFormattable() local
7425 int32_t len = ufmt_getDecNumChars(u, decNumChars, 200, &convStatus); in testFormattableAsUFormattable()
7429 logln(fileLine + decNumChars); in testFormattableAsUFormattable()
7430 assertEquals(fileLine + " decNumChars length==", len, fDecNum.length()); in testFormattableAsUFormattable()
7431 assertEquals(fileLine + " decNumChars digits", decNumChars, fDecNum.data()); in testFormattableAsUFormattable()

Completed in 22 milliseconds