Searched refs:codepage (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dncnvfbts.h24 const char *codepage, UBool fallback, const int32_t *expectOffsets);
26 const char *codepage, UBool fallback, const int32_t *expectOffsets);
33 static void setNuConvTestName(const char *codepage, const char *direction);
H A Dnccbtst.h46 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets,
51 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
55 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
59 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
66 static void setNuConvTestName(const char *codepage, const char *direction);
H A Dncnvtst.c43 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
48 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testReset);
50 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset);
52 static void setNuConvTestName(const char *codepage, const char *direction) argument
55 codepage,
990 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1004 conv = ucnv_open(codepage, &status);
1007 log_data_err("Couldn't open converter %s\n",codepage);
1032 log_err("ucnv_fromUnicode() failed for codepage
989 convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1078 convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1175 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, UBool testReset) argument
1347 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset) argument
[all...]
H A Dncnvfbts.c119 static void setNuConvTestName(const char *codepage, const char *direction) argument
122 codepage,
130 const char *codepage, UBool fallback, const int32_t *expectOffsets)
157 setNuConvTestName(codepage, "FROM");
159 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize,
162 conv = my_ucnv_open(codepage, &status);
165 log_data_err("Couldn't open converter %s\n",codepage);
293 const char *codepage, UBool fallback, const int32_t *expectOffsets)
322 setNuConvTestName(codepage, "TO");
326 conv = my_ucnv_open(codepage,
129 testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
292 testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/io/
H A Dufile.c17 * 07/19/99 stephen Fixed to use ucnv's default codepage.
45 const char *codepage,
90 /* If the codepage is not "" use the ucnv_open default behavior */
91 if(codepage == NULL || *codepage != '\0') {
92 result->fConverter = ucnv_open(codepage, &status);
114 const char *codepage)
116 return finit_owner(f, locale, codepage, FALSE);
122 const char *codepage)
124 return finit_owner(f, locale, codepage, TRU
43 finit_owner(FILE *f, const char *locale, const char *codepage, UBool takeOwnership ) argument
112 u_finit(FILE *f, const char *locale, const char *codepage) argument
120 u_fadopt(FILE *f, const char *locale, const char *codepage) argument
128 u_fopen(const char *filename, const char *perm, const char *locale, const char *codepage) argument
274 const char *codepage = NULL; local
285 u_fsetcodepage( const char *codepage, UFILE *file) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dunistr_cnv.cpp65 const char *codepage)
70 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage);
76 const char *codepage)
81 doCodepageCreate(codepageData, dataLength, codepage);
144 const char *codepage) const
180 // if the codepage is the default, use our cache
182 if (codepage == 0) {
188 } else if (*codepage == 0) {
199 converter = ucnv_open(codepage, &status);
205 if (codepage
64 UnicodeString(const char *codepageData, const char *codepage) argument
74 UnicodeString(const char *codepageData, int32_t dataLength, const char *codepage) argument
306 doCodepageCreate(const char *codepageData, int32_t dataLength, const char *codepage) argument
[all...]
H A Ducnv_bld.h71 int32_t codepage; /* +64: 4 codepage # (now IBM-$codepage) */ member in struct:UConverterStaticData
76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
207 int8_t subCharLen; /* length of the codepage specific character sequence */
217 uint8_t charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */
H A Dputil.cpp1431 * The default codepage detection also needs to use LC_CTYPE.
1474 /* Return just the POSIX id for the default codepage, whatever happens to be in
1495 LC_ALL ----> default_loc codepage
1513 The leftmost codepage (.xxx) wins.
1823 * The default codepage given by Solaris is 646 but the C library routines treat it as if it was
1838 /* Remap CP949 to a similar codepage to avoid issues with backslash and won symbol. */
1849 /* Remap CP949 to a similar codepage to avoid issues with backslash and won symbol. */
1932 static char codepage[64]; local
1948 sprintf(codepage,"ibm-%d", ccsid);
1949 return codepage;
[all...]
/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_win32ole.rb314 # WIN32OLE.codepage is initialized according to Encoding.default_external.
317 # assert_equal(WIN32OLE::CP_ACP, WIN32OLE.codepage)
321 cp = WIN32OLE.codepage
322 WIN32OLE.codepage = WIN32OLE::CP_UTF8
323 assert_equal(WIN32OLE::CP_UTF8, WIN32OLE.codepage)
324 WIN32OLE.codepage = cp
328 cp = WIN32OLE.codepage
333 WIN32OLE.codepage = WIN32OLE::CP_UTF8
337 WIN32OLE.codepage = 932 # Windows-31J
340 if (WIN32OLE.codepage
[all...]
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dinternal.el63 ;; supported depends on the codepage loaded by the system when it
64 ;; boots; usually, this codepage cannot be changed without
67 ;; Since each codepage can usually display character of a single
69 ;; glyphs of the current codepage. The mapping from DOS codepages
71 ;; cpNNN-decode-table variables in codepage.el, which also
74 ;; tables to convert codepage-encoded text to the appropriate MULE
77 ;; according to the currend DOS codepage, given by the
78 ;; `dos-codepage' variable.
81 ;; other than the one which maps directly into the current codepage.
84 ;; glyph in some codepage i
[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dcodepage.el0 ;;; codepage.el --- MS-DOS/MS-Windows specific coding systems
10 ;; Keywords: i18n ms-dos ms-windows codepage
31 ;; Special coding systems for DOS/Windows codepage support.
34 ;; codepage encoding to one of the ISO-8859 character sets. Each
35 ;; codepage has its corresponding ISO-8859 charset, chosen so as to be
38 ;; conversion to and from the DOS codepage is performed on I/O only.
49 (defun cp-coding-system-for-codepage-1 (coding mnemonic iso-name
51 "Make coding system CODING for a DOS codepage using translation tables.
54 codepage.
55 DECODER is a translation table for converting characters in the DOS codepage
[all...]
/macosx-10.10/ICU-531.30/icuSources/io/unicode/
H A Dustdio.h77 * Figure out what is suppose to happen when a codepage is changed midstream.
112 * <li>You can specify a file's codepage separately from the default
113 * system codepage.</li>
223 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
226 * specified by that UFILE's codepage.
232 * @param codepage The codepage in which data will be written to and
233 * read from the file. If this paramter is NULL the system default codepage
242 const char *codepage);
253 * @param codepage Th
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32select.c32 * (CF_UNICODETEXT), when a well-known console codepage is given, they
51 * ;; Generally use KOI8-R instead of the russian MS codepage for
57 * ;; Create a special clipboard copy function that uses codepage
102 static Lisp_Object coding_from_cp (UINT codepage);
589 UINT codepage; local
593 /* Is the wanted codepage the "ANSI" codepage for this locale? */
594 codepage = cp_from_locale (lcid, CF_TEXT);
595 if (codepage == cfg_codepage)
602 /* Is the wanted codepage th
635 coding_from_cp(UINT codepage) argument
[all...]
H A Dfontset.h52 int codepage; member in struct:font_info
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Ducbuf.h48 * @param codepage The encoding of the file stream to convert to Unicode.
60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
/macosx-10.10/expat-12/expat/amiga/
H A DMakefile137 $(XMLWF): $(DESTDIR)/xmlwf.o $(DESTDIR)/xmlfile.o $(DESTDIR)/codepage.o $(DESTDIR)/readfilemap.o $(LAUNCH)
147 $(DESTDIR)/codepage.o: codepage.c
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dutil.c423 CFStringEncoding codepage; local
433 codepage = getPrefsCodePage();
446 codepage, 0 /* loss byte */, false /* no BOM */,
478 CFStringAppendCString(composedName, (const char *)name_buffer, codepage);
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dconfigure.in141 TEA_ADD_SOURCES([xmltok.c ${filemap} xmlrole.c xmlwf.c codepage.c xmlparse.c hashtable.c tclexpat.c])
H A DMakefile.vc56 $(TMP_DIR)\codepage.obj \
207 #$(TMP_DIR)\codepage.obj : expat\xmlwf\codepage.c
/macosx-10.10/vim-55/runtime/keymap/
H A Dgreek_cp737.vim8 " the greek quotes, as these were not included in the codepage.
H A Dhebrewp_cp1255.vim0 " codepage 1255 on Windows is equal to ISO 8859-8 but it
/macosx-10.10/tidy-15.15/tidy/src/
H A Dcharsets.c21 uint codepage; member in struct:_charsetInfo
975 if (cp == charsetInfo[i].codepage)
987 return charsetInfo[i].codepage;
998 return charsetInfo[i].codepage;
1019 if (cp == charsetInfo[i].codepage)
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dmakeconv.c230 "\tread .ucm codepage mapping files and write .cnv files\n"
248 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n",
464 getPlatformAndCCSIDFromName(value, &staticData->platform, &staticData->codepage);
520 if(staticData->codepage==0) {
521 staticData->codepage=prototype->codepage;
668 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n");
674 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n");
790 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n");
794 fprintf(stderr, " the subchar1 byte is illegal in this codepage structur
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dw32-fns.el356 (defun w32-add-charset-info (xlfd-charset windows-charset codepage)
363 can be a numeric codepage that Windows uses to display the character
364 set, t for Unicode output with no codepage translation or nil for 8
367 (cons xlfd-charset (cons windows-charset codepage)))
408 (make-obsolete-variable 'w32-charset-to-codepage-alist
/macosx-10.10/expat-12/expat/
H A DMakefile.in140 XMLWF_OBJS = xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/@FILEMAP@.o
143 xmlwf/codepage.o: xmlwf/codepage.c

Completed in 313 milliseconds

123