Home
last modified time | relevance | path

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

/external/libtextclassifier/util/utf8/
Dunicodetext.cc90 repr_.Copy(src.repr_.data_, src.repr_.size_); in Copy()
95 repr_.PointTo(buffer, byte_length); in PointToUTF8()
100 repr_.Copy(buffer, byte_length); in CopyUTF8()
105 repr_.append(utf8, len); in AppendUTF8()
109 void UnicodeText::clear() { repr_.clear(); } in clear()
133 return const_iterator(repr_.data_); in begin()
137 return const_iterator(repr_.data_ + repr_.size_); in end()
Dunicodetext.h184 Repr repr_; variable