Home | History | Annotate | Download | only in gencase

Lines Matching refs:fullLengths

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;