Lines Matching full:mask
66 * Getting the mask for collation strength
68 * @return collation element mask
154 // is a preprocessed mask that takes into account case options. since
161 // if the ce is a variable, we mask and get only the primary values
1519 int32_t mask = 1 << (accentsize - i - 1);
1520 if (count & mask) {
1790 int32_t mask = 1 << (size - i - 1);
1791 if (count & mask) {
2221 int32_t mask = 1 << (accentsize - i - 1);
2222 if (count & mask) {
2453 int32_t mask = 1 << (size - i - 1);
2454 if (count & mask) {