OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCMTable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.h
59
/* constants for
UCMTable
.flagsType */
67
typedef struct
UCMTable
{
83
}
UCMTable
;
102
UCMTable
*base, *ext;
146
U_CAPI
UCMTable
* U_EXPORT2
150
ucm_closeTable(
UCMTable
*table);
153
ucm_resetTable(
UCMTable
*table);
156
ucm_sortTable(
UCMTable
*t);
163
ucm_moveMappings(
UCMTable
*base,
UCMTable
*ext)
[
all
...]
/external/icu4c/tools/toolutil/
ucm.h
60
/* constants for
UCMTable
.flagsType */
68
typedef struct
UCMTable
{
84
}
UCMTable
;
103
UCMTable
*base, *ext;
147
U_CAPI
UCMTable
* U_EXPORT2
151
ucm_closeTable(
UCMTable
*table);
154
ucm_resetTable(
UCMTable
*table);
157
ucm_sortTable(
UCMTable
*t);
164
ucm_moveMappings(
UCMTable
*base,
UCMTable
*ext)
[
all
...]
Completed in 25 milliseconds