Searched refs:repr_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
D | unicodetext.cc | 207 repr_.append(first.it_, last.it_ - first.it_); in UnicodeText() 227 repr_.Copy(src.repr_.data_, src.repr_.size_); in Copy() 232 repr_.Copy(buffer, byte_length); in CopyUTF8() 235 repr_.size_ = ConvertToInterchangeValid(repr_.data_, byte_length); in CopyUTF8() 242 repr_.Copy(buffer, byte_length); in UnsafeCopyUTF8() 251 repr_.TakeOwnershipOf(buffer, byte_length, byte_capacity); in TakeOwnershipOfUTF8() 254 repr_.size_ = ConvertToInterchangeValid(repr_.data_, byte_length); in TakeOwnershipOfUTF8() 262 repr_.TakeOwnershipOf(buffer, byte_length, byte_capacity); in UnsafeTakeOwnershipOfUTF8() 270 repr_.PointTo(buffer, byte_length); in PointToUTF8() 273 repr_.Copy(buffer, byte_length); in PointToUTF8() [all …]
|
D | unicodetext.h | 150 bool empty() { return repr_.size_ == 0; } // Test if text is empty. in empty() 285 const char* utf8_data() const { return repr_.data_; } in utf8_data() 286 int utf8_length() const { return repr_.size_; } in utf8_length() 287 int utf8_capacity() const { return repr_.capacity_; } in utf8_capacity() 354 Repr repr_; variable
|