OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fulllengths
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/tools/gencase/
store.c
833
uint16_t excWord, i, count, length,
fullLengths
;
958
fullLengths
=0;
960
fullLengths
=p->specialCasing->lowerCase[0];
961
fullLengths
|=p->specialCasing->upperCase[0]<<8;
962
fullLengths
|=p->specialCasing->titleCase[0]<<12;
965
fullLengths
|=p->caseFolding->full[0]<<4;
967
if(
fullLengths
!=0) {
968
slots[count]=
fullLengths
;
[
all
...]
Completed in 2069 milliseconds