| /nv-g11n/g11n/src/lib/iconv/zh/ |
| uni_common.c | 98 int size = 0; local 109 *(buf + size++) = (uchar_t)0xff; 110 *(buf + size++) = (uchar_t)0xfe; 117 *(buf + size++) = (uchar_t)(unichr & 0xff); 118 *(buf + size++) = (uchar_t)((unichr >> 8) & 0xff); 120 return size; 130 int size = 0; local 141 *(buf + size++) = (uchar_t)0xfe; 142 *(buf + size++) = (uchar_t)0xff; 149 *(buf + size++) = (uchar_t)((unichr >> 8) & 0xff) 162 int size = 0; local 198 int size = 0; local [all...] |
| zh_CN.euc%UTF-8.c | 238 int size = 0; local 250 *(buf + size++) = (uchar_t)0xff; 251 *(buf + size++) = (uchar_t)0xfe; 258 *(buf + size++) = (uchar_t)(unicode & 0xff); 259 *(buf + size++) = (uchar_t)((unicode >> 8) & 0xff); 261 return size;
|
| /nv-g11n/g11n/src/kernel/utf8sb/ |
| common.h | 24 signed char size; member in struct:__anon32
|
| /nv-g11n/g11n/src/lib/libxlc/ |
| utf8_defs.h | 33 CARD32 size :24; member in struct:__anon145 47 CARD32 size :24; member in struct:__anon147 66 * have allocated memory block size.
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ids2ngram/ |
| idngram.h | 102 if (start_offset + size() <= last_offset) { 105 start_offset += size(); 113 size_t size() { return N*sizeof(TSIMWordId) + sizeof(unsigned int); } function in class:CSIM_IdngramFreq
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ids2ngram/ |
| idngram.h | 102 if (start_offset + size() <= last_offset) { 105 start_offset += size(); 113 size_t size() { return N*sizeof(TSIMWordId) + sizeof(unsigned int); } function in class:CSIM_IdngramFreq
|
| /nv-g11n/g11n-spec/cmdassist/src/service/ |
| service.h | 45 gchar size[5]; member in struct:_ResultItem 51 gint size; member in struct:_SearchResult
|
| /nv-g11n/inputmethod/sunpinyin/slm/python/ |
| utils.py | 141 raise "The size of file '%s' is zero!" % fname 186 raise "Not a string, or the buffer size is incorrect!" 196 def size(self): member in class:MMArray 201 raise "Not a string, or the buffer size is incorrect!"
|
| /nv-g11n/inputmethod/sunpinyin2/python/ |
| utils.py | 141 raise "The size of file '%s' is zero!" % fname 186 raise "Not a string, or the buffer size is incorrect!" 196 def size(self): member in class:MMArray 201 raise "Not a string, or the buffer size is incorrect!"
|
| /nv-g11n/inputmethod/sunpinyin2/wrapper/ibus/src/ |
| sunpinyin_lookup_table.cpp | 55 const int size = cl.size(); local 56 if (size <= 0) 57 return size; 62 ibus_lookup_table_set_page_size(m_lookup_table, size); 65 for (int i = 0, begin = 0; i < size; ++i) { 72 return size;
|
| /nv-g11n/g11n/src/cmd/xuctblgen/ |
| lookup_tbl.c | 143 int i, j, size; local 154 /* count table size & set table offset */ 229 /* adjust table size */ 236 * We save first the actual size in bytes. Since we are using 237 * unsigned 24-bit unit, the max size we can have is 16MB. 241 * anything near to 16MB size file. 248 * Write the table size and the type so that xlcUTF-8.so.2 can apply 251 size_type.size = total_size; 263 size = sizeof(CS_ENTRY) * 256; 265 (const void *)lookup->tbl_list[i].cs_entry, size) [all...] |
| lookup_tbl.h | 60 CARD32 size :24; member in struct:_lookup_size_type_t 66 CARD32 size :24; member in struct:_lookup_size_type_t 71 * Since the "size" from the lookup_size_type_t is a 24-bit unsigned unit, 72 * the maximum value that the "size" can have is pow(2, 24) - 1. 85 * have allocated memory block size.
|
| /nv-g11n/g11n/src/lib/iconv/utf-8/binarytables/test/ |
| mkmnmcstbl.c | 44 signed char size; member in struct:to_utf8_table_component2 73 tbl[i].size = 0; 104 if (tbl[k].size != 0) { 112 tbl[k].size = 1; 114 tbl[k].size = 2; 116 tbl[k].size = 3; 118 tbl[k].size = 4; 120 tbl[k].size = 5; 122 tbl[k].size = 6; 125 if (tbl[i].size > 0 ) [all...] |
| /nv-g11n/g11n/src/lib/liblcl/ |
| lcl_internal.h | 45 size_t size; member in struct:_LclSegmentList 88 LclSegmentList* _lcl_add_segment_list(LclSegmentList *list, char *charset, char *buf, size_t size); 90 LclCharsetSegmentSet* _lcl_create_one_segment_set(char *charset, char *buf, size_t size);
|
| lcl_str_stdio.c | 71 str_fopen(buf,size) 78 Str->s_size = size; 124 str_fgets(buf,size,Str) 131 return fgets(buf,size,(FILE*)Str); 136 if( rsize < size ) 137 size = rsize; 142 size = nlx+1; 145 strncpy(buf,top,size); 146 Str->s_peak += size; 147 buf[size] = 0 168 { int size,rsize; local [all...] |
| /nv-g11n/inputmethod/sunpinyin/ime/src/ |
| imi_uiobjects.cpp | 64 CPreEditString::size() const function in class:CPreEditString 66 return m_wstr.size(); 78 return std::min(m_charTypes.size(), m_wstr.size()); 84 return (idx < 0 || idx >= m_charTypes.size())?(DONTCARE_CHAR):(m_charTypes[idx]); 146 CCandidateList::size() const function in class:CCandidateList 148 return m_candiStrings.size(); 178 return (item >= m_candiTypes.size())?(NORMAL_WORD):(m_candiTypes[item]); 184 return (item >= m_candiStrings.size())?(0):(m_candiStrings[item].size()); [all...] |
| lattice_states.h | 48 * language model size, the state node in language model do not 203 size() function in class:CLatticeStates 204 { return m_Vec.size(); }
|
| /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/Frameworks/Growl.framework/Headers/ |
| GrowlApplicationBridge-Carbon.h | 44 * @field size The size of the delegate structure. 62 size_t size; member in struct:Growl_Delegate 229 * @field size The size of the notification structure. 243 size_t size; member in struct:Growl_Notification 341 * size (which will be set to <code>sizeof(struct Growl_Delegate)</code>) and 347 (delegate)->size = sizeof(struct Growl_Delegate); \ 368 * for size (which will be set to 374 (notification)->size = sizeof(struct Growl_Notification); [all...] |
| /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/Frameworks/Growl.framework/Versions/A/Headers/ |
| GrowlApplicationBridge-Carbon.h | 44 * @field size The size of the delegate structure. 62 size_t size; member in struct:Growl_Delegate 229 * @field size The size of the notification structure. 243 size_t size; member in struct:Growl_Notification 341 * size (which will be set to <code>sizeof(struct Growl_Delegate)</code>) and 347 (delegate)->size = sizeof(struct Growl_Delegate); \ 368 * for size (which will be set to 374 (notification)->size = sizeof(struct Growl_Notification); [all...] |
| /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/Frameworks/Growl.framework/Versions/Current/Headers/ |
| GrowlApplicationBridge-Carbon.h | 44 * @field size The size of the delegate structure. 62 size_t size; member in struct:Growl_Delegate 229 * @field size The size of the notification structure. 243 size_t size; member in struct:Growl_Notification 341 * size (which will be set to <code>sizeof(struct Growl_Delegate)</code>) and 347 (delegate)->size = sizeof(struct Growl_Delegate); \ 368 * for size (which will be set to 374 (notification)->size = sizeof(struct Growl_Notification); [all...] |
| /nv-g11n/inputmethod/sunpinyin2/src/ime-core/ |
| imi_uiobjects.cpp | 64 CPreEditString::size() const function in class:CPreEditString 66 return m_wstr.size(); 78 return std::min(m_charTypes.size(), m_wstr.size()); 84 return (idx < 0 || idx >= m_charTypes.size())?(DONTCARE_CHAR):(m_charTypes[idx]); 146 CCandidateList::size() const function in class:CCandidateList 148 return m_candiStrings.size(); 178 return (item >= m_candiTypes.size())?(NORMAL_WORD):(m_candiTypes[item]); 184 return (item >= m_candiStrings.size())?(0):(m_candiStrings[item].size()); [all...] |
| lattice_states.h | 51 * language model size, the state node in language model do not 155 size() function in class:CLatticeStates 156 { return m_vec.size(); }
|
| /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/Frameworks/Growl.framework/Headers/ |
| GrowlApplicationBridge-Carbon.h | 44 * @field size The size of the delegate structure. 62 size_t size; member in struct:Growl_Delegate 229 * @field size The size of the notification structure. 243 size_t size; member in struct:Growl_Notification 341 * size (which will be set to <code>sizeof(struct Growl_Delegate)</code>) and 347 (delegate)->size = sizeof(struct Growl_Delegate); \ 368 * for size (which will be set to 374 (notification)->size = sizeof(struct Growl_Notification); [all...] |
| /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/Frameworks/Growl.framework/Versions/A/Headers/ |
| GrowlApplicationBridge-Carbon.h | 44 * @field size The size of the delegate structure. 62 size_t size; member in struct:Growl_Delegate 229 * @field size The size of the notification structure. 243 size_t size; member in struct:Growl_Notification 341 * size (which will be set to <code>sizeof(struct Growl_Delegate)</code>) and 347 (delegate)->size = sizeof(struct Growl_Delegate); \ 368 * for size (which will be set to 374 (notification)->size = sizeof(struct Growl_Notification); [all...] |
| /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/Frameworks/Growl.framework/Versions/Current/Headers/ |
| GrowlApplicationBridge-Carbon.h | 44 * @field size The size of the delegate structure. 62 size_t size; member in struct:Growl_Delegate 229 * @field size The size of the notification structure. 243 size_t size; member in struct:Growl_Notification 341 * size (which will be set to <code>sizeof(struct Growl_Delegate)</code>) and 347 (delegate)->size = sizeof(struct Growl_Delegate); \ 368 * for size (which will be set to 374 (notification)->size = sizeof(struct Growl_Notification); [all...] |