mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-22374 guard gCollationBinKey behind if !UCONFIG_NO_COLLATION
See #2442
This commit is contained in:
parent
5e22f0076e
commit
9bb4536ad7
1 changed files with 4 additions and 7 deletions
|
@ -1040,13 +1040,10 @@ enum {
|
|||
/* The table item key string is not locally available. */
|
||||
static const char *const gUnknownKey="";
|
||||
|
||||
/* resource table key for collation binaries: "%%CollationBin" */
|
||||
static const char16_t gCollationBinKey[]={
|
||||
0x25, 0x25,
|
||||
0x43, 0x6f, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
||||
0x42, 0x69, 0x6e,
|
||||
0
|
||||
};
|
||||
#if !UCONFIG_NO_COLLATION
|
||||
// resource table key for collation binaries
|
||||
static const char16_t gCollationBinKey[]=u"%%CollationBin";
|
||||
#endif
|
||||
|
||||
/*
|
||||
* swap one resource item
|
||||
|
|
Loading…
Add table
Reference in a new issue