Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c845 UFieldPosition fieldPos = {0}; in TestNumberFormat() local
870 fieldPos.field = UNUM_DECIMAL_SEPARATOR_FIELD; in TestNumberFormat()
871 … resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status); in TestNumberFormat()
880 if (fieldPos.beginIndex != 26) { /* index of "." in formatted number */ in TestNumberFormat()
882 __FILE__, __LINE__, 0, fieldPos.beginIndex); in TestNumberFormat()
884 if (fieldPos.endIndex != 27) { in TestNumberFormat()
886 __FILE__, __LINE__, 0, fieldPos.endIndex); in TestNumberFormat()