Home
last modified time | relevance | path

Searched refs:hintbase (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/cjkcodecs/
D_codecs_hk.c135 const unsigned char *hintbase; in DECODER() local
141 hintbase = big5hkscs_phint_0; in DECODER()
145 hintbase = big5hkscs_phint_12130; in DECODER()
149 hintbase = big5hkscs_phint_21924; in DECODER()
155 if (hintbase[s >> 3] & (1 << (s & 7))) { in DECODER()