Home
last modified time | relevance | path

Searched refs:LAST_BYTE_MASK_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
Dusearch.cpp33 #define LAST_BYTE_MASK_ 0xFF macro
454 LAST_BYTE_MASK_; in initializePattern()
711 if (getFCD(text, &temp, textlength) & LAST_BYTE_MASK_) { in getNextUStringSearchBaseOffset()
970 strsrch->search->textLength) & LAST_BYTE_MASK_) { in hasAccentsBeforeMatch()
1009 if (getFCD(text, &temp, textlength) & LAST_BYTE_MASK_) { in hasAccentsAfterMatch()
1335 if (fcd & LAST_BYTE_MASK_) { in getPreviousBaseOffset()
1488 if ((getFCD(text, &tempstart, textlength) & LAST_BYTE_MASK_) == 0) { in doNextCanonicalPrefixMatch()
1750 if ((getFCD(text, &temp, textoffset) & LAST_BYTE_MASK_) == 0) { in doNextCanonicalMatch()
1903 if (getFCD(text, start, textlength) & LAST_BYTE_MASK_) { in checkNextCanonicalContractionMatch()
2193 LAST_BYTE_MASK_)) { in doPreviousCanonicalSuffixMatch()
[all …]
Ducol.cpp47 #define LAST_BYTE_MASK_ 0xFF macro
1309 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collIterFCD()
1331 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collIterFCD()
1725 trailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collPrevIterFCD()
/external/icu4c/i18n/
Dusearch.cpp35 #define LAST_BYTE_MASK_ 0xFF macro
464 LAST_BYTE_MASK_; in initializePattern()
721 if (getFCD(text, &temp, textlength) & LAST_BYTE_MASK_) { in getNextUStringSearchBaseOffset()
980 strsrch->search->textLength) & LAST_BYTE_MASK_) { in hasAccentsBeforeMatch()
1019 if (getFCD(text, &temp, textlength) & LAST_BYTE_MASK_) { in hasAccentsAfterMatch()
1311 if (fcd & LAST_BYTE_MASK_) { in getPreviousBaseOffset()
1464 if ((getFCD(text, &tempstart, textlength) & LAST_BYTE_MASK_) == 0) { in doNextCanonicalPrefixMatch()
1726 if ((getFCD(text, &temp, textoffset) & LAST_BYTE_MASK_) == 0) { in doNextCanonicalMatch()
1879 if (getFCD(text, start, textlength) & LAST_BYTE_MASK_) { in checkNextCanonicalContractionMatch()
2169 LAST_BYTE_MASK_)) { in doPreviousCanonicalSuffixMatch()
[all …]
Ducol.cpp49 #define LAST_BYTE_MASK_ 0xFF macro
1341 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collIterFCD()
1363 prevTrailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collIterFCD()
1744 trailingCC = (uint8_t)(fcd & LAST_BYTE_MASK_); in collPrevIterFCD()