ICU-2404 disable simple-conversion handling of extensions until used

X-SVN-Rev: 13533
This commit is contained in:
Markus Scherer 2003-10-30 17:39:30 +00:00
parent 3ead5737c3
commit 7c43ae1d62

View file

@ -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