mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2404 disable simple-conversion handling of extensions until used
X-SVN-Rev: 13533
This commit is contained in:
parent
3ead5737c3
commit
7c43ae1d62
1 changed files with 5 additions and 0 deletions
|
@ -793,6 +793,9 @@ ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx,
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* ### TODO */
|
||||
|
||||
U_CFUNC int32_t
|
||||
ucnv_extSimpleMatchFromU(const int32_t *cx,
|
||||
UChar32 cp, uint32_t *pValue,
|
||||
|
@ -840,6 +843,8 @@ ucnv_extSimpleMatchFromU(const int32_t *cx,
|
|||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* continue partial match with new input, requires cnv->preFromUFirstCP>=0
|
||||
* never called for simple, single-character conversion
|
||||
|
|
Loading…
Add table
Reference in a new issue