Searched refs:ownedArray_ (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestrie.h | 72 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie() 88 : ownedArray_(NULL), bytes_(other.bytes_), in BytesTrie() 392 : ownedArray_(static_cast<uint8_t *>(adoptBytes)), in BytesTrie() 551 uint8_t *ownedArray_; variable
|
D | ucharstrie.h | 70 : ownedArray_(NULL), uchars_(trieUChars), in UCharsTrie() 86 : ownedArray_(NULL), uchars_(other.uchars_), in UCharsTrie() 408 : ownedArray_(adoptUChars), uchars_(trieUChars), in UCharsTrie() 606 char16_t *ownedArray_; variable
|
/third_party/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 72 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie() 88 : ownedArray_(NULL), bytes_(other.bytes_), in BytesTrie() 392 : ownedArray_(static_cast<uint8_t *>(adoptBytes)), in BytesTrie() 551 uint8_t *ownedArray_; variable
|
D | ucharstrie.h | 70 : ownedArray_(NULL), uchars_(trieUChars), in UCharsTrie() 86 : ownedArray_(NULL), uchars_(other.uchars_), in UCharsTrie() 408 : ownedArray_(adoptUChars), uchars_(trieUChars), in UCharsTrie() 606 char16_t *ownedArray_; variable
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | bytestrie.h | 72 : ownedArray_(nullptr), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie() 88 : ownedArray_(nullptr), bytes_(other.bytes_), in BytesTrie() 392 : ownedArray_(static_cast<uint8_t *>(adoptBytes)), in BytesTrie() 551 uint8_t *ownedArray_; variable
|
D | ucharstrie.h | 70 : ownedArray_(nullptr), uchars_(trieUChars), in UCharsTrie() 86 : ownedArray_(nullptr), uchars_(other.uchars_), in UCharsTrie() 408 : ownedArray_(adoptUChars), uchars_(trieUChars), in UCharsTrie() 606 char16_t *ownedArray_; variable
|
/third_party/node/deps/icu-small/source/common/ |
D | ucharstrie.cpp | 28 uprv_free(ownedArray_); in ~UCharsTrie()
|
D | bytestrie.cpp | 27 uprv_free(ownedArray_); in ~BytesTrie()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucharstrie.cpp | 28 uprv_free(ownedArray_); in ~UCharsTrie()
|
D | bytestrie.cpp | 27 uprv_free(ownedArray_); in ~BytesTrie()
|
/third_party/icu/icu4c/source/common/ |
D | ucharstrie.cpp | 28 uprv_free(ownedArray_); in ~UCharsTrie()
|
D | bytestrie.cpp | 27 uprv_free(ownedArray_); in ~BytesTrie()
|