OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UHashtable
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
uhash.h
21
*
UHashtable
stores key-value pairs and does moderately fast lookup
30
*
UHashtable
doesn't care and manipulates them via user-supplied
36
*
UHashtable
ownership of keys and values is flexible, and controlled
39
* then
UHashtable
can be made to delete that object by setting the
81
* A key or value within a
UHashtable
.
128
* The
UHashtable
struct. Clients should treat this as an opaque data
131
struct
UHashtable
{
167
UBool allocated; /* Was this
UHashtable
allocated? */
169
typedef struct
UHashtable
UHashtable
;
[
all
...]
/external/icu4c/i18n/unicode/
msgfmt.h
38
struct
UHashtable
;
39
typedef struct
UHashtable
UHashtable
;
[
all
...]
/external/chromium_org/third_party/icu/source/common/
uhash.h
19
*
UHashtable
stores key-value pairs and does moderately fast lookup
28
*
UHashtable
doesn't care and manipulates them via user-supplied
34
*
UHashtable
ownership of keys and values is flexible, and controlled
37
* then
UHashtable
can be made to delete that object by setting the
148
* The
UHashtable
struct. Clients should treat this as an opaque data
151
struct
UHashtable
{
187
UBool allocated; /* Was this
UHashtable
allocated? */
189
typedef struct
UHashtable
UHashtable
;
198
* Initialize a new
UHashtable
[
all
...]
/external/icu4c/common/unicode/
stringtriebuilder.h
27
struct
UHashtable
;
28
typedef struct
UHashtable
UHashtable
;
184
UHashtable
*nodes;
Completed in 113 milliseconds