Lines Matching refs:fieldPos
821 UFieldPosition fieldPos = {0};
846 fieldPos.field = UNUM_DECIMAL_SEPARATOR_FIELD;
847 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status);
856 if (fieldPos.beginIndex != 26) { /* index of "." in formatted number */
858 __FILE__, __LINE__, 0, fieldPos.beginIndex);
860 if (fieldPos.endIndex != 27) {
862 __FILE__, __LINE__, 0, fieldPos.endIndex);