Lines Matching defs:RBBIDataWrapper
20 * RBBIDataWrapper - Instances of this class sit between the
29 * There will be only one instance of RBBIDataWrapper for any
145 class RBBIDataWrapper : public UMemory {
150 RBBIDataWrapper(const RBBIDataHeader *data, UErrorCode &status);
151 RBBIDataWrapper(const RBBIDataHeader *data, enum EDontAdopt dontAdopt, UErrorCode &status);
152 RBBIDataWrapper(UDataMemory* udm, UErrorCode &status);
153 ~RBBIDataWrapper();
159 RBBIDataWrapper *addReference();
161 UBool operator ==(const RBBIDataWrapper &other) const;
187 RBBIDataWrapper(const RBBIDataWrapper &other); /* forbid copying of this class */
188 RBBIDataWrapper &operator=(const RBBIDataWrapper &other); /* forbid copying of this class */