Home | History | Annotate | Download | only in unicode

Lines Matching refs:number

77  * @return The number of UChars in <code>chars</code>, minus the terminator.
91 * @param length The number of UChar code units to be checked, or -1 to count all
93 * @return The number of code points in the specified code units.
100 * Check if the string contains more Unicode code points than a certain number.
102 * and comparing that number with a threshold.
105 * never needs to count more than 'number+1' code points.
106 * Logically equivalent to (u_countChar32(s, length)>number).
111 * @param number The number of code points in the string is compared against
112 * the 'number' parameter.
114 * than 'number'. Same as (u_countChar32(s, length)>number).
118 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number);
144 * @param n The maximum number of characters to compare.
186 * @param length The length of s (number of UChars), or -1 if it is NUL-terminated.
188 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
273 * @param length The length of s (number of UChars), or -1 if it is NUL-terminated.
275 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
343 * Returns the number of consecutive characters in <code>string</code>,
350 * @return The number of initial characters in <code>string</code> that do not
359 * Returns the number of consecutive characters in <code>string</code>,
366 * @return The number of initial characters in <code>string</code> that do
549 * @param n The maximum number of characters to compare.
567 * @param n The maximum number of characters to compare.
605 * @param n The maximum number of characters each string to case-fold and then compare.
629 * @param length The number of characters in each string to case-fold and then compare.
665 * @param n The maximum number of characters to copy.
697 * @param n The maximum number of characters to copy.
726 * @param n The maximum number of characters to copy.
740 * @param count The number of characters to copy
751 * @param count The number of characters to move
763 * @param count The maximum number of characters to set.
775 * @param count The maximum number of UChars to compare.
776 * @return When buf1 < buf2, a negative number is returned.
778 * When buf1 > buf2, a positive number is returned.
791 * @param count The maximum number of characters to compare.
969 * @param destCapacity the number of UChars that may be written at
1014 * @param length the number of characters in the source text. The
1039 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1065 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1107 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1142 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
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
1170 * number of output units corresponding to the transformation of
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
1196 * number of output units corresponding to the transformation of
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
1222 * number of output units corresponding to the transformation of
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
1249 * number of output units corresponding to the transformation of
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
1276 * number of output units corresponding to the transformation of
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
1303 * number of output units corresponding to the transformation of