Home | History | Annotate | Download | only in cintltst

Lines Matching refs:DESTCAPACITY

818         #define DESTCAPACITY 100
819 UChar dest[DESTCAPACITY];
820 char desta[DESTCAPACITY];
830 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, NULL, &status);
834 u_austrncpy(desta, dest, DESTCAPACITY);
847 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status);
851 u_austrncpy(desta, dest, DESTCAPACITY);
869 DESTCAPACITY, &status);
888 resultSize = unum_parseDecimal(fmt, dest, -1, &parsePos, desta, DESTCAPACITY, &status);