HomeSort by relevance Sort by last modified time
    Searched refs:ym_size_ (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 83 size_t ym_size_; // The size of longest Yunmu string, '\0'included. member in class:ime_pinyin::SpellingTrie
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 397 ym_size_ = ym_item_size;
718 if (strcmp(ym_buf_ + ym_size_ * pos, ym_str) == 0)

Completed in 1659 milliseconds