Home | History | Annotate | Download | only in unicode

Lines Matching refs:strLen

567  * uset_containsString(set, str, strLen) will return TRUE.
571 * @param strLen the length of the string or -1 if null terminated.
575 uset_addString(USet* set, const UChar* str, int32_t strLen);
583 * @param strLen the length of the string or -1 if null terminated.
587 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen);
614 * uset_containsString(set, str, strLen) will return FALSE.
618 * @param strLen the length of the string or -1 if null terminated.
622 uset_removeString(USet* set, const UChar* str, int32_t strLen);
791 * @param strLen the length of the string or -1 if null terminated.
796 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
887 * @param strLen the length of the string or -1 if null terminated.
892 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen);