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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 32 } RawSpelling, *PRawSpelling;
47 RawSpelling *raw_spellings_;
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 34 if ('\0' == (static_cast<const RawSpelling*>(p1))->str[0])
37 if ('\0' == (static_cast<const RawSpelling*>(p2))->str[0])
40 return strcmp((static_cast<const RawSpelling*>(p1))->str,
41 (static_cast<const RawSpelling*>(p2))->str);
123 raw_spellings_ = new RawSpelling[spelling_max_num_];
130 memset(raw_spellings_, 0, spelling_max_num_ * sizeof(RawSpelling));
222 qsort(raw_spellings_, spelling_max_num_, sizeof(RawSpelling),
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]

Completed in 59 milliseconds