| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/ids2ngram/ |
| idngram_merge.cpp | 61 {"out", 1, 0, 'o'}, 110 FILE *out = fopen(output, "wb+"); local 127 ProcessingIdngramMerge<1>(out, idngram_files); 130 ProcessingIdngramMerge<2>(out, idngram_files); 133 ProcessingIdngramMerge<3>(out, idngram_files); 137 fclose(out);
|
| ids2ngram.cpp | 60 void WriteOut(FILE* out, std::map<CSIM_Idngram<N>, unsigned int> & map) 65 fwrite(its->first.ids, sizeof(TSIMWordId), N, out); 66 fwrite(&(its->second), sizeof(unsigned int), 1, out); 102 {"out", 1, 0, 'o'}, 164 FILE *out = fopen(output, "wb+"); local 187 ProcessingIdngramMerge<1>(swap, out, para_offsets); 190 ProcessingIdngramMerge<2>(swap, out, para_offsets); 193 ProcessingIdngramMerge<3>(swap, out, para_offsets); 197 fclose(out);
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/ids2ngram/ |
| idngram_merge.cpp | 61 {"out", 1, 0, 'o'}, 110 FILE *out = fopen(output, "wb+"); local 127 ProcessingIdngramMerge<1>(out, idngram_files); 130 ProcessingIdngramMerge<2>(out, idngram_files); 133 ProcessingIdngramMerge<3>(out, idngram_files); 137 fclose(out);
|
| ids2ngram.cpp | 60 void WriteOut(FILE* out, std::map<CSIM_Idngram<N>, unsigned int> & map) 65 fwrite(its->first.ids, sizeof(TSIMWordId), N, out); 66 fwrite(&(its->second), sizeof(unsigned int), 1, out); 102 {"out", 1, 0, 'o'}, 164 FILE *out = fopen(output, "wb+"); local 187 ProcessingIdngramMerge<1>(swap, out, para_offsets); 190 ProcessingIdngramMerge<2>(swap, out, para_offsets); 193 ProcessingIdngramMerge<3>(swap, out, para_offsets); 197 fclose(out);
|
| /nv-g11n/g11n/src/lib/locale/common/layout/ |
| LOline.H | 41 class instance which exist in the 'out' data member. Instead of working directly 42 on the instances in 'out' (of the type LOchar::CharArray), all the shaping, 45 in the 'out' vector array and input characters in the 'in' vector array maintain 52 /** re-initialize in, out and sortout to a new sting. 74 'in' array or - for the instances in the 'out' array - to its current 90 /** Sets the direction tag for each character in 'out' array. 93 there should be no character in the 'out' array whiches direction tag is set 146 LOline():in(NULL),out(NULL),sortout(NULL){} 152 if (NULL != out) 153 delete [] out; 219 LOchar::CharArray out; member in class:LOline [all...] |
| layout.h | 142 LayoutDesc out; member in struct:__anon159
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slmbuild/ |
| slmbuild.cpp | 64 {"out", 1, 0, 'o'}, 85 -o --out output # output file name\n\ 250 FILE *out = fopen(outfilename, "wb"); local 251 builder.Write(out); 252 fclose(out);
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/slmbuild/ |
| slmbuild.cpp | 64 {"out", 1, 0, 'o'}, 85 -o --out output # output file name\n\ 250 FILE *out = fopen(outfilename, "wb"); local 251 builder.Write(out); 252 fclose(out);
|
| /nv-g11n/inputmethod/sunpinyin/slm/src/slm/slmprune/ |
| slmprune.cpp | 108 FILE* out = fopen(filename, "wb"); local 109 fwrite(&N, sizeof(N), 1, out); 110 fwrite(&bUseLogPr, sizeof(bUseLogPr), 1, out); 111 fwrite(sz, sizeof(int), N+1, out); 113 fwrite(level[i], sizeof(TNode), sz[i], out); 115 fwrite(level[N], sizeof(TLeaf), sz[N], out); 116 fclose(out);
|
| /nv-g11n/inputmethod/sunpinyin2/src/slm/slmprune/ |
| slmprune.cpp | 108 FILE* out = fopen(filename, "wb"); local 109 fwrite(&N, sizeof(N), 1, out); 110 fwrite(&bUseLogPr, sizeof(bUseLogPr), 1, out); 111 fwrite(sz, sizeof(int), N+1, out); 113 fwrite(level[i], sizeof(TNode), sz[i], out); 115 fwrite(level[N], sizeof(TLeaf), sz[N], out); 116 fclose(out);
|
| /nv-g11n/g11n/src/lib/liblayout/ |
| layout.h | 132 LayoutDesc out; member in struct:__anon99
|
| /nv-g11n/g11n/src/lib/liblcl/ |
| lcl_bencode.c | 183 b64_encode(LclBuffer *out, char *str, int str_len) 223 if (_LclBuffer_add(out, (char *)(&buf), 4) != 0) 231 b_encode(LclBuffer *out, char *str, int str_len, char *charset){ 243 if(_LclBuffer_add(out, buf, 2) != 0) 246 if(_LclBuffer_add(out, charset, strlen(charset)) != 0) 252 if(_LclBuffer_add(out, buf, 3) != 0) 255 if(b64_encode(out, str, str_len) < 0) 262 if(_LclBuffer_add(out, buf, 3) != 0) 264 if(_LclBuffer_add(out, buf, 2) != 0) 271 add_b_encode(LclBuffer *out, char *str, int str_len, int *pos, char *charset 983 LclBuffer *out; local [all...] |
| lcl_mimehead.c | 267 static INOUT_init(io,in,out) 269 FILE *in,*out; 281 io->out_file = out; 345 static NLfputc(ch,out) 346 FILE *out; 349 fputc(CR,out); 350 fputc(ch,out); 761 MIME_headerEncode0(in,out) 762 FILE *in,*out; 768 INOUT_init(io,in,out); 814 { FILE *out; local 823 fputs(CODESW_SEQ(cset),out); local [all...] |
| /nv-g11n/g11n/src/lib/libxlc/ |
| lcUNICODE.c | 673 char *outbuf = NULL, *out; local 681 out = outbuf; 684 (char**)&out, &outbytes); [all...] |
| /nv-g11n/g11n-spec/cmdassist/src/service/ |
| stdsoap2.h | 1101 #define SOAP_C_NOIOB 0x00100000 /* don't fault on array index out of bounds (just ignore) */ 1249 char *out; member in struct:Namespace [all...] |