OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCharsTrie
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
ucharstrie.cpp
6
* file name:
ucharstrie
.h
17
#include "unicode/
ucharstrie
.h"
24
UCharsTrie
::~
UCharsTrie
() {
29
UCharsTrie
::current() const {
41
UCharsTrie
::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
103
UCharsTrie
::nextImpl(const UChar *pos, int32_t uchar) {
134
UCharsTrie
::next(int32_t uchar) {
157
UCharsTrie
::next(const UChar *s, int32_t sLength) {
264
UCharsTrie
::findUniqueValueFromBranch(const UChar *pos, int32_t length
[
all
...]
/external/icu4c/common/unicode/
ucharstrie.h
6
* file name:
ucharstrie
.h
36
* Light-weight, non-const reader class for a
UCharsTrie
.
48
class U_COMMON_API
UCharsTrie
: public 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)
72
~
UCharsTrie
();
77
* @param other Another
UCharsTrie
object.
80
UCharsTrie
(const UCharsTrie &other
[
all
...]
urename.h
[
all
...]
Completed in 72 milliseconds