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

  /external/icu/icu4c/source/common/
ucharstrie.cpp 8 * file name: ucharstrie.h
19 #include "unicode/ucharstrie.h"
27 UCharsTrie::~UCharsTrie() {
32 UCharsTrie::current() const {
44 UCharsTrie::firstForCodePoint(UChar32 cp) {
53 UCharsTrie::nextForCodePoint(UChar32 cp) {
62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) {
155 UCharsTrie::next(int32_t uchar)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucharstrie.h 8 * file name: ucharstrie.h
38 * Light-weight, non-const reader class for a UCharsTrie.
50 class U_COMMON_API UCharsTrie : public UMemory {
53 * Constructs a UCharsTrie reader instance.
57 * The UCharsTrie object will not read more char16_ts than
61 * the UCharsTrie object is in use.
66 UCharsTrie(ConstChar16Ptr trieUChars)
74 ~UCharsTrie();
79 * @param other Another UCharsTrie object.
82 UCharsTrie(const UCharsTrie &other
    [all...]

Completed in 78 milliseconds