Home
last modified time | relevance | path

Searched refs:ownedArray_ (Results 1 – 6 of 6) sorted by relevance

/external/icu/libicu/cts_headers/unicode/
Dbytestrie.h70 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie()
86 : ownedArray_(NULL), bytes_(other.bytes_), in BytesTrie()
389 : ownedArray_(static_cast<uint8_t *>(adoptBytes)), in BytesTrie()
548 uint8_t *ownedArray_; variable
Ducharstrie.h70 : 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
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h70 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie()
86 : ownedArray_(NULL), bytes_(other.bytes_), in BytesTrie()
389 : ownedArray_(static_cast<uint8_t *>(adoptBytes)), in BytesTrie()
548 uint8_t *ownedArray_; variable
Ducharstrie.h70 : 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
/external/icu/icu4c/source/common/
Ducharstrie.cpp28 uprv_free(ownedArray_); in ~UCharsTrie()
Dbytestrie.cpp27 uprv_free(ownedArray_); in ~BytesTrie()