Searched refs:trieBytes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestrie.h53 * The trieBytes must contain a copy of a byte sequence from the BytesTrieBuilder,
61 * @param trieBytes The byte array that contains the serialized trie.
64 BytesTrie(const void *trieBytes) argument
65 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
246 * @param trieBytes The trie bytes.
255 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode);
351 BytesTrie(void *adoptBytes, const void *trieBytes) argument
353 bytes_(static_cast<const uint8_t *>(trieBytes)),
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h53 * The trieBytes must contain a copy of a byte sequence from the BytesTrieBuilder,
61 * @param trieBytes The byte array that contains the serialized trie.
64 BytesTrie(const void *trieBytes) argument
65 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
246 * @param trieBytes The trie bytes.
255 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode);
351 BytesTrie(void *adoptBytes, const void *trieBytes) argument
353 bytes_(static_cast<const uint8_t *>(trieBytes)),
/external/chromium_org/third_party/icu/source/common/
H A Dbytestrieiterator.cpp23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, argument
25 : bytes_(static_cast<const uint8_t *>(trieBytes)),
/external/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp23 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength, argument
25 : bytes_(static_cast<const uint8_t *>(trieBytes)),
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbytestrietest.cpp584 StringPiece trieBytes=builder_->buildStringPiece(USTRINGTRIE_BUILD_FAST, errorCode); local
585 BytesTrie::Iterator iter(trieBytes.data(), 0, errorCode);
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp584 StringPiece trieBytes=builder_->buildStringPiece(USTRINGTRIE_BUILD_FAST, errorCode); local
585 BytesTrie::Iterator iter(trieBytes.data(), 0, errorCode);

Completed in 2861 milliseconds