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

  /external/icu4c/common/
bytestrie.cpp 6 * file name: bytestrie.cpp
17 #include "unicode/bytestrie.h"
24 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)
    [all...]
  /external/icu4c/common/unicode/
bytestrie.h 6 * file name: bytestrie.h
36 * Light-weight, non-const reader class for a BytesTrie.
48 class U_COMMON_API BytesTrie : public 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)
72 ~BytesTrie();
77 * @param other Another BytesTrie object.
80 BytesTrie(const BytesTrie &other
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 125 milliseconds