HomeSort by relevance Sort by last modified time
    Searched full:hz_found (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 312 char16 *hz_found = static_cast<char16*> local
314 assert(NULL != hz_found && hanzi == *hz_found);
317 while (hz_found > scis_hz_ && hanzi == *(hz_found - 1))
318 hz_found--;
321 char16 *hz_f = hz_found;
332 while (hz_found < scis_hz_ + scis_num_ && hanzi == *hz_found) {
333 uint16 pos = hz_found - scis_hz_
    [all...]

Completed in 50 milliseconds