Searched defs:Trie2 (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2.java23 * This is the interface and common implementation of a Unicode Trie2.
29 * This is the second common version of a Unicode trie (hence the name Trie2).
33 public abstract class Trie2 implements Iterable<Trie2.Range> { class in inherits:Iterable
37 * Create a Trie2 from its serialized form. Inverse of utrie2_serialize().
44 * The actual type of the returned Trie2 will be either Trie2_16 or Trie2_32, depending
47 * To obtain the width of the Trie2, check the actual class type of the returned Trie2.
51 * The serialized Trie2 on the stream may be in either little or big endian byte order.
56 * @return An unserialized Trie2, read
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java22 * This is the interface and common implementation of a Unicode Trie2.
28 * This is the second common version of a Unicode trie (hence the name Trie2).
31 public abstract class Trie2 implements Iterable<Trie2.Range> { class in inherits:Iterable
35 * Create a Trie2 from its serialized form. Inverse of utrie2_serialize().
42 * The actual type of the returned Trie2 will be either Trie2_16 or Trie2_32, depending
45 * To obtain the width of the Trie2, check the actual class type of the returned Trie2.
49 * The serialized Trie2 on the stream may be in either little or big endian byte order.
54 * @return An unserialized Trie2, read
[all...]

Completed in 161 milliseconds