| /nv-g11n/g11n/src/lib/iconv/euro/ |
| 8859-1%IBM-037.c | 115 static unsigned char map[256] = { local 170 PUT(map[ic]);
|
| 8859-1%IBM-850.c | 85 static unsigned char map[256] = { local 140 PUT(map[ic]);
|
| IBM-037%8859-1.c | 115 static unsigned char map[256] = { local 170 PUT(map[ic]);
|
| IBM-850%8859-1.c | 86 static unsigned char map[256] = { local 141 PUT(map[ic]);
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ |
| sim_dict.cpp | 47 Map_Type &map = *(root.follow); local 48 for (Map_Type::iterator it=map.begin(), last=map.end(); it != last; ++it) 139 Map_Type & map = *(ps->follow); local 140 Map_Type::iterator it = map.find(ch); 141 if (it != map.end() && nodeId != SIM_ID_NOT_WORD && 145 if (it != map.end()){ 150 ps = &(map[ch] = TState(nodeId));
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ |
| sim_dict.cpp | 47 Map_Type &map = *(root.follow); local 48 for (Map_Type::iterator it=map.begin(), last=map.end(); it != last; ++it) 139 Map_Type & map = *(ps->follow); local 140 Map_Type::iterator it = map.find(ch); 141 if (it != map.end() && nodeId != SIM_ID_NOT_WORD && 145 if (it != map.end()){ 150 ps = &(map[ch] = TState(nodeId));
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ids2ngram/ |
| ids2ngram.cpp | 51 #include <map> 60 void WriteOut(FILE* out, std::map<CSIM_Idngram<N>, unsigned int> & map) 62 typedef typename std::map<CSIM_Idngram<N>,unsigned int>::iterator TMapIterator; 63 TMapIterator its=map.begin(), ite=map.end(); 68 map.clear(); 75 typedef typename std::map<CSIM_Idngram<N>, unsigned int> TMap; 77 TMap map; local 83 ++map[ngram] [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ids2ngram/ |
| ids2ngram.cpp | 51 #include <map> 60 void WriteOut(FILE* out, std::map<CSIM_Idngram<N>, unsigned int> & map) 62 typedef typename std::map<CSIM_Idngram<N>,unsigned int>::iterator TMapIterator; 63 TMapIterator its=map.begin(), ite=map.end(); 68 map.clear(); 75 typedef typename std::map<CSIM_Idngram<N>, unsigned int> TMap; 77 TMap map; local 83 ++map[ngram] [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/ime-core/ |
| imi_context.cpp | 480 static std::map<unsigned, TCandiPair> map; local 481 std::map<unsigned, TCandiPair>::iterator it_map; 483 map.clear(); 498 map [cp.m_candi.m_wordId] = cp; 526 it_map = map.find(cp.m_candi.m_wordId); 527 if (it_map == map.end() || cp.m_Rank < it_map->second.m_Rank) 528 map[cp.m_candi.m_wordId] = cp; 546 it_map = map.find(cp.m_candi.m_wordId); 547 if (it_map == map.end() || cp.m_Rank < it_map->second.m_Rank [all...] |
| /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/ |
| XKBlib.h | 241 XkbMapNotifyEvent map; member in union:_XkbEvent
|
| /nv-g11n/inputmethod/sunpinyin/ime/src/ |
| imi_context.cpp | 622 static std::map<unsigned int, TCandiPair> map; local 623 std::map<unsigned int, TCandiPair>::iterator it_map; 625 map.clear(); 643 map[cp.m_Candi.m_WordId] = cp; 670 it_map = map.find(cp.m_Candi.m_WordId); 671 if (it_map == map.end() || cp.m_Rank < it_map->second.m_Rank) 672 map[cp.m_Candi.m_WordId] = cp; 680 it_map = map.find(cp.m_Candi.m_WordId); 681 if (it_map == map.end() || cp.m_Rank < it_map->second.m_Rank [all...] |
| /nv-g11n/g11n-spec/cmdassist/src/service/ |
| soapC.c | 658 const struct soap_code_map *map; local 661 map = soap_code(soap_codes_xsd__boolean, s); 662 if (map) 663 *a = (enum xsd__boolean)(map->code != 0); [all...] |