OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:combiningcps
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/tools/gennorm/
store.c
119
static uint32_t
combiningCPs
[2000];
122
* after processCombining() this contains for each code point in
combiningCPs
[]
127
/* section limits for
combiningCPs
[], see addCombiningCP() */
137
* code point in the
combiningCPs
[] array.
308
* Insert an entry into
combiningCPs
[] for the new code point code with its flags.
311
*
combiningCPs
[] contains three sections:
334
if(code==(
combiningCPs
[i]&0xffffff)) {
336
if(newEntry==
combiningCPs
[i]) {
341
newEntry|=
combiningCPs
[i];
343
uprv_memmove(
combiningCPs
+i, combiningCPs+i+1, (combineBackTop-i)*4)
[
all
...]
Completed in 174 milliseconds