OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:univer
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/tools/gensprep/
store.c
181
uint32_t
univer
= version[0] << 24;
local
182
univer
+= version[1] << 16;
183
univer
+= version[2] << 8;
184
univer
+= version[3];
185
indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] =
univer
;
Completed in 34 milliseconds