Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcnumtst.c870 UFieldPosition fieldPos = {0}; in TestNumberFormat() local
895 fieldPos.field = UNUM_DECIMAL_SEPARATOR_FIELD; in TestNumberFormat()
896 … resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status); in TestNumberFormat()
905 if (fieldPos.beginIndex != 26) { /* index of "." in formatted number */ in TestNumberFormat()
907 __FILE__, __LINE__, 0, fieldPos.beginIndex); in TestNumberFormat()
909 if (fieldPos.endIndex != 27) { in TestNumberFormat()
911 __FILE__, __LINE__, 0, fieldPos.endIndex); in TestNumberFormat()