| /nv-g11n/g11n/src/cmd/fsexam/src/ |
| auto-detect.c | 41 #include "encoding.h" 117 /* convert encoding name detected to canonical encoding name */ 154 gchar *encoding = NULL; local 172 encoding = auto_ef_get_encoding (array_info[0]); 173 if ((strcmp (encoding, "UTF-8") == 0) || (strcmp (encoding, "ASCII") == 0)){ 206 g_print (_("Warning: can not convert encoding %s to canonical encoding name, will ignore it.\n"), 247 g_print (_("Warning: can not convert encoding %s to canonical encoding name, will ignore it.\n"), [all...] |
| encoding.c | 36 #include "encoding.h" 45 Encoding *encoding = (Encoding *)en; local 48 printf ("\tencoding name: %s\n", id2encoding (encoding->encodingID)); 57 printf ("encoding list is NULL\n"); 62 Encoding *encode = (Encoding *)list->data; 77 static Encoding * 80 Encoding *encode = NULL [all...] |
| fsexam-convcontent.c | 42 #include "encoding.h" 228 Encoding *encoding = NULL; local 253 * handle encoding auto detection. 268 /* This func need auto detected encoding */ 322 encoding = (Encoding *)g_list_nth_data (setting->pref->encode_list, 324 if (NULL == encoding){ 332 encoding->encodingID, 344 encoding ? id2encoding (encoding->encodingID) : NULL, [all...] |
| fsexam-dryrun.h | 110 #define FSEXAM_DRYRUN_NO_PROPER_ENCODING "No-proper-encoding" 116 gchar *encoding; member in struct:_Dryrun_item
|
| fsexam-dryrun.c | 550 * user selected encoding into GSList result. 558 gchar *path = NULL, *encoding = NULL, *sample = NULL, *ptr = NULL; local 574 * proper encoding. bypass it and continue. 594 continue; /* ignore non-first encoding candidate */ 603 str_split (ptr, &encoding, &sample); 604 if ((encoding2id (encoding) == -1) || (sample == NULL)) { 610 * Found one valid path/encoding pair. 618 item->encoding = encoding; 624 encoding = NULL 720 Encoding *encoding = NULL; local [all...] |
| fsexam-convname.c | 216 short from_encoding, /* from encoding */ 217 short to_encoding, /* to encoding */ 333 * real_convert() will convert the filename using provided encoding list, 370 if (setting->pref->auto_detect) { /* handle encoding auto detection */ 397 Encoding *encoding = NULL; local 428 encoding = (Encoding *)g_list_nth_data (setting->pref->encode_list, 430 if (NULL == encoding){ 444 encoding->u.converted_text, [all...] |
| fsexam-specialfile.c | 213 short from_encoding, /* from encoding */ 214 short to_encoding, /* to encoding */ 387 Encoding *encoding = NULL; local 392 if (setting->pref->auto_detect) { /* handle encoding auto detection */ 434 encoding = (Encoding *)g_list_nth_data (setting->pref->encode_list, 436 if (NULL == encoding){ 444 encoding->u.converted_text, 446 encoding->encodingID, 815 Encoding *encoding = NULL; local [all...] |
| /nv-g11n/g11n/src/lib/liblcl/ |
| lcl_cs_info.c | 232 LctNEAttribute encoding; local 349 LclMailEncoding encoding; local 353 encoding = get_mail_header_encoding_from_csname(lctd, charset); 357 encoding = get_mail_body_encoding_from_csname(lctd, charset); 362 return(encoding == LclQPEncoding ? LctNMailEncodingQP : 363 encoding == LclBase64Encoding ? LctNMailEncodingBase64 : (char *)NULL);
|
| lcl_mime_encode.c | 81 "Content-Transfer-Encoding", 184 encode_mail_mode(LclBuffer *buf, char *ptr, int len, int *pos, LclMailEncoding encoding, char *charset) 186 switch(encoding){ 199 encode_text_mode(LclBuffer *buf, char *ptr, int len, int *pos, LclMailEncoding encoding, char *charset) 201 switch(encoding){ 214 encode_one_line(char *header, int length, LclMailEncoding encoding, char *charset) 250 ret = encode_mail_mode(buf, ptr, len, &pos, encoding, charset); 253 ret = encode_text_mode(buf, ptr, len, &pos, encoding, charset); 256 ret = encode_text_mode(buf, header, length, &pos, encoding, charset); 259 ret = encode_text_mode(buf, header, length, &pos, encoding, charset) 518 LclMailEncoding encoding; local [all...] |
| lcl_convert.c | 718 char *encoding; local 729 encoding = _lct_get_string_attribute(lctd, to_form, LctNTaggedTextEncoding); 730 encoding_type = _lcl_str_to_mailencoding(lctd, encoding, 0, charset);
|
| lcl_mimehead.c | 69 #define ES_IN 1 /* type-A encoding (not supported yet...) */ 70 #define ES_OUT 2 /* type-B encoding */ 173 * MIME charset (may include encoding system and several charsets) 184 char *encoding; member in struct:__anon129 258 ext_SPACE :1, /* O: external space encoding */ 405 io->in_encoding = csw[ci].encoding; 436 static ew_overhead(charset,encoding) 437 char *charset,*encoding; 440 sprintf(overhead,"=?%s?%s?x?= ",charset,encoding); 456 * put =?charset?encoding? at the beginning of non-ASCI 623 char *encoding; \/* encoding of this encoded-word *\/ local 1075 { MsgLine reads,charset,encoding,itext,dtext; local [all...] |
| /nv-g11n/g11n/src/cmd/mp/ |
| print_preprocess.c | 280 int rval, encoding, ret; local 352 encoding = ttf_fonts[f_ndx].cmapd->encoding ; 360 /* symbol encoding (encoding 0), does not need to be 364 if(encoding) 367 if( encoding == 1 && ( val == 0x20 || val == 0xa0 )) {
|
| ttf.h | 140 ushort_t encoding; member in struct:tt_CmapData
|
| pcf.c | 280 font->bitmaps = ((BitmapFontPtr)(fr.fontPrivate))->encoding; 1608 CharInfoPtr *encoding; local 1754 CharInfoPtr *encoding = 0; local [all...] |
| pcf_private.h | 264 CharInfoPtr *encoding; /* array of char info pointers */ member in struct:_BitmapFont 287 int (*get_glyphs) ( /* font, count, chars, encoding, count, glyphs */ ); 288 int (*get_metrics) ( /* font, count, chars, encoding, count, glyphs */ );
|
| /nv-g11n/g11n/src/cmd/auto_ef/ |
| auto_ef_lib.h | 60 char encoding[PATH_MAX]; member in struct:auto_ef_info 64 /* Encoding define */ 98 /* internal date struct of found encoding information */
|
| /nv-g11n/g11n/src/openwin/include/ |
| XlcGeneric.h | 108 E_GL, /* GL encoding */ 109 E_GR, /* GR encoding */ 118 char *encoding; member in struct:_ParseInfoRec
|
| /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/ |
| XlcGeneric.h | 81 E_GL, /* GL encoding */ 82 E_GR, /* GR encoding */ 91 char *encoding; member in struct:_ParseInfoRec
|
| Xutil.h | 181 Atom encoding; /* prop type */ member in struct:__anon279 193 XTextStyle, /* text in owner's encoding (current locale)*/
|
| /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/ |
| SunPinyinModule.cpp | 151 SInputModule::encoding = ENCODING_SIMPLIFIED_CHINESE; member in class:SInputModule
|
| /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/ |
| SunPinyinModule.cpp | 151 SInputModule::encoding = ENCODING_SIMPLIFIED_CHINESE; member in class:SInputModule
|
| /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/ |
| ime.h | 43 /** \brief The Encoding alias definition for exchange between LE and IME */ 234 ImeEncoding encoding; ///< encoding used by all strings communicating with IMM, like preedit member in struct:__anon309 236 const char *name; ///< localized input method name, also in above encoding 394 int param; ///< encoding id 405 int param; ///< encoding id
|
| /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/iiim/cle/ |
| ime.h | 43 /** \brief The Encoding alias definition for exchange between LE and IME */ 234 ImeEncoding encoding; ///< encoding used by all strings communicating with IMM, like preedit member in struct:__anon27 236 const char *name; ///< localized input method name, also in above encoding 394 int param; ///< encoding id 405 int param; ///< encoding id
|
| /nv-g11n/g11n-spec/cmdassist/src/service/ |
| stdsoap2.h | 1067 /* gSOAP transport, connection, and content encoding modes */ 1082 #define SOAP_ENC_LATIN 0x00000020 /* accept iso-8859-1 encoding */ 1083 #define SOAP_ENC_XML 0x00000040 /* plain XML encoding, no HTTP header */ 1419 enum soap_mime_encoding encoding; \/* MIME Content-Transfer-Encoding *\/ member in struct:soap_multipart 1690 short encoding; \/* when set, output encodingStyle *\/ member in struct:soap [all...] |