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

  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
utils.h 52 template <typename T, bool isArray=false>
97 bool equal (const this_type p) const
100 bool operator == (const this_type& p) const
105 operator bool () const {return ptr!=0;}
  /nv-g11n/g11n/src/cmd/mp/
mp.h 136 typedef char bool; typedef
141 bool emptyline P((char *)) ;
  /nv-g11n/inputmethod/sunpinyin/slm/src/
portability.h 79 inline operator bool() const
85 inline bool operator == (const TSIMChar & r) const
88 inline bool operator != (const TSIMChar & r) const
91 inline bool operator < (const TSIMChar & r) const
94 inline bool operator > (const TSIMChar & r) const
97 inline bool operator <= (const TSIMChar & r) const
100 inline bool operator >= (const TSIMChar & r) const
172 static bool
176 static bool
227 static bool
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/src/
portability.h 137 inline operator bool() const
143 inline bool operator == (const TSIMChar & r) const
146 inline bool operator != (const TSIMChar & r) const
149 inline bool operator < (const TSIMChar & r) const
152 inline bool operator > (const TSIMChar & r) const
155 inline bool operator <= (const TSIMChar & r) const
158 inline bool operator >= (const TSIMChar & r) const
222 static bool
226 static bool
277 static bool
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/
portability.h 121 bool
124 bool
127 bool
183 inline operator bool() const
189 inline bool operator == (const TSIMChar & r) const
192 inline bool operator != (const TSIMChar & r) const
195 inline bool operator < (const TSIMChar & r) const
198 inline bool operator > (const TSIMChar & r) const
201 inline bool operator <= (const TSIMChar & r) const
204 inline bool operator >= (const TSIMChar & r) cons
    [all...]

Completed in 300 milliseconds