/external/icu4c/samples/ustring/ |
ustring.cpp | 82 // Note for Windows: The "platform encoding" defaults to the "ANSI codepage", 83 // which is different from the "OEM codepage" in the console window.
|
/external/icu4c/tools/toolutil/ |
ucbuf.c | 497 fprintf(stderr,"###WARNING: No converter defined. Using codepage of system.\n"); 514 fprintf(stderr, "Could not open codepage [%s]: %s\n", *cp, u_errorName(*error));
|
ucm.c | 625 * fallback Unicode->codepage 641 * (reverse) fallback codepage->Unicode, copy it to the fromU table [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
ustring.h | 677 * Copy a byte string encoded in the default codepage to a ustring. 690 * Copy a byte string encoded in the default codepage to a ustring. 706 * Copy ustring to a byte string encoded in the default codepage. 719 * Copy ustring to a byte string encoded in the default codepage. [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
ustring.h | 677 * Copy a byte string encoded in the default codepage to a ustring. 690 * Copy a byte string encoded in the default codepage to a ustring. 706 * Copy ustring to a byte string encoded in the default codepage. 719 * Copy ustring to a byte string encoded in the default codepage. [all...] |
/external/webkit/WebCore/icu/unicode/ |
ustring.h | 677 * Copy a byte string encoded in the default codepage to a ustring. 690 * Copy a byte string encoded in the default codepage to a ustring. 706 * Copy ustring to a byte string encoded in the default codepage. 719 * Copy ustring to a byte string encoded in the default codepage. [all...] |
/external/webkit/WebKit/mac/icu/unicode/ |
ustring.h | 677 * Copy a byte string encoded in the default codepage to a ustring. 690 * Copy a byte string encoded in the default codepage to a ustring. 706 * Copy ustring to a byte string encoded in the default codepage. 719 * Copy ustring to a byte string encoded in the default codepage. [all...] |
/external/icu4c/test/cintltst/ |
nucnvtst.c | 313 static void setNuConvTestName(const char *codepage, const char *direction) 316 codepage, 332 const char *codepage, const int32_t *expectOffsets , UBool useFallback) 356 setNuConvTestName(codepage, "FROM"); 360 conv = my_ucnv_open(codepage, &status); 364 log_data_err("Couldn't open converter %s\n",codepage); 411 log_err("Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName); 489 const char *codepage, const int32_t *expectOffsets, UBool useFallback) 515 setNuConvTestName(codepage, "TO"); 519 conv = my_ucnv_open(codepage, &status) [all...] |
ucsdetst.c | 67 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) 70 UConverter *cnv = ucnv_open(codepage, &status);
|
ccapitst.c | [all...] |
/external/icu4c/common/ |
ucnv_bld.c | [all...] |
ucnv_ext.c | 415 * 1. The first codepage character is unmappable - that's how we got into 428 /* move the first codepage character to the error field */ [all...] |
locmap.c | 8 * LCID and Posix IDs or ICU locale to codepage
|
ucnv.c | 125 /*Assumes a $platform-#codepage.$CONVERTER_FILE_EXTENSION scheme and calls 128 ucnv_openCCSID (int32_t codepage, 140 T_CString_integerToString(myName + myNameLen, codepage, 10); 676 ccsid = converter->sharedData->staticData->codepage; [all...] |
ucnv_ext.h | 67 * Mappings from multiple characters (code points or codepage state
|
/external/bluetooth/glib/ |
ChangeLog.pre-2-8 | 716 function. Converts a filename to the system codepage, and if a 718 characters not in the system codepage), try looking up the 724 path to the locale directory in system codepage, not UTF-8. The [all...] |
ChangeLog.pre-2-10 | [all...] |
/external/expat/bcb5/ |
xmlwf.mak | 17 OBJFILES = Release\obj\xmlwf\codepage.obj Release\obj\xmlwf\win32filemap.obj \
|
/external/icu4c/io/ |
ustdio.c | 424 /* Determine the # of codepage bytes needed to fill our UChar buffer */
|
uscanf_p.c | 809 /* convert the character to the default codepage */ [all...] |
/external/tcpdump/ |
print-fr.c | 670 /* array of 16 codepages - currently we only support codepage 1,5 */ 696 /* array of 16 codepages - currently we only support codepage 1,5 */
|
/external/bluetooth/glib/glib/ |
gutils.c | [all...] |
/external/icu4c/ |
readme.html | 388 character properties, locales, codepage conversion, normalization, 535 to perform codepage conversion on files.</td> [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 683 * Copy a byte string encoded in the default codepage to a ustring. 696 * Copy a byte string encoded in the default codepage to a ustring. 712 * Copy ustring to a byte string encoded in the default codepage. 725 * Copy ustring to a byte string encoded in the default codepage. [all...] |
/external/expat/xmlwf/ |
xmlwf.c | 11 #include "codepage.h"
|