Searched defs:UCharsTrie (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducharstrie.cpp25 UCharsTrie::~UCharsTrie() {
30 UCharsTrie::current() const {
42 UCharsTrie::firstForCodePoint(UChar32 cp) {
51 UCharsTrie::nextForCodePoint(UChar32 cp) {
60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
122 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) {
153 UCharsTrie::next(int32_t uchar) {
176 UCharsTrie::next(const UChar *s, int32_t sLength) {
283 UCharsTrie
[all...]
/external/icu/icu4c/source/common/unicode/
H A Ducharstrie.h36 * Light-weight, non-const reader class for a UCharsTrie.
48 class U_COMMON_API UCharsTrie : public UMemory { class in inherits:UMemory
51 * Constructs a UCharsTrie reader instance.
55 * The UCharsTrie object will not read more UChars than
59 * the UCharsTrie object is in use.
64 UCharsTrie(const UChar *trieUChars) function in class:UCharsTrie
72 ~UCharsTrie();
77 * @param other Another UCharsTrie object.
80 UCharsTrie(const UCharsTrie function in class:UCharsTrie
369 UCharsTrie(UChar *adoptUChars, const UChar *trieUChars) function in class:UCharsTrie
[all...]

Completed in 74 milliseconds