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

  /nv-g11n/inputmethod/sunpinyin/slm/src/
portability.h 56 class TSIMChar {
58 inline TSIMChar() : m_ch(0)
61 inline TSIMChar(const TSIMChar& r) : m_ch(r.m_ch)
64 inline TSIMChar(unsigned char c) : m_ch(c)
67 inline TSIMChar(const TWCHAR & wch)
72 //inline TSIMChar(unsigned int ui) same as TSIMChar(TWCHAR)
82 inline TSIMChar& operator= (const TSIMChar & r
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/src/
portability.h 114 class TSIMChar {
116 inline TSIMChar() : m_ch(0)
119 inline TSIMChar(const TSIMChar& r) : m_ch(r.m_ch)
122 inline TSIMChar(unsigned char c) : m_ch(c)
125 inline TSIMChar(const TWCHAR & wch)
130 //inline TSIMChar(unsigned int ui) same as TSIMChar(TWCHAR)
140 inline TSIMChar& operator= (const TSIMChar & r
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/
portability.h 160 class TSIMChar {
162 inline TSIMChar() : m_ch(0)
165 inline TSIMChar(const TSIMChar& r) : m_ch(r.m_ch)
168 inline TSIMChar(unsigned char c) : m_ch(c)
171 inline TSIMChar(const TWCHAR & wch)
176 //inline TSIMChar(unsigned int ui) same as TSIMChar(TWCHAR)
186 inline TSIMChar& operator= (const TSIMChar & r
    [all...]

Completed in 3779 milliseconds