projects
/
platform
/
upstream
/
libpinyin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b048d4
)
add more flags to pinyin_custom2.h
author
Peng Wu
<alexepico@gmail.com>
Wed, 9 Nov 2011 10:18:33 +0000
(18:18 +0800)
committer
Peng Wu
<alexepico@gmail.com>
Wed, 9 Nov 2011 10:18:33 +0000
(18:18 +0800)
src/storage/pinyin_custom2.h
patch
|
blob
|
history
diff --git
a/src/storage/pinyin_custom2.h
b/src/storage/pinyin_custom2.h
index 77d12bb4dc37d58af548859dd7c9a17b3715edca..ca380edcf4ced942b0812cfe48bfff3aa9cdc378 100644
(file)
--- a/
src/storage/pinyin_custom2.h
+++ b/
src/storage/pinyin_custom2.h
@@
-30,7
+30,9
@@
enum PinyinTableFlag{
PINYIN_INCOMPLETE = 1U << 3,
CHEWING_INCOMPLETE = 1U << 4,
USE_INCOMPLETE = 1U << 5,
- USE_TONE = 1U << 6
+ USE_TONE = 1U << 6,
+ USE_DIVIDED_TABLE = 1U << 7,
+ USE_RESPLIT_TABLE = 1U << 8
};
/**