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

  /external/libtextclassifier/utils/utf8/
unicodetext.cc 17 #include "utils/utf8/unicodetext.h"
31 UnicodeText::Repr& UnicodeText::Repr::operator=(Repr&& src) {
41 void UnicodeText::Repr::PointTo(const char* data, int size) {
49 void UnicodeText::Repr::Copy(const char* data, int size) {
54 void UnicodeText::Repr::resize(int new_size) {
66 void UnicodeText::Repr::reserve(int new_capacity) {
84 void UnicodeText::Repr::append(const char* bytes, int byte_length) {
90 void UnicodeText::Repr::clear() {
97 // *************** 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 55 milliseconds