Lines Matching full:strlen
563 * uset_containsString(set, str, strLen) will return TRUE.
567 * @param strLen the length of the string or -1 if null terminated.
571 uset_addString(USet* set, const UChar* str, int32_t strLen);
579 * @param strLen the length of the string or -1 if null terminated.
583 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen);
610 * uset_containsString(set, str, strLen) will return FALSE.
614 * @param strLen the length of the string or -1 if null terminated.
618 uset_removeString(USet* set, const UChar* str, int32_t strLen);
787 * @param strLen the length of the string or -1 if null terminated.
792 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
883 * @param strLen the length of the string or -1 if null terminated.
888 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen);