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"
27 void UnicodeText::Repr::PointTo(const char* data, int size) {
35 void UnicodeText::Repr::Copy(const char* data, int size) {
40 void UnicodeText::Repr::resize(int new_size) {
52 void UnicodeText::Repr::reserve(int new_capacity) {
70 void UnicodeText::Repr::append(const char* bytes, int byte_length) {
76 void UnicodeText::Repr::clear() {
83 // *************** UnicodeText ******************
85 UnicodeText::UnicodeText() {}
    [all...]
unicodetext.h 26 // ***************************** UnicodeText **************************
28 // A UnicodeText object is a wrapper around a sequence of Unicode
32 // variable-width format, UnicodeText does not provide random access
35 // The UnicodeText class defines a const_iterator. The dereferencing
40 // 0x10FFFF], but UnicodeText has the additional restriction that it
60 // quite useful to have a UnicodeText "window" through which to see a
63 class UnicodeText {
67 UnicodeText(); // Create an empty text.
68 UnicodeText(const UnicodeText& src)
    [all...]

Completed in 63 milliseconds