Home | History | Annotate | Download | only in unicode

Lines Matching refs:U_EXPORT2

117     static void * U_EXPORT2 operator new(size_t size) U_NO_THROW;
124 static void * U_EXPORT2 operator new[](size_t size) U_NO_THROW;
134 static void U_EXPORT2 operator delete(void *p) U_NO_THROW;
141 static void U_EXPORT2 operator delete[](void *p) U_NO_THROW;
149 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NO_THROW { return ptr; }
156 static inline void U_EXPORT2 operator delete(void *, void *) U_NO_THROW {}
166 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NO_THROW;
174 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NO_THROW;
295 UClassID U_EXPORT2 myClass::getStaticClassID() { \
312 UClassID U_EXPORT2 myClass::getStaticClassID() { \