Lines Matching defs:const
41 virtual void Append(const char *bytes, int32_t n) override;
56 int32_t NumberOfBytesAppended() const { return appended_; }
62 int32_t GetRemainingCapacity() const {
67 UBool Overflowed() const { return appended_ > capacity_; }
69 UBool IsOk() const { return buffer_ != nullptr; }
72 virtual void AppendBeyondCapacity(const char *bytes, int32_t n, int32_t length) = 0;
86 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented
87 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented
111 const UBool *compressibleBytes,
112 const CollationSettings &settings,
122 static const uint32_t SEC_COMMON_LOW = Collation::COMMON_BYTE;
123 static const uint32_t SEC_COMMON_MIDDLE = SEC_COMMON_LOW + 0x20;
124 static const uint32_t SEC_COMMON_HIGH = SEC_COMMON_LOW + 0x40;
125 static const int32_t SEC_COMMON_MAX_COUNT = 0x21;
128 static const uint32_t CASE_LOWER_FIRST_COMMON_LOW = 1;
129 static const uint32_t CASE_LOWER_FIRST_COMMON_MIDDLE = 7;
130 static const uint32_t CASE_LOWER_FIRST_COMMON_HIGH = 13;
131 static const int32_t CASE_LOWER_FIRST_COMMON_MAX_COUNT = 7;
134 static const uint32_t CASE_UPPER_FIRST_COMMON_LOW = 3;
135 static const uint32_t CASE_UPPER_FIRST_COMMON_HIGH = 15;
136 static const int32_t CASE_UPPER_FIRST_COMMON_MAX_COUNT = 13;
139 static const uint32_t TER_ONLY_COMMON_LOW = Collation::COMMON_BYTE;
140 static const uint32_t TER_ONLY_COMMON_MIDDLE = TER_ONLY_COMMON_LOW + 0x60;
141 static const uint32_t TER_ONLY_COMMON_HIGH = TER_ONLY_COMMON_LOW + 0xc0;
142 static const int32_t TER_ONLY_COMMON_MAX_COUNT = 0x61;
145 static const uint32_t TER_LOWER_FIRST_COMMON_LOW = Collation::COMMON_BYTE;
146 static const uint32_t TER_LOWER_FIRST_COMMON_MIDDLE = TER_LOWER_FIRST_COMMON_LOW + 0x20;
147 static const uint32_t TER_LOWER_FIRST_COMMON_HIGH = TER_LOWER_FIRST_COMMON_LOW + 0x40;
148 static const int32_t TER_LOWER_FIRST_COMMON_MAX_COUNT = 0x21;
151 static const uint32_t TER_UPPER_FIRST_COMMON_LOW = Collation::COMMON_BYTE + 0x80;
152 static const uint32_t TER_UPPER_FIRST_COMMON_MIDDLE = TER_UPPER_FIRST_COMMON_LOW + 0x20;
153 static const uint32_t TER_UPPER_FIRST_COMMON_HIGH = TER_UPPER_FIRST_COMMON_LOW + 0x40;
154 static const int32_t TER_UPPER_FIRST_COMMON_MAX_COUNT = 0x21;
157 static const uint32_t QUAT_COMMON_LOW = 0x1c;
158 static const uint32_t QUAT_COMMON_MIDDLE = QUAT_COMMON_LOW + 0x70;
159 static const uint32_t QUAT_COMMON_HIGH = QUAT_COMMON_LOW + 0xE0;
160 static const int32_t QUAT_COMMON_MAX_COUNT = 0x71;
163 static const uint32_t QUAT_SHIFTED_LIMIT_BYTE = QUAT_COMMON_LOW - 1; // 0x1b