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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_sen.cpp 47 wint_t wch = fgetwc(fp); local
48 if (wch == 0) {
49 wch = 0x20; // make it like a space
51 if (wch == WEOF) {
60 buf.push_back(wch);
72 TWCHAR wch = this->operator*(); local
73 if (wch) {
sim_dict.cpp 55 const CSIMDict::TState* CSIMDict::step(const CSIMDict::TState* root, TWCHAR wch)
57 if ((root != NULL) && (root->follow != NULL) && wch != WCH_NULL) {
58 Map_Type::iterator it = root->follow->find(TSIMChar(wch));
166 TWCHAR wch = TWCHAR(it->first); local
167 wstr.push_back(wch);
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_sen.cpp 47 wint_t wch = fgetwc(fp); local
48 if (wch == 0) {
49 wch = 0x20; // make it like a space
51 if (wch == WEOF) {
60 buf.push_back(wch);
72 TWCHAR wch = this->operator*(); local
73 if (wch) {
sim_dict.cpp 55 const CSIMDict::TState* CSIMDict::step(const CSIMDict::TState* root, TWCHAR wch)
57 if ((root != NULL) && (root->follow != NULL) && wch != WCH_NULL) {
58 Map_Type::iterator it = root->follow->find(TSIMChar(wch));
166 TWCHAR wch = TWCHAR(it->first); local
167 wstr.push_back(wch);
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_funcobjs.cpp 52 TWCHAR wch = cwstr[0]; local
53 for (char h=half_symbol[0], t=half_symbol[1]; h <= t; ++h, ++wch)
54 m_symbolMap[h] = wch;
56 wch = cwstr[2];
57 for (char h=half_symbol[2], t=half_symbol[3]; h <= t; ++h, ++wch)
58 m_symbolMap[h] = wch;
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_view.cpp 241 TWCHAR wch = full[0]; local
243 halfSimbol2Full[h] = wch++;
245 wch = full[2];
247 halfSimbol2Full[h] = wch++;
  /nv-g11n/g11n/src/openwin/lib/locale/ja/xlibi18n/
lcGenConv.c 784 wchar_t wch, *src = *((wchar_t **) from); local
794 if (wch = *src) {
795 length = wctomb(tmp, wch);
    [all...]

Completed in 709 milliseconds