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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2.java 23 * 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> {
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, ready for use
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2.java 22 * 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> {
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, ready for use
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/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 503 milliseconds