Searched defs:py2 (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp377 const char py2 = ((searchable->signature[i/4] & (0xff << off)) >> off); local
378 if (py1 == py2)
397 const char py2 = ((searchable->signature[i/4] & (0xff << off)) >> off); local
398 if (py1 == py2)
400 if (py1 > py2)

Completed in 11 milliseconds