Home | History | Annotate | Download | only in gennorm

Lines Matching defs:newEntry

327     uint32_t newEntry;
330 newEntry=code|((uint32_t)flags<<24);
336 if(newEntry==combiningCPs[i]) {
341 newEntry|=combiningCPs[i];
363 flags=(uint8_t)(newEntry>>24);
373 /* move the following code points up one and insert newEntry at i */
377 combiningCPs[i]=newEntry;