Home | History | Annotate | Download | only in unicode

Lines Matching refs:strLen

557  * uset_containsString(set, str, strLen) will return TRUE.
561 * @param strLen the length of the string or -1 if null terminated.
565 uset_addString(USet* set, const UChar* str, int32_t strLen);
573 * @param strLen the length of the string or -1 if null terminated.
577 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen);
604 * uset_containsString(set, str, strLen) will return FALSE.
608 * @param strLen the length of the string or -1 if null terminated.
612 uset_removeString(USet* set, const UChar* str, int32_t strLen);
781 * @param strLen the length of the string or -1 if null terminated.
786 uset_containsString(const USet* set, const UChar* str, int32_t strLen);
877 * @param strLen the length of the string or -1 if null terminated.
882 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen);