Lines Matching full:param
135 * @param data data value for a surrogate from the trie, including the folding offset
268 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
279 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
288 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
289 * @param c16 (UChar, in) the input BMP code point
298 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
299 * @param c16 (UChar, in) the input BMP code point
309 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
310 * @param c16 (UChar, in) the input BMP code point
320 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
321 * @param c16 (UChar, in) the input BMP code point
331 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
332 * @param c32 (UChar32, in) the input code point
333 * @param result (uint16_t, out) uint16_t variable for the trie lookup result
342 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
343 * @param c32 (UChar32, in) the input code point
344 * @param result (uint32_t, out) uint32_t variable for the trie lookup result
352 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
353 * @param src (const UChar *, in/out) the source text pointer
354 * @param limit (const UChar *, in) the limit pointer for the text, or NULL
355 * @param c (UChar, out) variable for the BMP or lead code unit
356 * @param c2 (UChar, out) variable for 0 or the trail code unit
357 * @param result (uint16_t, out) uint16_t variable for the trie lookup result
365 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
366 * @param src (const UChar *, in/out) the source text pointer
367 * @param limit (const UChar *, in) the limit pointer for the text, or NULL
368 * @param c (UChar, out) variable for the BMP or lead code unit
369 * @param c2 (UChar, out) variable for 0 or the trail code unit
370 * @param result (uint32_t, out) uint32_t variable for the trie lookup result
378 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
379 * @param start (const UChar *, in) the start pointer for the text, or NULL
380 * @param src (const UChar *, in/out) the source text pointer
381 * @param c (UChar, out) variable for the BMP or lead code unit
382 * @param c2 (UChar, out) variable for 0 or the trail code unit
383 * @param result (uint16_t, out) uint16_t variable for the trie lookup result
391 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
392 * @param start (const UChar *, in) the start pointer for the text, or NULL
393 * @param src (const UChar *, in/out) the source text pointer
394 * @param c (UChar, out) variable for the BMP or lead code unit
395 * @param c2 (UChar, out) variable for 0 or the trail code unit
396 * @param result (uint32_t, out) uint32_t variable for the trie lookup result
403 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
404 * @param c (UChar, in) a lead surrogate
405 * @param c2 (UChar, in) a trail surrogate
406 * @param result (uint16_t, out) uint16_t variable for the trie lookup result
413 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
414 * @param c (UChar, in) a lead surrogate
415 * @param c2 (UChar, in) a trail surrogate
416 * @param result (uint32_t, out) uint32_t variable for the trie lookup result
424 * @param
425 * @param offset (int32_t, in) the folding offset from the value of a lead surrogate
426 * @param c2 (UChar, in) a trail surrogate (only the 10 low bits are significant)
435 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
436 * @param offset (int32_t, in) the folding offset from the value of a lead surrogate
437 * @param c2 (UChar, in) a trail surrogate (only the 10 low bits are significant)
448 * @param context an opaque pointer, as passed into utrie_enum()
449 * @param value a value from the trie
462 * @param context an opaque pointer, as passed into utrie_enum()
463 * @param start the first code point in a contiguous range with value
464 * @param limit one past the last code point in a contiguous range with value
465 * @param value the value that is set for all code points in [start..limit[
480 * @param trie a pointer to the runtime trie structure
481 * @param enumValue a pointer to a function that may transform the trie entry value,
483 * @param enumRange a pointer to a function that is called for each contiguous range
485 * @param context an opaque pointer that is passed on to the callback functions
496 * @param trie a pointer to the runtime trie structure
497 * @param data a pointer to 32-bit-aligned memory containing trie data
498 * @param length the number of bytes available at data
499 * @param pErrorCode an in/out ICU UErrorCode
514 * @param trie a pointer to the runtime trie structure
515 * @param data a pointer to 32-bit-aligned memory to be filled with the dummy trie data
516 * @param length the number of bytes available at data (recommended to use UTRIE_DUMMY_SIZE)
517 * @param initialValue the initial value that is set for all code points
518 * @param leadUnitValue the value for lead surrogate code _units_ that do not
520 * @param pErrorCode an in/out ICU UErrorCode
607 * @param fillIn a pointer to a UNewTrie structure to be initialized (will not be released), or
609 * @param aliasData a pointer to a data array to be used (will not be released), or
611 * @param maxDataLength the capacity of aliasData (if not NULL) or
613 * @param initialValue the initial value that is set for all code points
614 * @param leadUnitValue the value for lead surrogate code _units_ that do not
616 * @param latin1Linear a flag indicating whether the Latin-1 range is to be allocated and
629 * @param fillIn like in utrie_open()
630 * @param other the build-time trie structure to clone
631 * @param aliasData like in utrie_open(),
633 * @param aliasDataLength the length of aliasData
643 * @param trie the build-time trie
653 * @param trie the build-time trie
654 * @param pLength (out) a pointer to a variable that receives the number
664 * @param trie the build-time trie
665 * @param c the code point
666 * @param value the value
675 * @param trie the build-time trie
676 * @param c the code point
677 * @param pInBlockZero if not NULL, then *pInBlockZero is set to TRUE
690 * @param trie the build-time trie
691 * @param start the first code point to get the value
692 * @param limit one past the last code point to get the value
693 * @param value the value
694 * @param overwrite flag for whether old non-initial values are to be overwritten
709 * @param trie the build-time trie
710 * @param data a pointer to 32-bit-aligned memory for the trie data
711 * @param capacity the number of bytes available at data
712 * @param getFoldedValue a callback function that calculates the value for
717 * @param reduceTo16Bits flag for whether the values are to be reduced to a
719 * @param pErrorCode a UErrorCode argument; among other possible error codes: