Home | History | Annotate | Download | only in i18n

Lines Matching refs:xff

49 #define LAST_BYTE_MASK_           0xFF
1157 UChar32 b3 = implicit & 0xFF;
1158 UChar32 b2 = (implicit >> 8) & 0xFF;
1159 UChar32 b1 = (implicit >> 16) & 0xFF;
1160 UChar32 b0 = (implicit >> 24) & 0xFF;
1226 if ((minPrimary < 0 || minPrimary >= maxPrimary || maxPrimary > 0xFF)
1227 || (minTrailIn < 0 || minTrailIn >= maxTrailIn || maxTrailIn > 0xFF)
1571 if (ch <= 0xFF) {
1606 /* if we got here, the codepoint MUST be over 0xFF - so we look directly in the trie */
2073 if (ch <= 0xFF) {
2787 uint8_t maxCC = (uint8_t)(*(UCharOffset)&0xFF); /*get the discontiguos stuff */ /* skip the backward offset, see above */
2923 *(source->CEpos++) = ((CE & 0xFF)<<24)|UCOL_CONTINUATION_MARKER;
3595 *(source->CEpos++) = ((CE & 0xFF)<<24)|UCOL_CONTINUATION_MARKER;
4297 uint8_t compareSec = (uint8_t)((strength >= UCOL_SECONDARY)?0:0xFF);
4298 uint8_t compareTer = (uint8_t)((strength >= UCOL_TERTIARY)?0:0xFF);
4299 uint8_t compareQuad = (uint8_t)((strength >= UCOL_QUATERNARY)?0:0xFF);
4317 uint8_t UCOL_BOT_COUNT4 = (uint8_t)(0xFF - UCOL_COMMON_BOT4);
4674 uint8_t compareSec = (uint8_t)((strength >= UCOL_SECONDARY)?0:0xFF);
4675 uint8_t compareTer = (uint8_t)((strength >= UCOL_TERTIARY)?0:0xFF);
4676 uint8_t compareQuad = (uint8_t)((strength >= UCOL_QUATERNARY)?0:0xFF);
4693 uint8_t UCOL_BOT_COUNT4 = (uint8_t)(0xFF - UCOL_COMMON_BOT4);
5638 uint8_t primary1 = (uint8_t)((CE >> 24) & 0xFF);
5820 (ucol_getAttribute(coll, UCOL_HIRAGANA_QUATERNARY_MODE, status) == UCOL_ON)?0xFE:0xFF;
5994 if((CE &=0xff)!=0) {
6316 if((CE &=0xff)!=0) {
6331 dest[i++] = 0xFF;
6566 result[sourceIndex++] = 0xFF;
6567 result[sourceIndex++] = 0xFF;
8060 if(sChar&0xFF00) { // if we encounter non-latin-1, we bail out (sChar > 0xFF, but this is faster on win32)
8106 if(tChar&0xFF00) { // if we encounter non-latin-1, we bail out (sChar > 0xFF, but this is faster on win32)