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

  /external/chromium_org/third_party/icu/source/common/
utrie.h 8 * file name: utrie.h
131 * Runtime UTrie callback function.
150 struct UTrie {
172 typedef struct UTrie UTrie;
260 /* Public UTrie API ---------------------------------------------------------*/
268 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
279 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
288 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
298 * @param trie (const UTrie *, in) a pointer to the runtime trie structur
    [all...]
utrie2.h 13 * created on: 2008aug16 (starting from a copy of utrie.h)
25 struct UTrie; /* forward declaration */
27 typedef struct UTrie UTrie;
38 * Compared with UTrie version 1:
43 * - The "folding" mechanism is removed. In UTrie version 1, this somewhat
328 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
329 * of either a UTrie (version 1) or a UTrie2 (version 2).
332 * of a UTrie, version 1 or 2
337 * @return the UTrie version of the serialized form, or 0 if it is no
    [all...]
  /external/icu4c/common/
utrie.h 8 * file name: utrie.h
132 * Runtime UTrie callback function.
151 struct UTrie {
173 typedef struct UTrie UTrie;
261 /* Public UTrie API ---------------------------------------------------------*/
269 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
280 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
289 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
299 * @param trie (const UTrie *, in) a pointer to the runtime trie structur
    [all...]
utrie2.h 13 * created on: 2008aug16 (starting from a copy of utrie.h)
26 struct UTrie; /* forward declaration */
28 typedef struct UTrie UTrie;
39 * Compared with UTrie version 1:
44 * - The "folding" mechanism is removed. In UTrie version 1, this somewhat
329 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
330 * of either a UTrie (version 1) or a UTrie2 (version 2).
333 * of a UTrie, version 1 or 2
338 * @return the UTrie version of the serialized form, or 0 if it is no
    [all...]

Completed in 61 milliseconds