Home | History | Annotate | Download | only in unicode

Lines Matching refs:UChar32

130 uset_open(UChar32 start, UChar32 end);
180 UChar32 start, UChar32 end);
314 uset_add(USet* set, UChar32 c);
339 uset_addRange(USet* set, UChar32 start, UChar32 end);
360 uset_remove(USet* set, UChar32 c);
371 uset_removeRange(USet* set, UChar32 start, UChar32 end);
411 uset_retain(USet* set, UChar32 start, UChar32 end);
487 uset_contains(const USet* set, UChar32 c);
499 uset_containsRange(const USet* set, UChar32 start, UChar32 end);
523 uset_indexOf(const USet* set, UChar32 c);
528 * out of range, return (UChar32)-1. The inverse of this method is
532 * @return the character at the given index, or (UChar32)-1.
535 U_DRAFT UChar32 U_EXPORT2
580 UChar32* start, UChar32* end,
703 uset_setSerializedToOne(USerializedSet* fillSet, UChar32 c);
714 uset_serializedContains(const USerializedSet* set, UChar32 c);
743 UChar32* pStart, UChar32* pEnd);