HomeSort by relevance Sort by last modified time
    Searched refs:U_NO_THROW (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uobject.cpp 59 void * U_EXPORT2 UMemory::operator new(size_t size) U_NO_THROW {
63 void U_EXPORT2 UMemory::operator delete(void *p) U_NO_THROW {
69 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NO_THROW {
73 void U_EXPORT2 UMemory::operator delete[](void *p) U_NO_THROW {
80 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NO_THROW {
84 void U_EXPORT2 UMemory::operator delete(void* p, const char* /*file*/, int /*line*/) U_NO_THROW {
  /external/chromium_org/third_party/icu/source/common/unicode/
uobject.h 68 * \def U_NO_THROW
80 #ifndef U_NO_THROW
81 #define U_NO_THROW throw()
120 static void * U_EXPORT2 operator new(size_t size) U_NO_THROW;
127 static void * U_EXPORT2 operator new[](size_t size) U_NO_THROW;
137 static void U_EXPORT2 operator delete(void *p) U_NO_THROW;
144 static void U_EXPORT2 operator delete[](void *p) U_NO_THROW;
152 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NO_THROW { return ptr; }
159 static inline void U_EXPORT2 operator delete(void *, void *) U_NO_THROW {}
169 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NO_THROW;
    [all...]
  /external/icu4c/common/unicode/
uobject.h 29 * \def U_NO_THROW
41 #ifndef U_NO_THROW
42 #define U_NO_THROW throw()
129 static void * U_EXPORT2 operator new(size_t size) U_NO_THROW;
136 static void * U_EXPORT2 operator new[](size_t size) U_NO_THROW;
146 static void U_EXPORT2 operator delete(void *p) U_NO_THROW;
153 static void U_EXPORT2 operator delete[](void *p) U_NO_THROW;
161 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NO_THROW { return ptr; }
168 static inline void U_EXPORT2 operator delete(void *, void *) U_NO_THROW {}
178 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NO_THROW;
    [all...]
  /external/icu4c/common/
uobject.cpp 59 void * U_EXPORT2 UMemory::operator new(size_t size) U_NO_THROW {
63 void U_EXPORT2 UMemory::operator delete(void *p) U_NO_THROW {
69 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NO_THROW {
73 void U_EXPORT2 UMemory::operator delete[](void *p) U_NO_THROW {
80 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NO_THROW {
84 void U_EXPORT2 UMemory::operator delete(void* p, const char* /*file*/, int /*line*/) U_NO_THROW {
  /external/icu4c/i18n/
digitlst.h 423 static inline void * U_EXPORT2 operator new(size_t /*size*/, void * onStack, EStackMode /*mode*/) U_NO_THROW { return onStack; }
429 static inline void U_EXPORT2 operator delete(void * /*ptr*/, void * /*onStack*/, EStackMode /*mode*/) U_NO_THROW {}

Completed in 114 milliseconds