Lines Matching refs:xff
772 uint32_t cClass = fcd & 0xff;
1164 && (element->CEs[1] & (~(0xFF << 24 | UCOL_CONTINUATION_MARKER))) == 0 // that has only primaries in continuation,
1165 && (((element->CEs[0]>>8) & 0xFF) == UCOL_BYTE_COMMON) // a common secondary
1166 && ((element->CEs[0] & 0xFF) == UCOL_BYTE_COMMON) // and a common tertiary
1174 | ((element->CEs[1]>>24) & 0xFF); // third byte of primary
1712 && (element->CEs[1] & (~(0xFF << 24 | UCOL_CONTINUATION_MARKER))) == 0 // that has only primaries in continuation,
1713 && (((element->CEs[0]>>8) & 0xFF) == UCOL_BYTE_COMMON) // a common secondary
1714 && ((element->CEs[0] & 0xFF) == UCOL_BYTE_COMMON) // and a common tertiary
1718 | ((element->CEs[1]>>24) & 0xFF); // third byte of primary
1790 int16_t curClass = (unorm_getFCD16(fcdTrieIndex, c->tailoringCM) & 0xff);
1860 int16_t maxIndex = (unorm_getFCD16(fcdTrieIndex, cMark) & 0xff );
1874 int32_t cClass=(unorm_getFCD16(fcdTrieIndex, cMark) & 0xff);
1875 maxIndex = (int32_t)index[(unorm_getFCD16(fcdTrieIndex, cMark) & 0xff)-1];
1898 index[unorm_getFCD16(fcdTrieIndex, decomp[1]) & 0xff];
2040 if ( (fcd & 0xff) == 0 ) {