Lines Matching refs:appendByte
105 void appendByte(uint32_t b);
127 void SortKeyLevel::appendByte(uint32_t b) { in appendByte() function in __anonb6b181c90111::SortKeyLevel
279 quaternaries.appendByte(QUAT_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
283 quaternaries.appendByte(QUAT_COMMON_LOW + commonQuaternaries); in writeSortKeyUpToQuaternary()
294 quaternaries.appendByte(QUAT_SHIFTED_LIMIT_BYTE); in writeSortKeyUpToQuaternary()
367 secondaries.appendByte(SEC_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
376 secondaries.appendByte(b); in writeSortKeyUpToQuaternary()
391 secondaries.appendByte(b); in writeSortKeyUpToQuaternary()
395 secondaries.appendByte(SEC_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
414 secondaries.appendByte(p == Collation::NO_CE_PRIMARY ? in writeSortKeyUpToQuaternary()
446 cases.appendByte(CASE_LOWER_FIRST_COMMON_MIDDLE << 4); in writeSortKeyUpToQuaternary()
455 cases.appendByte(b << 4); in writeSortKeyUpToQuaternary()
468 cases.appendByte(CASE_UPPER_FIRST_COMMON_LOW << 4); in writeSortKeyUpToQuaternary()
471 cases.appendByte((CASE_UPPER_FIRST_COMMON_LOW + commonCases) << 4); in writeSortKeyUpToQuaternary()
480 cases.appendByte(c); in writeSortKeyUpToQuaternary()
496 tertiaries.appendByte(TER_ONLY_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
505 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()
516 tertiaries.appendByte(TER_LOWER_FIRST_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
525 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()
560 tertiaries.appendByte(TER_UPPER_FIRST_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
569 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()
590 quaternaries.appendByte(Collation::LEVEL_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
600 quaternaries.appendByte(QUAT_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
609 quaternaries.appendByte(b); in writeSortKeyUpToQuaternary()
612 quaternaries.appendByte(q); in writeSortKeyUpToQuaternary()