Searched defs:BytesTrie (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Dbytestrie.cpp24 BytesTrie::~BytesTrie() {
30 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) {
47 BytesTrie::jumpByDelta(const uint8_t *pos) {
67 BytesTrie::current() const {
79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) {
149 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) {
181 BytesTrie::next(int32_t inByte) {
207 BytesTrie::next(const char *s, int32_t sLength) {
314 BytesTrie
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h36 * Light-weight, non-const reader class for a BytesTrie.
48 class U_COMMON_API BytesTrie : public UMemory { class in inherits:UMemory
51 * Constructs a BytesTrie reader instance.
55 * The BytesTrie object will not read more bytes than
59 * the BytesTrie object is in use.
64 BytesTrie(const void *trieBytes) function in class:BytesTrie
72 ~BytesTrie();
77 * @param other Another BytesTrie object.
80 BytesTrie(const BytesTrie function in class:BytesTrie
351 BytesTrie(void *adoptBytes, const void *trieBytes) function in class:BytesTrie
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java18 * Light-weight, non-const reader class for a BytesTrie.
27 public final class BytesTrie implements Cloneable, Iterable<BytesTrie.Entry> { class in inherits:Cloneable,Iterable
29 * Constructs a BytesTrie reader instance.
33 * The BytesTrie object will not read more bytes than
37 * the BytesTrie object is in use.
43 public BytesTrie(byte[] trieBytes, int offset) { method in class:BytesTrie
65 public BytesTrie reset() {
72 * BytesTrie state object, for saving a trie's current state
95 public BytesTrie saveStat
[all...]

Completed in 48 milliseconds