OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
...]
/external/icu/icu4c/source/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 529 milliseconds