ICU-6124 make likely_subtags symbol private
X-SVN-Rev: 24118
This commit is contained in:
parent
f5b2610706
commit
607c301b0d
@ -3181,7 +3181,7 @@ compareStringPairStructs(const void *left, const void *right)
|
|||||||
*
|
*
|
||||||
* This array maps a set of tags to its likely maximal set of tags.
|
* This array maps a set of tags to its likely maximal set of tags.
|
||||||
*/
|
*/
|
||||||
const StringPair likely_subtags[] = {
|
static const StringPair likely_subtags[] = {
|
||||||
{
|
{
|
||||||
/* { Afar; ?; ? } => { Afar; Latin; Ethiopia } */
|
/* { Afar; ?; ? } => { Afar; Latin; Ethiopia } */
|
||||||
"aa",
|
"aa",
|
||||||
|
Loading…
Reference in New Issue
Block a user