Lines Matching defs:USerializedSet
208 * Capacity of USerializedSet::staticArray.
210 * Also provides padding for nice sizeof(USerializedSet).
221 typedef struct USerializedSet {
242 } USerializedSet;
1074 uset_getSerializedSet(USerializedSet* fillSet, const uint16_t* src, int32_t srcLength);
1077 * Set the USerializedSet to contain the given character (and nothing
1084 uset_setSerializedToOne(USerializedSet* fillSet, UChar32 c);
1087 * Returns TRUE if the given USerializedSet contains the given
1095 uset_serializedContains(const USerializedSet* set, UChar32 c);
1107 uset_getSerializedRangeCount(const USerializedSet* set);
1123 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex,