Home | History | Annotate | Download | only in unicode

Lines Matching full:param

206  * @param locale The locale for which the message will be formatted
207 * @param pattern The pattern specifying the message's format
208 * @param patternLength The length of pattern
209 * @param result A pointer to a buffer to receive the formatted message.
210 * @param resultLength The maximum size of result.
211 * @param status A pointer to an UErrorCode to receive any errors
212 * @param ... A variable-length argument list containing the arguments specified
233 * @param locale The locale for which the message will be formatted
234 * @param pattern The pattern specifying the message's format
235 * @param patternLength The length of pattern
236 * @param result A pointer to a buffer to receive the formatted message.
237 * @param resultLength The maximum size of result.
238 * @param ap A variable-length argument list containing the arguments specified
239 * @param status A pointer to an UErrorCode to receive any errors
260 * @param locale The locale for which the message is formatted
261 * @param pattern The pattern specifying the message's format
262 * @param patternLength The length of pattern
263 * @param source The text to parse.
264 * @param sourceLength The length of source, or -1 if null-terminated.
265 * @param status A pointer to an UErrorCode to receive any errors
266 * @param ... A variable-length argument list containing the arguments
285 * @param locale The locale for which the message is formatted
286 * @param pattern The pattern specifying the message's format
287 * @param patternLength The length of pattern
288 * @param source The text to parse.
289 * @param sourceLength The length of source, or -1 if null-terminated.
290 * @param ap A variable-length argument list containing the arguments
291 * @param status A pointer to an UErrorCode to receive any errors
310 * @param locale The locale for which the message will be formatted
311 * @param pattern The pattern specifying the message's format
312 * @param patternLength The length of pattern
313 * @param result A pointer to a buffer to receive the formatted message.
314 * @param resultLength The maximum size of result.
315 * @param status A pointer to an UErrorCode to receive any errors
316 * @param ... A variable-length argument list containing the arguments specified
318 * @param parseError A pointer to UParseError to receive information about errors
340 * @param locale The locale for which the message will be formatted
341 * @param pattern The pattern specifying the message's format
342 * @param patternLength The length of pattern
343 * @param result A pointer to a buffer to receive the formatted message.
344 * @param resultLength The maximum size of result.
345 * @param parseError A pointer to UParseError to receive information about errors
347 * @param ap A variable-length argument list containing the arguments specified
348 * @param status A pointer to an UErrorCode to receive any errors
369 * @param locale The locale for which the message is formatted
370 * @param pattern The pattern specifying the message's format
371 * @param patternLength The length of pattern
372 * @param source The text to parse.
373 * @param sourceLength The length of source, or -1 if null-terminated.
374 * @param parseError A pointer to UParseError to receive information about errors
376 * @param status A pointer to an UErrorCode to receive any errors
377 * @param ... A variable-length argument list containing the arguments
397 * @param locale The locale for which the message is formatted
398 * @param pattern The pattern specifying the message's format
399 * @param patternLength The length of pattern
400 * @param source The text to parse.
401 param sourceLength The length of source, or -1 if null-terminated.
402 * @param ap A variable-length argument list containing the arguments
403 * @param parseError A pointer to UParseError to receive information about errors
405 * @param status A pointer to an UErrorCode to receive any errors
430 * @param pattern A pattern specifying the format to use.
431 * @param patternLength Length of the pattern to use
432 * @param locale The locale for which the messages are formatted.
433 * @param parseError A pointer to UParseError struct to receive any errors
435 * @param status A pointer to an UErrorCode to receive any errors.
450 * @param format The formatter to close.
459 * @param fmt The formatter to copy
460 * @param status A pointer to an UErrorCode to receive any errors.
471 * @param fmt The formatter to set
472 * @param locale The locale the formatter should use.
482 * @param fmt The formatter to querry
491 * @param fmt The formatter to use
492 * @param pattern The pattern to be applied.
493 * @param patternLength Length of the pattern to use
494 * @param parseError Struct to receive information on position
496 * @param status Output param set to success/failure code on
510 * @param fmt The formatter to use
511 * @param result A pointer to a buffer to receive the pattern.
512 * @param resultLength The maximum size of result.
513 * @param status Output param set to success/failure code on
530 * @param fmt The formatter to use
531 * @param result A pointer to a buffer to receive the formatted message.
532 * @param resultLength The maximum size of result.
533 * @param status A pointer to an UErrorCode to receive any errors
534 * @param ... A variable-length argument list containing the arguments
552 * @param fmt The formatter to use
553 * @param result A pointer to a buffer to receive the formatted message.
554 * @param resultLength The maximum size of result.
555 * @param ap A variable-length argument list containing the arguments
556 * @param status A pointer to an UErrorCode to receive any errors
574 * @param fmt The formatter to use
575 * @param source The text to parse.
576 * @param sourceLength The length of source, or -1 if null-terminated.
577 * @param count Output param to receive number of elements returned.
578 * @param status A pointer to an UErrorCode to receive any errors
579 * @param ... A variable-length argument list containing the arguments
596 * @param fmt The formatter to use
597 * @param source The text to parse.
598 * @param sourceLength The length of source, or -1 if null-terminated.
599 * @param count Output param to receive number of elements returned.
600 * @param ap A variable-length argument list containing the arguments
601 * @param status A pointer to an UErrorCode to receive any errors
628 * @param pattern the 'apostrophe-friendly' patttern to convert
629 * @param patternLength the length of pattern, or -1 if unknown and pattern is null-terminated
630 * @param dest the buffer for the result, or NULL if preflight only
631 * @param destCapacity the length of the buffer, or 0 if preflighting
632 * @param ec the error code