Home | History | Annotate | Download | only in unicode

Lines Matching refs:resultLength

66  * uint32_t i, resultlength, reslenneeded;
76 * resultlength=0;
77 * reslenneeded=unum_format(nf, a[i], NULL, resultlength, &pos, &status);
81 * resultlength=reslenneeded+1;
82 * result=(UChar*)malloc(sizeof(UChar) * resultlength);
83 * unum_format(nf, a[i], result, resultlength, &pos, &status);
472 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
475 * @param resultLength The maximum size of result.
481 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
494 int32_t resultLength,
504 resultLength)
507 * @param resultLength The maximum size of result.
513 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
526 int32_t resultLength,
536 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
539 * @param resultLength The maximum size of result.
545 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
558 int32_t resultLength,
575 * NULL-terminated (length == resultLength) then the error code is set
579 * @param resultLength
596 * The total buffer size needed; if greater than resultLength, the
609 int32_t resultLength,
625 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
628 * @param resultLength The maximum size of result.
634 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
648 int32_t resultLength,
659 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
662 * @param resultLength the maximum number of UChars to write to result
669 * @return the total buffer size needed; if greater than resultLength,
681 int32_t resultLength,
690 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
693 * @param resultLength the maximum number of UChars to write to result
700 * @return the total buffer size needed; if greater than resultLength,
709 int32_t resultLength,
1199 * @param resultLength The maximum size of result.
1201 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
1211 int32_t resultLength,
1245 * @param resultLength The maximum size of result.
1247 * @return The total buffer size needed; if greater than resultLength,
1257 int32_t resultLength,