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

  /nv-g11n/inputmethod/sunpinyin/slm/src/
portability.h 52 typedef unsigned int TWCHAR;
54 typedef TWCHAR TSIMWordId;
67 inline TSIMChar(const TWCHAR & wch)
72 //inline TSIMChar(unsigned int ui) same as TSIMChar(TWCHAR)
74 //inline operator TWCHAR(void) const same as follow
126 const TWCHAR WCH_NULL = 0;
127 const TWCHAR WCH_RETURN = '\n';
128 const TWCHAR WCH_TAB = '\t';
129 const TWCHAR WCH_SPACE = ' ';
130 const TWCHAR WCH_LESSTHAN = '<'
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/src/
portability.h 102 typedef unsigned TWCHAR;
110 typedef TWCHAR TSIMWordId;
125 inline TSIMChar(const TWCHAR & wch)
130 //inline TSIMChar(unsigned int ui) same as TSIMChar(TWCHAR)
132 //inline operator TWCHAR(void) const same as follow
176 const TWCHAR WCH_NULL = 0;
177 const TWCHAR WCH_RETURN = '\n';
178 const TWCHAR WCH_TAB = '\t';
179 const TWCHAR WCH_SPACE = ' ';
180 const TWCHAR WCH_LESSTHAN = '<'
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/
portability.h 150 typedef unsigned int TWCHAR;
158 typedef TWCHAR TSIMWordId;
171 inline TSIMChar(const TWCHAR & wch)
176 //inline TSIMChar(unsigned int ui) same as TSIMChar(TWCHAR)
178 //inline operator TWCHAR(void) const same as follow
230 const TWCHAR WCH_NULL = 0;
231 const TWCHAR WCH_RETURN = '\n';
232 const TWCHAR WCH_TAB = '\t';
233 const TWCHAR WCH_SPACE = ' ';
234 const TWCHAR WCH_LESSTHAN = '<'
    [all...]

Completed in 120 milliseconds