ICU-114 Make ::digit method public for access by Transliterator. Later this method will go away (see jitterbug 44).

X-SVN-Rev: 181
This commit is contained in:
Alan Liu 1999-11-18 02:02:49 +00:00
parent ede38c10de
commit f5e1689945

View file

@ -596,6 +596,7 @@ private:
*/
static UChar charAfter(const UnicodeString& str, int32_t i);
public: // Make public for HexToUnicodeTransliterator
/**
* TEMPORARY WORKAROUND UNTIL Unicode::digit() exists.
* Return the digit value of the given UChar, or -1. The radix