HomeSort by relevance Sort by last modified time
    Searched refs:trieBytes (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/common/unicode/
bytestrie.h 55 * The trieBytes must contain a copy of a byte sequence from the BytesTrieBuilder,
63 * @param trieBytes The byte array that contains the serialized trie.
66 BytesTrie(const void *trieBytes)
67 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
248 * @param trieBytes The trie bytes.
257 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode);
352 BytesTrie(void *adoptBytes, const void *trieBytes)
354 bytes_(static_cast<const uint8_t *>(trieBytes)),
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 42 * @param trieBytes Bytes array that contains the serialized trie.
45 public BytesTrie(byte[] trieBytes, int offset) {
46 bytes_=trieBytes;
421 * @param trieBytes Bytes array that contains the serialized trie.
427 public static Iterator iterator(byte[] trieBytes, int offset, int maxStringLength) {
428 return new Iterator(trieBytes, offset, -1, maxStringLength);
495 private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
496 bytes_=trieBytes;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 41 * @param trieBytes Bytes array that contains the serialized trie.
45 public BytesTrie(byte[] trieBytes, int offset) {
46 bytes_=trieBytes;
444 * @param trieBytes Bytes array that contains the serialized trie.
451 public static Iterator iterator(byte[] trieBytes, int offset, int maxStringLength) {
452 return new Iterator(trieBytes, offset, -1, maxStringLength);
526 private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
527 bytes_=trieBytes;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
BytesTrieTest.java 510 ByteBuffer trieBytes=builder_.buildByteBuffer(StringTrieBuilder.Option.FAST);
512 BytesTrie.iterator(trieBytes.array(), trieBytes.arrayOffset()+trieBytes.position(), 0),
564 ByteBuffer trieBytes=builder_.buildByteBuffer(buildOption);
565 logln("serialized trie size: "+trieBytes.remaining()+" bytes\n");
572 return new BytesTrie(trieBytes.array(), trieBytes.arrayOffset()+trieBytes.position());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
BytesTrieTest.java 507 ByteBuffer trieBytes=builder_.buildByteBuffer(StringTrieBuilder.Option.FAST);
509 BytesTrie.iterator(trieBytes.array(), trieBytes.arrayOffset()+trieBytes.position(), 0),
561 ByteBuffer trieBytes=builder_.buildByteBuffer(buildOption);
562 logln("serialized trie size: "+trieBytes.remaining()+" bytes\n");
569 return new BytesTrie(trieBytes.array(), trieBytes.arrayOffset()+trieBytes.position());
  /external/icu/icu4c/source/common/
bytestrieiterator.cpp 25 BytesTrie::Iterator::Iterator(const void *trieBytes, int32_t maxStringLength,
27 : bytes_(static_cast<const uint8_t *>(trieBytes)),
  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 587 StringPiece trieBytes=builder_->buildStringPiece(USTRINGTRIE_BUILD_FAST, errorCode);
588 BytesTrie::Iterator iter(trieBytes.data(), 0, errorCode);
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 349 milliseconds