Lines Matching refs:used
157 (void)a; /* Suppress set but not used warning. */
1952 int32_t used;
1964 used = unum_getTextAttribute(nf, UNUM_NEGATIVE_PREFIX, ubuffer, 64, &status);
1965 unum_setTextAttribute(nf, UNUM_NEGATIVE_PREFIX, ubuffer, used, &status);
1970 used = unum_formatDouble(nf, -1234.5, ubuffer, 64, NULL, &status);
1971 if (U_FAILURE(status) || 64 < used) {
1978 used = unum_formatDouble(nf, 1234.5, ubuffer, 64, NULL, &status);
1979 if (U_FAILURE(status) || 64 < used) {
2515 (void)ulen; // Suppress variable not used warning.
3372 // If incrementRounding is used, maxFrac is set equal to minFrac
3374 // If incrementRounding is used, maxFrac is set equal to minFrac
3381 // If incrementRounding is not used, roundIncr is set to 0.0