HomeSort by relevance Sort by last modified time
    Searched defs:UnicodeText (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/util/utf8/
unicodetext.cc 17 #include "util/utf8/unicodetext.h"
30 UnicodeText::Repr& UnicodeText::Repr::operator=(Repr&& src) {
40 void UnicodeText::Repr::PointTo(const char* data, int size) {
48 void UnicodeText::Repr::Copy(const char* data, int size) {
53 void UnicodeText::Repr::resize(int new_size) {
65 void UnicodeText::Repr::reserve(int new_capacity) {
83 void UnicodeText::Repr::append(const char* bytes, int byte_length) {
89 void UnicodeText::Repr::clear() {
96 // *************** UnicodeText ******************
    [all...]
unicodetext.h 28 // ***************************** UnicodeText **************************
30 // A UnicodeText object is a wrapper around a sequence of Unicode
34 // variable-width format, UnicodeText does not provide random access
37 // The UnicodeText class defines a const_iterator. The dereferencing
42 // 0x10FFFF], but UnicodeText has the additional restriction that it
62 // quite useful to have a UnicodeText "window" through which to see a
65 class UnicodeText {
69 UnicodeText(); // Create an empty text.
70 UnicodeText(const UnicodeText& src)
    [all...]

Completed in 940 milliseconds