/external/icu4c/test/cintltst/ |
ncnvfbts.h | 24 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);
|
nccbtst.h | 46 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);
|
eurocreg.c | 31 * changing their contents compared to the NLTC (IBM Toronto codepage database) definition. 33 * Codepage mapping files with "ibm-*.ucm" should always exactly match the files 34 * from the IBM codepage database. 39 * This followed the practice of OS/2 that uses the old codepage number 850 for the new 40 * codepage 858, with the main difference being the additional Euro sign. 42 * codepages, and Microsoft Windows 2000's codepage 850 does not contain a Euro sign mapping. 44 * In these cases, I have changed the codepage name here to point to a newer codepage with the
|
ncnvfbts.c | 119 static void setNuConvTestName(const char *codepage, const char *direction) 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, &status) [all...] |
/external/icu4c/test/testdata/ |
test4x.ucm | 8 # Test file for MBCS conversion extension with four-byte codepage data.
|
test1.ucm | 8 # Test file for MBCS conversion with single-byte codepage data.
|
test5.ucm | 8 # Test file for MBCS conversion with three-byte codepage data.
|
test1bmp.ucm | 8 # Test file for MBCS conversion with single-byte codepage data.
|
/external/webkit/Source/WebCore/platform/text/wince/ |
TextCodecWinCE.cpp | 136 TextCodecWinCE::TextCodecWinCE(UINT codePage) 137 : m_codePage(codePage) 168 static DWORD getCodePageFlags(UINT codePage) 170 if (codePage == 42) // Symbol 174 if (codePage > 50000) { 175 if ((codePage >= 50220 && codePage <= 50222) 176 || codePage == 50225 177 || codePage == 50227 178 || codePage == 5022 [all...] |
TextCodecWinCE.h | 45 TextCodecWinCE(UINT codePage); 58 virtual bool receive(const char* encoding, const wchar_t* friendlyName, unsigned int codePage) = 0;
|
/external/icu4c/io/ |
ufile.c | 17 * 07/19/99 stephen Fixed to use ucnv's default codepage. 48 const char *codepage, 93 /* If the codepage is not "" use the ucnv_open default behavior */ 94 if(codepage == NULL || *codepage != '\0') { 95 result->fConverter = ucnv_open(codepage, &status); 117 const char *codepage) 119 return finit_owner(f, locale, codepage, FALSE); 125 const char *codepage) 127 return finit_owner(f, locale, codepage, TRUE) 277 const char *codepage = NULL; local [all...] |
/external/chromium/net/base/ |
escape_icu.cc | 14 bool EscapeQueryParamValue(const string16& text, const char* codepage, 19 if (!base::UTF16ToCodepage(text, codepage,
|
/external/icu4c/samples/cal/ |
uprint.h | 23 /* Print a ustring to the specified FILE* in the default codepage */
|
readme.txt | 6 Outputting text in the default codepage to the console 11 uprint.h codepage output convenience header 12 uprint.h codepage output convenience implementation
|
uprint.c | 22 /* Print a ustring to the specified FILE* in the default codepage */
|
/external/icu4c/samples/date/ |
uprint.h | 23 /* Print a ustring to the specified FILE* in the default codepage */
|
readme.txt | 6 Outputting text in the default codepage to the console 11 uprint.h codepage output convenience header 12 uprint.h codepage output convenience implementation
|
uprint.c | 23 /* Print a ustring to the specified FILE* in the default codepage */
|
/external/expat/bcb5/ |
xmlwf.bpf | 1 USEUNIT("..\xmlwf\codepage.c");
|
/external/icu4c/common/ |
unistr_cnv.cpp | 65 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 == 0) [all...] |
/external/chromium/base/ |
file_version_info_win.cc | 145 // Use the language and codepage from the DLL. 148 // Use the default language and codepage from the DLL. 151 // Use the language from the DLL and Latin codepage (most common). 154 // Use the default language and Latin codepage (most common).
|
/external/icu4c/i18n/ |
uregexc.cpp | 7 * description: The purpose of this function is to separate the codepage 9 * dependency on codepage conversion, which reduces the overhead of
|
/external/icu4c/samples/ucnv/ |
readme.txt | 14 flagcb.h codepage output convenience header 15 flagcb.c codepage output convenience implementation
|
/external/icu4c/io/unicode/ |
ustdio.h | 76 * Figure out what is suppose to happen when a codepage is changed midstream. 111 * <li>You can specify a file's codepage separately from the default 112 * system codepage.</li> 222 * A UFILE is a wrapper around a FILE* that is locale and codepage aware. 225 * specified by that UFILE's codepage. 231 * @param codepage The codepage in which data will be written to and 232 * read from the file. If this paramter is NULL the system default codepage 241 const char *codepage); 252 * @param codepage The codepage in which data will be written to an [all...] |
/external/expat/xmlwf/ |
codepage.c | 5 #include "codepage.h"
|