/third_party/icu/icu4c/source/common/unicode/ |
D | uobject.h | 49 #define U_NO_THROW U_NOEXCEPT 134 static void * U_EXPORT2 operator new(size_t size) U_NOEXCEPT; 141 static void * U_EXPORT2 operator new[](size_t size) U_NOEXCEPT; 151 static void U_EXPORT2 operator delete(void *p) U_NOEXCEPT; 158 static void U_EXPORT2 operator delete[](void *p) U_NOEXCEPT; 166 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NOEXCEPT { return ptr; } in new() 173 static inline void U_EXPORT2 operator delete(void *, void *) U_NOEXCEPT {} in delete() 183 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NOEXCEPT; 191 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NOEXCEPT;
|
D | localpointer.h | 224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() 255 LocalPointer<T> &operator=(LocalPointer<T> &&src) U_NOEXCEPT { 270 LocalPointer<T> &operator=(std::unique_ptr<T> &&p) U_NOEXCEPT { 280 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap() 291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap() 399 LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalArray() 430 LocalArray<T> &operator=(LocalArray<T> &&src) U_NOEXCEPT { 445 LocalArray<T> &operator=(std::unique_ptr<T[]> &&p) U_NOEXCEPT { 455 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap() 466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap() [all …]
|
D | localematcher.h | 201 Result(Result &&src) U_NOEXCEPT; 217 Result &operator=(Result &&src) U_NOEXCEPT; 316 Builder(Builder &&src) U_NOEXCEPT; 332 Builder &operator=(Builder &&src) U_NOEXCEPT; 555 LocaleMatcher(LocaleMatcher &&src) U_NOEXCEPT; 571 LocaleMatcher &operator=(LocaleMatcher &&src) U_NOEXCEPT;
|
D | edits.h | 106 Edits(Edits &&src) U_NOEXCEPT : in Edits() 135 Edits &operator=(Edits &&src) U_NOEXCEPT; 141 void reset() U_NOEXCEPT; 507 void releaseArray() U_NOEXCEPT; 509 Edits &moveArray(Edits &src) U_NOEXCEPT;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uobject.h | 49 #define U_NO_THROW U_NOEXCEPT 134 static void * U_EXPORT2 operator new(size_t size) U_NOEXCEPT; 141 static void * U_EXPORT2 operator new[](size_t size) U_NOEXCEPT; 151 static void U_EXPORT2 operator delete(void *p) U_NOEXCEPT; 158 static void U_EXPORT2 operator delete[](void *p) U_NOEXCEPT; 166 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NOEXCEPT { return ptr; } in new() 173 static inline void U_EXPORT2 operator delete(void *, void *) U_NOEXCEPT {} in delete() 183 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NOEXCEPT; 191 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NOEXCEPT;
|
D | localpointer.h | 224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() 255 LocalPointer<T> &operator=(LocalPointer<T> &&src) U_NOEXCEPT { 270 LocalPointer<T> &operator=(std::unique_ptr<T> &&p) U_NOEXCEPT { 280 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap() 291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap() 399 LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalArray() 430 LocalArray<T> &operator=(LocalArray<T> &&src) U_NOEXCEPT { 445 LocalArray<T> &operator=(std::unique_ptr<T[]> &&p) U_NOEXCEPT { 455 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap() 466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap() [all …]
|
D | localematcher.h | 201 Result(Result &&src) U_NOEXCEPT; 217 Result &operator=(Result &&src) U_NOEXCEPT; 316 Builder(Builder &&src) U_NOEXCEPT; 332 Builder &operator=(Builder &&src) U_NOEXCEPT; 551 LocaleMatcher(LocaleMatcher &&src) U_NOEXCEPT; 567 LocaleMatcher &operator=(LocaleMatcher &&src) U_NOEXCEPT;
|
D | edits.h | 106 Edits(Edits &&src) U_NOEXCEPT : in Edits() 135 Edits &operator=(Edits &&src) U_NOEXCEPT; 141 void reset() U_NOEXCEPT; 507 void releaseArray() U_NOEXCEPT; 509 Edits &moveArray(Edits &src) U_NOEXCEPT;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uobject.h | 49 #define U_NO_THROW U_NOEXCEPT 134 static void * U_EXPORT2 operator new(size_t size) U_NOEXCEPT; 141 static void * U_EXPORT2 operator new[](size_t size) U_NOEXCEPT; 151 static void U_EXPORT2 operator delete(void *p) U_NOEXCEPT; 158 static void U_EXPORT2 operator delete[](void *p) U_NOEXCEPT; 166 static inline void * U_EXPORT2 operator new(size_t, void *ptr) U_NOEXCEPT { return ptr; } in new() 173 static inline void U_EXPORT2 operator delete(void *, void *) U_NOEXCEPT {} in delete() 183 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NOEXCEPT; 191 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NOEXCEPT;
|
D | localpointer.h | 224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() 255 LocalPointer<T> &operator=(LocalPointer<T> &&src) U_NOEXCEPT { 270 LocalPointer<T> &operator=(std::unique_ptr<T> &&p) U_NOEXCEPT { 280 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap() 291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap() 399 LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalArray() 430 LocalArray<T> &operator=(LocalArray<T> &&src) U_NOEXCEPT { 445 LocalArray<T> &operator=(std::unique_ptr<T[]> &&p) U_NOEXCEPT { 455 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap() 466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap() [all …]
|
D | localematcher.h | 201 Result(Result &&src) U_NOEXCEPT; 217 Result &operator=(Result &&src) U_NOEXCEPT; 316 Builder(Builder &&src) U_NOEXCEPT; 332 Builder &operator=(Builder &&src) U_NOEXCEPT; 555 LocaleMatcher(LocaleMatcher &&src) U_NOEXCEPT; 571 LocaleMatcher &operator=(LocaleMatcher &&src) U_NOEXCEPT;
|
D | edits.h | 106 Edits(Edits &&src) U_NOEXCEPT : in Edits() 135 Edits &operator=(Edits &&src) U_NOEXCEPT; 141 void reset() U_NOEXCEPT; 507 void releaseArray() U_NOEXCEPT; 509 Edits &moveArray(Edits &src) U_NOEXCEPT;
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | localpointer.h | 221 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() 238 LocalPointer<T> &operator=(LocalPointer<T> &&src) U_NOEXCEPT { 251 LocalPointer<T> &moveFrom(LocalPointer<T> &src) U_NOEXCEPT { in moveFrom() 262 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap() 273 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap() 366 LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalArray() 383 LocalArray<T> &operator=(LocalArray<T> &&src) U_NOEXCEPT { 396 LocalArray<T> &moveFrom(LocalArray<T> &src) U_NOEXCEPT { in moveFrom() 407 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap() 418 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap() [all …]
|
D | edits.h | 103 Edits(Edits &&src) U_NOEXCEPT : in Edits() 132 Edits &operator=(Edits &&src) U_NOEXCEPT; 138 void reset() U_NOEXCEPT; 504 void releaseArray() U_NOEXCEPT; 506 Edits &moveArray(Edits &src) U_NOEXCEPT;
|
/third_party/icu/icu4c/source/common/ |
D | uobject.cpp | 61 void * U_EXPORT2 UMemory::operator new(size_t size) U_NOEXCEPT { in operator new() 65 void U_EXPORT2 UMemory::operator delete(void *p) U_NOEXCEPT { in operator delete() 71 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NOEXCEPT { in operator new[]() 75 void U_EXPORT2 UMemory::operator delete[](void *p) U_NOEXCEPT { in operator delete[]() 82 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NOEXCEPT { in operator new() 86 void U_EXPORT2 UMemory::operator delete(void* p, const char* /*file*/, int /*line*/) U_NOEXCEPT { in operator delete()
|
D | cmemory.h | 200 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalMemory() 215 LocalMemory<T> &operator=(LocalMemory<T> &&src) U_NOEXCEPT { 225 void swap(LocalMemory<T> &other) U_NOEXCEPT { in swap() 235 friend inline void swap(LocalMemory<T> &p1, LocalMemory<T> &p2) U_NOEXCEPT { in swap() 335 static void* U_EXPORT2 operator new(size_t) U_NOEXCEPT = delete; 336 static void* U_EXPORT2 operator new[](size_t) U_NOEXCEPT = delete; 338 static void* U_EXPORT2 operator new(size_t, void*) U_NOEXCEPT = delete; 367 MaybeStackArray(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 371 … MaybeStackArray<T, stackCapacity> &operator=(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 478 MaybeStackArray <T, stackCapacity>&& src) U_NOEXCEPT in MaybeStackArray() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uobject.cpp | 61 void * U_EXPORT2 UMemory::operator new(size_t size) U_NOEXCEPT { in operator new() 65 void U_EXPORT2 UMemory::operator delete(void *p) U_NOEXCEPT { in operator delete() 71 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NOEXCEPT { in operator new[]() 75 void U_EXPORT2 UMemory::operator delete[](void *p) U_NOEXCEPT { in operator delete[]() 82 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NOEXCEPT { in operator new() 86 void U_EXPORT2 UMemory::operator delete(void* p, const char* /*file*/, int /*line*/) U_NOEXCEPT { in operator delete()
|
D | cmemory.h | 200 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalMemory() 215 LocalMemory<T> &operator=(LocalMemory<T> &&src) U_NOEXCEPT { 225 void swap(LocalMemory<T> &other) U_NOEXCEPT { in swap() 235 friend inline void swap(LocalMemory<T> &p1, LocalMemory<T> &p2) U_NOEXCEPT { in swap() 335 static void* U_EXPORT2 operator new(size_t) U_NOEXCEPT = delete; 336 static void* U_EXPORT2 operator new[](size_t) U_NOEXCEPT = delete; 338 static void* U_EXPORT2 operator new(size_t, void*) U_NOEXCEPT = delete; 367 MaybeStackArray(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 371 … MaybeStackArray<T, stackCapacity> &operator=(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 478 MaybeStackArray <T, stackCapacity>&& src) U_NOEXCEPT in MaybeStackArray() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uobject.cpp | 61 void * U_EXPORT2 UMemory::operator new(size_t size) U_NOEXCEPT { in operator new() 65 void U_EXPORT2 UMemory::operator delete(void *p) U_NOEXCEPT { in operator delete() 71 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NOEXCEPT { in operator new[]() 75 void U_EXPORT2 UMemory::operator delete[](void *p) U_NOEXCEPT { in operator delete[]() 82 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NOEXCEPT { in operator new() 86 void U_EXPORT2 UMemory::operator delete(void* p, const char* /*file*/, int /*line*/) U_NOEXCEPT { in operator delete()
|
D | cmemory.h | 200 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalMemory() 215 LocalMemory<T> &operator=(LocalMemory<T> &&src) U_NOEXCEPT { 225 void swap(LocalMemory<T> &other) U_NOEXCEPT { in swap() 235 friend inline void swap(LocalMemory<T> &p1, LocalMemory<T> &p2) U_NOEXCEPT { in swap() 335 static void* U_EXPORT2 operator new(size_t) U_NOEXCEPT = delete; 336 static void* U_EXPORT2 operator new[](size_t) U_NOEXCEPT = delete; 338 static void* U_EXPORT2 operator new(size_t, void*) U_NOEXCEPT = delete; 367 MaybeStackArray(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 371 … MaybeStackArray<T, stackCapacity> &operator=(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 478 MaybeStackArray <T, stackCapacity>&& src) U_NOEXCEPT in MaybeStackArray() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberrangeformatter.h | 524 UnlocalizedNumberRangeFormatter(UnlocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 537 UnlocalizedNumberRangeFormatter& operator=(UnlocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 544 NumberRangeFormatterSettings<UnlocalizedNumberRangeFormatter>&& src) U_NOEXCEPT; 596 LocalizedNumberRangeFormatter(LocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 609 LocalizedNumberRangeFormatter& operator=(LocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 643 NumberRangeFormatterSettings<LocalizedNumberRangeFormatter>&& src) U_NOEXCEPT; 794 FormattedNumberRange(FormattedNumberRange&& src) U_NOEXCEPT; 801 FormattedNumberRange& operator=(FormattedNumberRange&& src) U_NOEXCEPT;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | numberrangeformatter.h | 436 UnlocalizedNumberRangeFormatter(UnlocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 449 UnlocalizedNumberRangeFormatter& operator=(UnlocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 456 NumberRangeFormatterSettings<UnlocalizedNumberRangeFormatter>&& src) U_NOEXCEPT; 510 LocalizedNumberRangeFormatter(LocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 523 LocalizedNumberRangeFormatter& operator=(LocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 557 NumberRangeFormatterSettings<LocalizedNumberRangeFormatter>&& src) U_NOEXCEPT; 661 FormattedNumberRange(FormattedNumberRange&& src) U_NOEXCEPT; 668 FormattedNumberRange& operator=(FormattedNumberRange&& src) U_NOEXCEPT;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | numberrangeformatter.h | 436 UnlocalizedNumberRangeFormatter(UnlocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 449 UnlocalizedNumberRangeFormatter& operator=(UnlocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 456 NumberRangeFormatterSettings<UnlocalizedNumberRangeFormatter>&& src) U_NOEXCEPT; 510 LocalizedNumberRangeFormatter(LocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 523 LocalizedNumberRangeFormatter& operator=(LocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 557 NumberRangeFormatterSettings<LocalizedNumberRangeFormatter>&& src) U_NOEXCEPT; 668 FormattedNumberRange(FormattedNumberRange&& src) U_NOEXCEPT; 675 FormattedNumberRange& operator=(FormattedNumberRange&& src) U_NOEXCEPT;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberrangeformatter.h | 441 UnlocalizedNumberRangeFormatter(UnlocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 454 UnlocalizedNumberRangeFormatter& operator=(UnlocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 461 NumberRangeFormatterSettings<UnlocalizedNumberRangeFormatter>&& src) U_NOEXCEPT; 515 LocalizedNumberRangeFormatter(LocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 528 LocalizedNumberRangeFormatter& operator=(LocalizedNumberRangeFormatter&& src) U_NOEXCEPT; 562 NumberRangeFormatterSettings<LocalizedNumberRangeFormatter>&& src) U_NOEXCEPT; 666 FormattedNumberRange(FormattedNumberRange&& src) U_NOEXCEPT; 673 FormattedNumberRange& operator=(FormattedNumberRange&& src) U_NOEXCEPT;
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | cmemory.h | 148 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalMemory() 163 LocalMemory<T> &operator=(LocalMemory<T> &&src) U_NOEXCEPT { 174 LocalMemory<T> &moveFrom(LocalMemory<T> &src) U_NOEXCEPT { in moveFrom() 184 void swap(LocalMemory<T> &other) U_NOEXCEPT { in swap() 194 friend inline void swap(LocalMemory<T> &p1, LocalMemory<T> &p2) U_NOEXCEPT { in swap() 309 MaybeStackArray(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 313 … MaybeStackArray<T, stackCapacity> &operator=(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 420 MaybeStackArray <T, stackCapacity>&& src) U_NOEXCEPT in MaybeStackArray() 432 MaybeStackArray<T, stackCapacity>::operator=(MaybeStackArray <T, stackCapacity>&& src) U_NOEXCEPT {
|