Home | History | Annotate | Download | only in i18n

Lines Matching refs:SortKeyLevel

89 class SortKeyLevel : public UMemory {
91 SortKeyLevel() : len(0), ok(TRUE) {}
92 ~SortKeyLevel() {}
121 SortKeyLevel(const SortKeyLevel &other); // forbid copying of this class
122 SortKeyLevel &operator=(const SortKeyLevel &other); // forbid copying of this class
125 void SortKeyLevel::appendByte(uint32_t b) {
132 SortKeyLevel::appendWeight16(uint32_t w) {
146 SortKeyLevel::appendWeight32(uint32_t w) {
165 SortKeyLevel::appendReverseWeight16(uint32_t w) {
181 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) {
253 SortKeyLevel cases;
254 SortKeyLevel secondaries;
255 SortKeyLevel tertiaries;
256 SortKeyLevel quaternaries;