Searched refs:LAST_BYTE_MASK_ (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dusearch.cpp36 #define LAST_BYTE_MASK_ 0xFF macro
464 LAST_BYTE_MASK_;
721 if (getFCD(text, &temp, textlength) & LAST_BYTE_MASK_) {
980 strsrch->search->textLength) & LAST_BYTE_MASK_) {
1019 if (getFCD(text, &temp, textlength) & LAST_BYTE_MASK_) {
1311 if (fcd & LAST_BYTE_MASK_) {
1464 if ((getFCD(text, &tempstart, textlength) & LAST_BYTE_MASK_) == 0) {
1726 if ((getFCD(text, &temp, textoffset) & LAST_BYTE_MASK_) == 0) {
1879 if (getFCD(text, start, textlength) & LAST_BYTE_MASK_) {
2169 LAST_BYTE_MASK_)) {
[all...]
H A Ducol.cpp52 #define LAST_BYTE_MASK_ 0xFF macro
1465 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_);
1486 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_);
1853 trailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_);

Completed in 132 milliseconds