Home | History | Annotate | Download | only in unicode

Lines Matching full:resultlength

62  * uint32_t i, resultlength, reslenneeded;
72 * resultlength=0;
73 * reslenneeded=unum_format(nf, a[i], NULL, resultlength, &pos, &status);
77 * resultlength=reslenneeded+1;
78 * result=(UChar*)malloc(sizeof(UChar) * resultlength);
79 * unum_format(nf, a[i], result, resultlength, &pos, &status);
414 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
417 * @param resultLength The maximum size of result.
423 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
436 int32_t resultLength,
446 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
449 * @param resultLength The maximum size of result.
455 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
468 int32_t resultLength,
478 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
481 * @param resultLength The maximum size of result.
487 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
500 int32_t resultLength,
514 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
517 * @param resultLength The maximum size of result.
523 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
537 int32_t resultLength,
548 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
551 * @param resultLength the maximum number of UChars to write to result
558 * @return the total buffer size needed; if greater than resultLength,
570 int32_t resultLength,
580 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
583 * @param resultLength the maximum number of UChars to write to result
590 * @return the total buffer size needed; if greater than resultLength,
599 int32_t resultLength,
1051 * @param resultLength The maximum size of result.
1053 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
1063 int32_t resultLength,
1097 * @param resultLength The maximum size of result.
1099 * @return The total buffer size needed; if greater than resultLength,
1109 int32_t resultLength,