Home | History | Annotate | Download | only in unicode

Lines Matching refs:UChar32

267 uset_open(UChar32 start, UChar32 end);
391 UChar32 start, UChar32 end);
530 uset_add(USet* set, UChar32 c);
557 uset_addRange(USet* set, UChar32 start, UChar32 end);
592 uset_remove(USet* set, UChar32 c);
604 uset_removeRange(USet* set, UChar32 start, UChar32 end);
647 uset_retain(USet* set, UChar32 start, UChar32 end);
767 uset_contains(const USet* set, UChar32 c);
779 uset_containsRange(const USet* set, UChar32 start, UChar32 end);
803 uset_indexOf(const USet* set, UChar32 c);
808 * out of range, return (UChar32)-1. The inverse of this method is
812 * @return the character at the given index, or (UChar32)-1.
815 U_STABLE UChar32 U_EXPORT2
860 UChar32* start, UChar32* end,
1082 uset_setSerializedToOne(USerializedSet* fillSet, UChar32 c);
1093 uset_serializedContains(const USerializedSet* set, UChar32 c);
1122 UChar32* pStart, UChar32* pEnd);