Home | History | Annotate | Download | only in i18n

Lines Matching full:hash

702     int32_t  hash = c;
704 if (hash >= UCOL_UNSAFECP_TABLE_SIZE*8) {
708 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256;
710 htbyte = coll->contrEndCP[hash>>3];
711 return (((htbyte >> (hash & 7)) & 1) == 1);