View | Details | Raw Unified | Return to bug 275729
Collapse All | Expand All

(-)third_party/blink/renderer/platform/text/text_break_iterator.cc (-1 / +3 lines)
Lines 161-167 static const unsigned char kAsciiLineBreakTable[][(kAsciiLineBreakTableLastChar Link Here
161
};
161
};
162
// clang-format on
162
// clang-format on
163
163
164
#if U_ICU_VERSION_MAJOR_NUM >= 58
164
#if U_ICU_VERSION_MAJOR_NUM >= 74
165
#define BA_LB_COUNT (U_LB_COUNT - 8)
166
#elif U_ICU_VERSION_MAJOR_NUM >= 58
165
#define BA_LB_COUNT (U_LB_COUNT - 3)
167
#define BA_LB_COUNT (U_LB_COUNT - 3)
166
#else
168
#else
167
#define BA_LB_COUNT U_LB_COUNT
169
#define BA_LB_COUNT U_LB_COUNT

Return to bug 275729