Searched refs:LAST_BYTE_MASK_ (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | usearch.cpp | 27 #define LAST_BYTE_MASK_ 0xFF macro 334 LAST_BYTE_MASK_; in initializePattern() 579 if (getFCD(text, &temp, textlength) & LAST_BYTE_MASK_) { in getNextUStringSearchBaseOffset() 836 strsrch->search->textLength) & LAST_BYTE_MASK_) { in hasAccentsBeforeMatch() 875 if (getFCD(text, &temp, textlength) & LAST_BYTE_MASK_) { in hasAccentsAfterMatch() 1193 if (fcd & LAST_BYTE_MASK_) { in getPreviousBaseOffset() 1346 if ((getFCD(text, &tempstart, textlength) & LAST_BYTE_MASK_) == 0) { in doNextCanonicalPrefixMatch() 1608 if ((getFCD(text, &temp, textoffset) & LAST_BYTE_MASK_) == 0) { in doNextCanonicalMatch() 1761 if (getFCD(text, start, textlength) & LAST_BYTE_MASK_) { in checkNextCanonicalContractionMatch() 2051 LAST_BYTE_MASK_)) { in doPreviousCanonicalSuffixMatch() [all …]
|
D | ucol.cpp | 53 #define LAST_BYTE_MASK_ 0xFF macro 1355 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collIterFCD() 1386 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collIterFCD() 1700 trailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collPrevIterFCD()
|