Home
last modified time | relevance | path

Searched refs:trieBytes (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/unicode/
Dbytestrie.h64 BytesTrie(const void *trieBytes) in BytesTrie() argument
65 : ownedArray_(NULL), bytes_(reinterpret_cast<const uint8_t *>(trieBytes)), in BytesTrie()
255 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode);
351 BytesTrie(void *adoptBytes, const void *trieBytes) in BytesTrie() argument
353 bytes_(reinterpret_cast<const uint8_t *>(trieBytes)), in BytesTrie()
/external/icu4c/common/
Dbytestrieiterator.cpp23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, in Iterator() argument
25 : bytes_(reinterpret_cast<const uint8_t *>(trieBytes)), in Iterator()
/external/icu4c/test/intltest/
Dbytestrietest.cpp584 StringPiece trieBytes=builder_->buildStringPiece(USTRINGTRIE_BUILD_FAST, errorCode); in TestIteratorFromBytes() local
585 BytesTrie::Iterator iter(trieBytes.data(), 0, errorCode); in TestIteratorFromBytes()