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

  /external/chromium_org/third_party/icu/source/common/
utrie2.h 8 * file name: utrie2.h
38 * This is the second common version of a Unicode trie (hence the name UTrie2).
61 struct UTrie2;
62 typedef struct UTrie2 UTrie2;
64 /* Public UTrie2 API functions: read-only access ---------------------------- */
67 * Selectors for the width of a UTrie2 data value.
70 /** 16 bits per UTrie2 data value. */
72 /** 32 bits per UTrie2 data value. */
74 /** Number of selectors for the width of UTrie2 data values. *
    [all...]
  /external/icu/icu4c/source/common/
utrie2.h 8 * file name: utrie2.h
38 * This is the second common version of a Unicode trie (hence the name UTrie2).
61 struct UTrie2;
62 typedef struct UTrie2 UTrie2;
64 /* Public UTrie2 API functions: read-only access ---------------------------- */
67 * Selectors for the width of a UTrie2 data value.
70 /** 16 bits per UTrie2 data value. */
72 /** 32 bits per UTrie2 data value. */
74 /** Number of selectors for the width of UTrie2 data values. *
    [all...]

Completed in 320 milliseconds