Searched refs:RBBIDataWrapper (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/common/
H A Drbbidata.h18 * RBBIDataWrapper - Instances of this class sit between the
27 * There will be only one instance of RBBIDataWrapper for any
142 class RBBIDataWrapper : public UMemory { class in inherits: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(cons
[all...]
H A Drbbidata.cpp48 RBBIDataWrapper::RBBIDataWrapper(const RBBIDataHeader *data, UErrorCode &status) { function in class:RBBIDataWrapper
52 RBBIDataWrapper::RBBIDataWrapper(const RBBIDataHeader *data, enum EDontAdopt, UErrorCode &status) { function in class:RBBIDataWrapper
57 RBBIDataWrapper::RBBIDataWrapper(UDataMemory* udm, UErrorCode &status) { function in class:RBBIDataWrapper
72 void RBBIDataWrapper::init(const RBBIDataHeader *data, UErrorCode &status) {
136 RBBIDataWrapper::~RBBIDataWrapper() {
157 UBool RBBIDataWrapper
[all...]
H A Drbbi.cpp67 fData = new RBBIDataWrapper(data, status); // status checked in constructor
81 fData = new RBBIDataWrapper(data, RBBIDataWrapper::kDontAdopt, status); // status checked in constructor
98 fData = new RBBIDataWrapper(udm, status); // status checked in constructor
/external/icu4c/common/unicode/
H A Drbbi.h41 class RBBIDataWrapper;
99 RBBIDataWrapper *fData;
H A Durename.h2078 #define RBBIDataWrapper U_ICU_ENTRY_POINT_RENAME(RBBIDataWrapper) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1360 #define RBBIDataWrapper RBBIDataWrapper_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1360 #define RBBIDataWrapper RBBIDataWrapper_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1360 #define RBBIDataWrapper RBBIDataWrapper_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1360 #define RBBIDataWrapper RBBIDataWrapper_3_2 macro

Completed in 363 milliseconds