Home | History | Annotate | Download | only in unicode

Lines Matching refs:strLen

561  * uset_containsString(set, str, strLen) will return TRUE.
565 * @param strLen the length of the string or -1 if null terminated.
569 uset_addString(USet* set, const UChar* str, int32_t strLen);
577 * @param strLen the length of the string or -1 if null terminated.
581 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen);
608 * uset_containsString(set, str, strLen) will return FALSE.
612 * @param strLen the length of the string or -1 if null terminated.
616 uset_removeString(USet* set, const UChar* str, int32_t strLen);
785 * @param strLen the length of the string or -1 if null terminated.
790 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
881 * @param strLen the length of the string or -1 if null terminated.
886 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen);