| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ |
| sim_sen.h | 80 TWCHAR ch, chnext, ch2; local 82 for (; (ch=*first) != WCH_NULL; ++first) { 85 if ((ch == WCH_RETURN) && bIgnoreCRLF && (chnext != WCH_RETURN)) 87 if (ch == WCH_JUHAO || ch == WCH_WENHAO || ch == WCH_TANHAO || 88 ch == WCH_TANHAO || ch == WCH_SHENGLUEHAO) 90 else if (ch == WCH_DOUHAO && chnext == WCH_DOUHAO) 92 else if (ch == WCH_RETURN || ch == WCH_TAB [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ |
| sim_sen.h | 80 TWCHAR ch, chnext, ch2; local 82 for (; (ch=*first) != WCH_NULL; ++first) { 85 if ((ch == WCH_RETURN) && bIgnoreCRLF && (chnext != WCH_RETURN)) 87 if (ch == WCH_JUHAO || ch == WCH_WENHAO || ch == WCH_TANHAO || 88 ch == WCH_TANHAO || ch == WCH_SHENGLUEHAO) 90 else if (ch == WCH_DOUHAO && chnext == WCH_DOUHAO) 92 else if (ch == WCH_RETURN || ch == WCH_TAB [all...] |
| /nv-g11n/g11n/src/lib/liblcl/ |
| lcl_str_stdio.h | 52 #define ungetc(ch,file) str_ungetc(ch,file) 54 #define putc(ch,file) str_putc(ch,file) 55 #define fputc(ch,file) str_putc(ch,file)
|
| lcl_mimehead.c | 95 #define LWSP_CHAR(ch) (ch == TAB || ch == SPACE) 98 #define DELIMITER(ch) (ch==LF || LWSP_CHAR(ch) || strchr(SPECIALS,ch)) 99 #define IS_PRE_DELIMITER(ch) DELIMITER(ch) 100 #define IS_POST_DELIMITER(ch) (ch==EOF || DELIMITER(ch) 325 { int ch; local 362 { int ch; local 553 int ch,inx; local 597 { int ch,ci; local 627 char ch,encoded_ch; local 766 int ch; local 796 { int ch; local 816 int ch; local 857 { int ch; local 1151 int ch; local 1187 { int ch,next_ch; local 1285 int ch; local [all...] |
| lcl_str_stdio.c | 111 str_ungetc(ch,Str) 115 return ungetc(ch,(FILE*)Str); 120 Str->s_base[--Str->s_peak] = ch; 121 return ch; 151 str_putc(ch,Str) 155 return fputc(ch,(FILE*)Str); 160 Str->s_base[Str->s_peak++] = ch; 162 return ch;
|
| /nv-g11n/inputmethod/sunpinyin2/src/pinyin/ |
| datrie.h | 44 unsigned character_based_encoder (unsigned ch) 46 int ret = ch - lower + 1; 51 typedef unsigned (*encoder_func_ptr) (unsigned ch); 71 unsigned walk (unsigned s, unsigned ch, int &v);
|
| shuangpin_seg.h | 56 virtual unsigned push (unsigned ch); 58 virtual unsigned insertAt (unsigned idx, unsigned ch); 67 unsigned _segmentor (unsigned ch);
|
| shuangpin_seg.cpp | 52 unsigned CShuangpinSegmentor::push (unsigned ch) 54 m_inputBuf.push_back (ch); 56 return m_updatedFrom = _segmentor (ch); 95 unsigned CShuangpinSegmentor::insertAt (unsigned idx, unsigned ch) 100 m_inputBuf.insert (idx, 1, ch); 101 m_pystr.insert (idx, 1, ch); 161 //del invalid ch, and do not effect current status. 230 static char wchar_to_char (unsigned ch) 232 return ch; 235 unsigned CShuangpinSegmentor::_segmentor (unsigned ch) [all...] |
| datrie_impl.h | 108 unsigned CDATrie<T, encoder>::walk (unsigned s, unsigned ch, int &v) 110 unsigned c = encoder(ch); 146 unsigned ch = *first; 148 curr_state = walk (curr_state, ch, val);
|
| pinyin_seg.h | 76 virtual unsigned push (unsigned ch) = 0; 78 virtual unsigned insertAt (unsigned idx, unsigned ch) = 0; 142 virtual unsigned push (unsigned ch); 144 virtual unsigned insertAt (unsigned idx, unsigned ch); 157 inline unsigned _push (unsigned ch);
|
| /nv-g11n/g11n/src/lib/iconv/vi/ |
| tcvn%viscii.c | 107 unsigned char ch = 0; local 116 ch = tcvn_comb_data[idx].composed[(unsigned char)**inbuf - 0xb0]; 131 ch = (unsigned char)**inbuf; 135 ch = (unsigned char)**inbuf; 136 if (ch >= 0x41 && ch <= 0xad 137 && ((tcvn_comp_bases_mask0[(ch-0x40) >> 5] >> (ch & 0x1f)) & 1)) { 142 st->last = ch; 150 tcvn_2_viscii(ch, &chout) [all...] |
| viscii%tcvn.c | 98 unsigned char ch = 0; local 100 viscii_2_tcvn((unsigned char*)*inbuf, &ch); 101 if (**inbuf != 0x0 && ch == 0) { 103 ch = NON_ID_CHAR; 106 **outbuf = ch;
|
| UCS-2%tcvn.c | 102 unsigned char ch = 0; local 129 if (uni_2_tcvn(uni, &ch) == 1) { 130 **outbuf = ch;
|
| UCS-2%viscii.c | 102 unsigned char ch = 0; local 128 if (uni_2_viscii(uni, &ch) == 1) { 129 **outbuf = ch;
|
| /nv-g11n/messages/messages/on/cs_CZ/usr/share/lib/locale/com/sun/dhcpmgr/client/SUNWfiles/ |
| ResourceBundle___LOCALE__.properties | 29 explanation=Specifikujte konfigura??n?? parametry pro nov?? datov?? ??lo??i??t?? textov??ch soubor??.
|
| /nv-g11n/messages/messages/on/cs_CZ/usr/share/lib/locale/com/sun/dhcpmgr/client/SUNWbinfiles/ |
| ResourceBundle___LOCALE__.properties | 29 explanation=Specifikujte konfigura??n?? parametry pro nov?? datov?? ??lo??i??t?? bin??rn??ch soubor??.
|
| /nv-g11n/inputmethod/sunpinyin2/src/ime-core/ |
| imi_funcobjs.h | 52 const wstring& operator () (unsigned ch); 69 const wstring& operator () (unsigned ch);
|
| imi_funcobjs.cpp | 61 const wstring& CGetFullSymbolOp::operator () (unsigned ch) 68 CSymbolMap::iterator it1 = m_symbolMap.find (ch); 151 const wstring& CGetFullPunctOp::operator () (unsigned ch) 154 CPunctClosingStates::iterator it = m_punctClosingSts.find (ch); 156 if (it->second) ch |= 0x80000000; 160 CPunctMap::iterator it1 = m_punctMap.find (ch);
|
| /nv-g11n/inputmethod/sunpinyin/slm/python/ |
| pinyin_seg.py | 48 def push (self, ch): pass 50 def insert (self, ch, idx): pass 96 def insert (self, ch, idx): 100 if (idx == 0): self.__pystr.append(ch) 101 else: self.__pystr.insert(-idx, ch) 107 for ch in newpystr[::-1]: 108 self.__push (ch.lower()) 121 for ch in newpystr[::-1]: 122 self.__push (ch.lower()) 124 def __push (self, ch) [all...] |
| trie.py | 54 for ch in word: 56 curr_node = curr_node.trans[ch] 58 curr_node.trans[ch] = Trie.TrieNode() 59 curr_node = curr_node.trans[ch] 63 def walk (self, trienode, ch): 64 if ch in trienode.trans: 65 trienode = trienode.trans[ch] 83 def character_based_encoder (ch, range=('a', 'z')): 84 ret = ord(ch) - ord(range[0]) + 1 99 def walk (self, s, ch) [all...] |
| /nv-g11n/inputmethod/sunpinyin2/python/ |
| trie.py | 54 for ch in word: 56 curr_node = curr_node.trans[ch] 58 curr_node.trans[ch] = Trie.TrieNode() 59 curr_node = curr_node.trans[ch] 63 def walk (self, trienode, ch): 64 if ch in trienode.trans: 65 trienode = trienode.trans[ch] 83 def character_based_encoder (ch, range=('a', 'z')): 84 ret = ord(ch) - ord(range[0]) + 1 99 def walk (self, s, ch) [all...] |
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/getWordFreq/ |
| getWordFreq.cpp | 75 int ch; local 76 while ((ch = getopt(argc, argv, "m:l:s:ve")) != -1) { 77 switch (ch) {
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/getWordFreq/ |
| getWordFreq.cpp | 75 int ch; local 76 while ((ch = getopt(argc, argv, "m:l:s:ve")) != -1) { 77 switch (ch) {
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmpack/ |
| arpa_slm.h | 53 unsigned ch; member in struct:CArpaSlm::TLeaf 58 TLeaf() : wid(0), pr(.0), ch(0), bon(0), bol(0) {} 94 * initialize the `ch' and `wid' fields of each node in levels
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmpack/ |
| arpa_slm.h | 53 unsigned ch; member in struct:CArpaSlm::TLeaf 58 TLeaf() : wid(0), pr(.0), ch(0), bon(0), bol(0) {} 94 * initialize the `ch' and `wid' fields of each node in levels
|