Home | History | Annotate | Download | only in common

Lines Matching full:mask

127     MaskEnum currentMaskFromUnicode;    /* mask for current state in toUnicode */
128 MaskEnum currentMaskToUnicode; /* mask for current state in toUnicode */
129 MaskEnum defMaskToUnicode; /* mask for default state in toUnicode */
131 UBool resetToDefaultToUnicode; /* boolean for reseting to default delta and mask when a newline is encountered*/
1554 uint8_t mask;
1560 mask = (uint8_t)(lookupInitialData[script].maskEnum);
1563 if ((validityTable[idx] & mask) || (script==TELUGU && idx==0x31)) {