Home | History | Annotate | Download | only in common

Lines Matching refs:RBBIDataWrapper

18 *      RBBIDataWrapper  -  Instances of this class sit between the
27 * There will be only one instance of RBBIDataWrapper for any
142 class RBBIDataWrapper : public UMemory {
147 RBBIDataWrapper(const RBBIDataHeader *data, UErrorCode &status);
148 RBBIDataWrapper(const RBBIDataHeader *data, enum EDontAdopt dontAdopt, UErrorCode &status);
149 RBBIDataWrapper(UDataMemory* udm, UErrorCode &status);
150 ~RBBIDataWrapper();
153 RBBIDataWrapper *addReference();
155 UBool operator ==(const RBBIDataWrapper &other) const;
188 RBBIDataWrapper(const RBBIDataWrapper &other); /* forbid copying of this class */
189 RBBIDataWrapper &operator=(const RBBIDataWrapper &other); /* forbid copying of this class */