Using uint32 instead of size_t to parse the Pinyin dictionary

Because size_t is 8 bytes, So we should use uint32 which is 4 bytes to parse the Google
Pinyin dictionary.

Change-Id: I270e8d7fdee5667791a11e36f5de64687d4d0e99
Signed-off-by: jli119X <jianpingx.li@intel.com>
6 files changed