summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-17 13:45:44 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-17 13:46:52 +0800
commit8ec1d25f1e9cf032897e877b084220f0db60d452 (patch)
tree2038110873043783f486bc63ee594f3b3c1a39bb /src/storage/pinyin_custom2.h
parent7dbb2263c0ba8690074e663ccebacffc7d1f9dca (diff)
downloadlibpinyin-8ec1d25f1e9cf032897e877b084220f0db60d452.tar.gz
libpinyin-8ec1d25f1e9cf032897e877b084220f0db60d452.tar.xz
libpinyin-8ec1d25f1e9cf032897e877b084220f0db60d452.zip
write pinyin_compare_initial2
Diffstat (limited to 'src/storage/pinyin_custom2.h')
-rw-r--r--src/storage/pinyin_custom2.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h
index d0238cf..0d6cb06 100644
--- a/src/storage/pinyin_custom2.h
+++ b/src/storage/pinyin_custom2.h
@@ -42,12 +42,12 @@ enum PinyinTableFlag{
*/
enum PinyinAmbiguity2{
PINYIN_AMB_C_CH = 1U << 9,
- PINYIN_AMB_Z_ZH = 1U << 10,
- PINYIN_AMB_S_SH = 1U << 11,
- PINYIN_AMB_L_N = 1U << 12,
- PINYIN_AMB_F_H = 1U << 13,
- PINYIN_AMB_L_R = 1U << 14,
- PINYIN_AMB_K_G = 1U << 15,
+ PINYIN_AMB_S_SH = 1U << 10,
+ PINYIN_AMB_Z_ZH = 1U << 11,
+ PINYIN_AMB_F_H = 1U << 12,
+ PINYIN_AMB_G_K = 1U << 13,
+ PINYIN_AMB_L_N = 1U << 14,
+ PINYIN_AMB_L_R = 1U << 15,
PINYIN_AMB_AN_ANG = 1U << 16,
PINYIN_AMB_EN_ENG = 1U << 17,
PINYIN_AMB_IN_ING = 1U << 18,