Lines Matching defs:dest
883 UChar dest[DESTCAPACITY];
890 u_uastrcpy(dest, bdpattern);
891 fmt = unum_open(UNUM_PATTERN_DECIMAL, dest, -1, "en", NULL /*parseError*/, &status);
894 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, NULL, &status);
898 u_austrncpy(desta, dest, DESTCAPACITY);
911 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status);
915 u_austrncpy(desta, dest, DESTCAPACITY);
932 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */
933 resultSize = unum_parseDecimal(fmt, dest, -1, NULL, desta, DESTCAPACITY, &status);
952 u_uastrcpy(dest, numFormatted); /* Parse the expected output of the formatting test */
955 resultSize = unum_parseDecimal(fmt, dest, -1, &parsePos, desta, DESTCAPACITY, &status);