summaryrefslogtreecommitdiff
path: root/include/m_ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_ctype.h')
-rw-r--r--include/m_ctype.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h
index 55d5c91c99d..d78cbf18400 100644
--- a/include/m_ctype.h
+++ b/include/m_ctype.h
@@ -190,6 +190,13 @@ typedef struct my_uca_level_booster_t
} MY_UCA_LEVEL_BOOSTER;
+typedef struct my_uca_level_booster_contractions_t
+{
+ size_t nitems_alloced;
+ MY_CONTRACTION *item;
+} MY_UCA_LEVEL_BOOSTER_CONTRACTIONS;
+
+
/* Collation weights on a single level (e.g. primary, secondary, tertiarty) */
typedef struct my_uca_level_info_st
{
@@ -199,6 +206,7 @@ typedef struct my_uca_level_info_st
MY_CONTRACTIONS contractions;
uint levelno;
MY_UCA_LEVEL_BOOSTER *booster;
+ MY_UCA_LEVEL_BOOSTER_CONTRACTIONS contractions_booster;
} MY_UCA_WEIGHT_LEVEL;