Searched refs:byte_capacity (Results 1 – 2 of 2) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | unicodetext.h | 308 int byte_capacity); 369 char* utf8_buffer, int byte_length, int byte_capacity); 404 char* utf8_buffer, int byte_length, int byte_capacity) { in MakeUnicodeTextAcceptingOwnership() argument 406 utf8_buffer, byte_length, byte_capacity); in MakeUnicodeTextAcceptingOwnership()
|
D | unicodetext.cc | 252 int byte_capacity) { in TakeOwnershipOfUTF8() argument 253 repr_.TakeOwnershipOf(buffer, byte_length, byte_capacity); in TakeOwnershipOfUTF8() 264 int byte_capacity) { in UnsafeTakeOwnershipOfUTF8() argument 265 repr_.TakeOwnershipOf(buffer, byte_length, byte_capacity); in UnsafeTakeOwnershipOfUTF8()
|