Home
last modified time | relevance | path

Searched refs:TakeOwnershipOf (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.cc153 void UnicodeText::Repr::TakeOwnershipOf(char* data, int size, int capacity) { in TakeOwnershipOf() function in i18n::phonenumbers::UnicodeText::Repr
253 repr_.TakeOwnershipOf(buffer, byte_length, byte_capacity); in TakeOwnershipOfUTF8()
265 repr_.TakeOwnershipOf(buffer, byte_length, byte_capacity); in UnsafeTakeOwnershipOfUTF8()
Dunicodetext.h349 void TakeOwnershipOf(char* data, int size, int capacity);