|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BadHanyuPinyinOutputFormatCombination | |
---|---|
net.sourceforge.pinyin4j |
Uses of BadHanyuPinyinOutputFormatCombination in net.sourceforge.pinyin4j |
---|
Methods in net.sourceforge.pinyin4j that throw BadHanyuPinyinOutputFormatCombination | |
---|---|
(package private) static java.lang.String |
PinyinFormatter.formatHanyuPinyin(java.lang.String pinyinStr,
HanyuPinyinOutputFormat outputFormat)
|
private static java.lang.String |
PinyinHelper.getFirstHanyuPinyinString(char ch,
HanyuPinyinOutputFormat outputFormat)
Deprecated. DO NOT use it again because the first retrived pinyin string may be a wrong pronouciation in a certain sentence context. This function will be removed in next release. |
private static java.lang.String[] |
PinyinHelper.getFormattedHanyuPinyinStringArray(char ch,
HanyuPinyinOutputFormat outputFormat)
Return the formatted Hanyu Pinyin representations of the given Chinese character (both in Simplified and Tranditional) in array format. |
static java.lang.String |
PinyinHelper.toHanyuPinyinString(java.lang.String str,
HanyuPinyinOutputFormat outputFormat,
java.lang.String seperater)
Deprecated. DO NOT use it again because the first retrived pinyin string may be a wrong pronouciation in a certain sentence context. This interface will be removed in next release. |
static java.lang.String[] |
PinyinHelper.toHanyuPinyinStringArray(char ch,
HanyuPinyinOutputFormat outputFormat)
Get all Hanyu Pinyin presentations of a single Chinese character (both Simplified and Tranditional) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |