Lines Matching refs:number
87 * @return The number of UChars in <code>chars</code>, minus the terminator.
102 * @param length The number of UChar code units to be checked, or -1 to count all
104 * @return The number of code points in the specified code units.
111 * Check if the string contains more Unicode code points than a certain number.
113 * and comparing that number with a threshold.
116 * never needs to count more than 'number+1' code points.
117 * Logically equivalent to (u_countChar32(s, length)>number).
122 * @param number The number of code points in the string is compared against
123 * the 'number' parameter.
125 * than 'number'. Same as (u_countChar32(s, length)>number).
129 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number);
155 * @param n The maximum number of characters to append; no-op if <=0.
197 * @param length The length of s (number of UChars), or -1 if it is NUL-terminated.
199 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
284 * @param length The length of s (number of UChars), or -1 if it is NUL-terminated.
286 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
354 * Returns the number of consecutive characters in <code>string</code>,
361 * @return The number of initial characters in <code>string</code> that do not
370 * Returns the number of consecutive characters in <code>string</code>,
377 * @return The number of initial characters in <code>string</code> that do
560 * @param n The maximum number of characters to compare; always returns 0 if n<=0.
578 * @param n The maximum number of characters to compare.
616 * @param n The maximum number of characters each string to case-fold and then compare.
640 * @param length The number of characters in each string to case-fold and then compare.
676 * @param n The maximum number of characters to copy; no-op if <=0.
708 * @param n The maximum number of characters to copy.
737 * @param n The maximum number of characters to copy.
751 * @param count The number of characters to copy; no-op if <=0
762 * @param count The number of characters to move; no-op if <=0
774 * @param count The maximum number of characters to set.
786 * @param count The maximum number of UChars to compare.
787 * @return When buf1 < buf2, a negative number is returned.
789 * When buf1 > buf2, a positive number is returned.
802 * @param count The maximum number of characters to compare.
998 * @param destCapacity the number of UChars that may be written at
1043 * @param length the number of characters in the source text. The
1068 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1094 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1136 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1173 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1200 * @param destCapacity The size of the buffer (number of wchar_t's). If it is 0, then
1203 * @param pDestLength A pointer to receive the number of units written to the destination. If
1205 * number of output units corresponding to the transformation of
1229 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1232 * @param pDestLength A pointer to receive the number of units written to the destination. If
1234 * number of output units corresponding to the transformation of
1258 * @param destCapacity The size of the buffer (number of chars). If it is 0, then
1261 * @param pDestLength A pointer to receive the number of units written to the destination. If
1263 * number of output units corresponding to the transformation of
1288 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1291 * @param pDestLength A pointer to receive the number of units written to the destination. If
1293 * number of output units corresponding to the transformation of
1322 * @param destCapacity The size of the buffer (number of chars). If it is 0, then
1325 * @param pDestLength A pointer to receive the number of units written to the destination. If
1327 * number of output units corresponding to the transformation of
1336 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.
1367 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1370 * @param pDestLength A pointer to receive the number of units written to the destination. If
1372 * number of output units corresponding to the transformation of
1381 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.
1418 * within a small number of code points after an illegal sequence.
1429 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1434 * @param pDestLength A pointer to receive the number of units written to the destination. If
1436 * number of output units corresponding to the transformation of
1468 * @param destCapacity The size of the buffer (number of UChar32s). If it is 0, then
1471 * @param pDestLength A pointer to receive the number of units written to the destination. If
1473 * number of output units corresponding to the transformation of
1498 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1501 * @param pDestLength A pointer to receive the number of units written to the destination. If
1503 * number of output units corresponding to the transformation of
1532 * @param destCapacity The size of the buffer (number of UChar32s). If it is 0, then
1535 * @param pDestLength A pointer to receive the number of units written to the destination. If
1537 * number of output units corresponding to the transformation of
1546 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.
1577 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1580 * @param pDestLength A pointer to receive the number of units written to the destination. If
1582 * number of output units corresponding to the transformation of
1591 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.
1626 * @param destCapacity The size of the buffer (number of chars). If it is 0, then
1629 * @param pDestLength A pointer to receive the number of units written to the destination. If
1631 * number of output units corresponding to the transformation of
1666 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1669 * @param pDestLength A pointer to receive the number of units written to the destination. If
1671 * number of output units corresponding to the transformation of
1680 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.