Lines Matching full:param
76 * @param s The array of UChars, NULL (U+0000) terminated.
90 * @param s The input string.
91 * @param length The number of UChar code units to be checked, or -1 to count all
109 * @param s The input string.
110 * @param length The length of the string, or -1 if it is NUL-terminated.
111 * @param number The number of code points in the string is compared against
125 * @param dst The destination string.
126 * @param src The source string.
142 * @param dst The destination string.
143 * @param src The source string.
144 * @param n The maximum number of characters to compare.
162 * @param s The string to search (NUL-terminated).
163 * @param substring The substring to find (NUL-terminated).
185 * @param s The string to search.
186 * @param length The length of s (number of UChars), or -1 if it is NUL-terminated.
187 * @param substring The substring to find (NUL-terminated).
188 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
206 * @param s The string to search (NUL-terminated).
207 * @param c The BMP code point to find.
226 * @param s The string to search (NUL-terminated).
227 * @param c The code point to find.
249 * @param s The string to search (NUL-terminated).
250 * @param substring The substring to find (NUL-terminated).
272 * @param s The string to search.
273 * @param length The length of s (number of UChars), or -1 if it is NUL-terminated.
274 * @param substring The substring to find (NUL-terminated).
275 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
293 * @param s The string to search (NUL-terminated).
294 * @param c The BMP code point to find.
313 * @param s The string to search (NUL-terminated).
314 * @param c The code point to find.
332 * @param string The string in which to search, NUL-terminated.
333 * @param matchSet A NUL-terminated string defining a set of code points
347 * @param string The string in which to search, NUL-terminated.
348 * @param matchSet A NUL-terminated string defining a set of code points
363 * @param string The string in which to search, NUL-terminated.
364 * @param matchSet A NUL-terminated string defining a set of code points
386 * @param src String containing token(s). This string will be modified.
389 * @param delim Set of delimiter characters (Unicode code points).
390 * @param saveState The current pointer within the original string,
407 * @param s1 A string to compare.
408 * @param s2 A string to compare.
422 * @param s1 A string to compare.
423 * @param s2 A string to compare.
446 * @param s1 First source string.
447 * @param length1 Length of first source string, or -1 if NUL-terminated.
449 * @param s2 Second source string.
450 * @param length2 Length of second source string, or -1 if NUL-terminated.
452 * @param codePointOrder Choose between code unit order (FALSE)
473 * @param iter1 First source string iterator.
474 * @param iter2 Second source string iterator.
475 * @param codePointOrder Choose between code unit order (FALSE)
514 * @param s1 First source string.
515 * @param length1 Length of first source string, or -1 if NUL-terminated.
517 * @param s2 Second source string.
518 * @param length2 Length of second source string, or -1 if NUL-terminated.
520 * @param options A bit set of options:
530 * @param pErrorCode Must be a valid pointer to an error code value,
547 * @param ucs1 A string to compare.
548 * @param ucs2 A string to compare.
549 * @param n The maximum number of characters to compare.
565 * @param s1 A string to compare.
566 * @param s2 A string to compare.
567 * @param n The maximum number of characters to compare.
580 * @param s1 A string to compare.
581 * @param s2 A string to compare.
582 * @param options A bit set of options:
603 * @param s1 A string to compare.
604 * @param s2 A string to compare.
605 * @param n The maximum number of characters each string to case-fold and then compare.
606 * @param options A bit set of options:
627 * @param s1 A string to compare.
628 * @param s2 A string to compare.
629 * @param length The number of characters in each string to case-fold and then compare.
630 * @param options A bit set of options:
649 * @param dst The destination string.
650 * @param src The source string.
663 * @param dst The destination string.
664 * @param src The source string.
665 * @param n The maximum number of characters to copy.
681 * @param dst The destination string.
682 * @param src The source string.
695 * @param dst The destination string.
696 * @param src The source string.
697 * @param n The maximum number of characters to copy.
710 * @param dst The destination string.
711 * @param src The source string.
724 * @param dst The destination string.
725 * @param src The source string.
726 * @param n The maximum number of characters to copy.
738 * @param dest The destination string
739 * @param src The source string
740 * @param count The number of characters to copy
749 * @param dest The destination string
750 * @param src The source string
751 * @param count The number of characters to move
761 * @param dest The destination string.
762 * @param c The character to initialize the string.
763 * @param count The maximum number of characters to set.
773 * @param buf1 The first string to compare.
774 * @param buf2 The second string to compare.
775 * @param count The maximum number of UChars to compare.
789 * @param s1 A string to compare.
790 * @param s2 A string to compare.
791 * @param count The maximum number of characters to compare.
806 * @param s The string to search (contains <code>count</code> UChars).
807 * @param c The BMP code point to find.
808 * @param count The length of the string.
826 * @param s The string to search (contains <code>count</code> UChars).
827 * @param c The code point to find.
828 * @param count The length of the string.
846 * @param s The string to search (contains <code>count</code> UChars).
847 * @param c The BMP code point to find.
848 * @param count The length of the string.
866 * @param s The string to search (contains <code>count</code> UChars).
867 * @param c The code point to find.
868 * @param count The length of the string.
963 * @param src a zero-terminated string of invariant characters
964 * @param dest pointer to buffer to receive converted and unescaped
969 * @param destCapacity the number of UChars that may be written at
987 * @param offset pointer to the offset that will be passed to u_unescapeAt().
988 * @param context an opaque pointer passed directly into u_unescapeAt()
1008 * @param charAt callback function that returns a UChar of the source
1010 * @param offset pointer to the offset that will be passed to charAt.
1014 * @param length the number of characters in the source text. The
1017 * @param context an opaque pointer passed directly into charAt.
1037 * @param dest A buffer for the result string. The result will be zero-terminated if
1039 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1042 * @param src The original string
1043 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1044 * @param locale The locale to consider, or "" for the root locale or NULL for the default locale.
1045 * @param pErrorCode Must be a valid pointer to an error code value,
1063 * @param dest A buffer for the result string. The result will be zero-terminated if
1065 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1068 * @param src The original string
1069 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1070 * @param locale The locale to consider, or "" for the root locale or NULL for the default locale.
1071 * @param pErrorCode Must be a valid pointer to an error code value,
1105 * @param dest A buffer for the result string. The result will be zero-terminated if
1107 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1110 * @param src The original string
1111 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1112 * @param titleIter A break iterator to find the first characters of words
1116 * @param locale The locale to consider, or "" for the root locale or NULL for the default locale.
1117 * @param pErrorCode Must be a valid pointer to an error code value,
1140 * @param dest A buffer for the result string. The result will be zero-terminated if
1142 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1145 * @param src The original string
1146 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1147 * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I
1148 * @param pErrorCode Must be a valid pointer to an error code value,
1163 * @param dest A buffer for the result string. The result will be zero-terminated if
1165 * @param destCapacity The size of the buffer (number of wchar_t's). If it is 0, then
1168 * @param pDestLength A pointer to receive the number of units written to the destination. If
1172 * @param src The original source string
1173 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1174 * @param pErrorCode Must be a valid pointer to an error code value,
1189 * @param dest A buffer for the result string. The result will be zero-terminated if
1191 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1194 * @param pDestLength A pointer to receive the number of units written to the destination. If
1198 * @param src The original source string
1199 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1200 * @param pErrorCode Must be a valid pointer to an error code value,
1215 * @param dest A buffer for the result string. The result will be zero-terminated if
1217 * @param destCapacity The size of the buffer (number of chars). If it is 0, then
1220 * @param pDestLength A pointer to receive the number of units written to the destination. If
1224 * @param src The original source string
1225 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1226 * @param pErrorCode Must be a valid pointer to an error code value,
1242 * @param dest A buffer for the result string. The result will be zero-terminated if
1244 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1247 * @param pDestLength A pointer to receive the number of units written to the destination. If
1251 * @param src The original source string
1252 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1253 * @param pErrorCode Must be a valid pointer to an error code value,
1269 * @param dest A buffer for the result string. The result will be zero-terminated if
1271 * @param destCapacity The size of the buffer (number of UChar32s). If it is 0, then
1274 * @param pDestLength A pointer to receive the number of units written to the destination. If
1278 * @param src The original source string
1279 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1280 * @param pErrorCode Must be a valid pointer to an error code value,
1296 * @param dest A buffer for the result string. The result will be zero-terminated if
1298 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1301 * @param pDestLength A pointer to receive the number of units written to the destination. If
1305 * @param src The original source string
1306 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1307 * @param pErrorCode Must be a valid pointer to an error code value,