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

/external/chromium_org/third_party/icu/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/
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/chromium_org/third_party/icu/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/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...]

Completed in 165 milliseconds