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

  /external/chromium/third_party/icu/source/common/
utrie2.h 8 * file name: utrie2.h
37 * This is the second common version of a Unicode trie (hence the name UTrie2).
60 struct UTrie2;
61 typedef struct UTrie2 UTrie2;
63 /* Public UTrie2 API functions: read-only access ---------------------------- */
66 * Selectors for the width of a UTrie2 data value.
69 /** 16 bits per UTrie2 data value. */
71 /** 32 bits per UTrie2 data value. */
73 /** Number of selectors for the width of UTrie2 data values. *
    [all...]
  /external/icu4c/common/
utrie2.h 8 * file name: utrie2.h
37 * This is the second common version of a Unicode trie (hence the name UTrie2).
60 struct UTrie2;
61 typedef struct UTrie2 UTrie2;
63 /* Public UTrie2 API functions: read-only access ---------------------------- */
66 * Selectors for the width of a UTrie2 data value.
69 /** 16 bits per UTrie2 data value. */
71 /** 32 bits per UTrie2 data value. */
73 /** Number of selectors for the width of UTrie2 data values. *
    [all...]

Completed in 519 milliseconds