HomeSort by relevance Sort by last modified time
    Searched refs:codepage (Results 26 - 43 of 43) sorted by null

12

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 100 static int codepage; variable
673 codepage = GetCodePage();
784 codepage = GetCodePage();
850 return MultiByteToWideChar(codepage, 0, (LPCSTR) chars, 1, wchars, wsize);
  /external/expat/
Makefile.in 147 XMLWF_OBJS = xmlwf/xmlwf.@OBJEXT@ xmlwf/xmlfile.@OBJEXT@ xmlwf/codepage.@OBJEXT@ xmlwf/@FILEMAP@.@OBJEXT@
150 xmlwf/codepage.@OBJEXT@: xmlwf/codepage.c
  /external/icu4c/test/intltest/
csdetest.cpp 137 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length)
142 length = source.extract(0, sLength, NULL, codepage);
146 source.extract(0, sLength, bytes, codepage);
164 char codepage[64]; local
166 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
167 codepage[cpLength] = '\0';
172 char *bytes = extractBytes(testString, codepage, byteLength);
  /external/expat/bcb5/
xmlwf.mak 17 OBJFILES = Release\obj\xmlwf\codepage.obj Release\obj\xmlwf\win32filemap.obj \
  /external/icu4c/test/cintltst/
nccbtst.c 75 static void setNuConvTestName(const char *codepage, const char *direction)
78 codepage,
237 /* SBCS NLTC codepage 367 for US-ASCII */
710 /* SBCS NLTC codepage 367 for US-ASCII */
    [all...]
ucsdetst.c 69 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength)
72 UConverter *cnv = ucnv_open(codepage, &status);
nucnvtst.c 357 static void setNuConvTestName(const char *codepage, const char *direction)
360 codepage,
376 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
400 setNuConvTestName(codepage, "FROM");
404 conv = my_ucnv_open(codepage, &status);
408 log_data_err("Couldn't open converter %s\n",codepage);
455 log_err("Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName);
533 const char *codepage, const int32_t *expectOffsets, UBool useFallback)
559 setNuConvTestName(codepage, "TO");
563 conv = my_ucnv_open(codepage, &status)
    [all...]
  /external/icu4c/tools/gendict/
gendict.cpp 348 const char *codepage = "UTF-8";
349 UCHARBUF *f = ucbuf_open(wordFileName, &codepage, TRUE, FALSE, status);
  /external/icu4c/common/unicode/
unistr.h     [all...]
ucnv.h 25 * <p>This API is used to convert codepage or character encoded data to and
184 * Function pointer for error callback in the codepage to unicode direction.
188 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
189 * @param length Size (in bytes) of the concerned codepage sequence
207 * Function pointer for error callback in the unicode to codepage direction.
212 * @param length Size (in bytes) of the concerned codepage sequence
349 * Windows codepage numbers starting with "windows-" are frequently
439 * In order to open a converter from a Microsoft codepage number, use the prefix "cp":
449 * @param codepage codepage number to creat
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 25 * <p>This API is used to convert codepage or character encoded data to and
147 * Function pointer for error callback in the codepage to unicode direction.
151 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
152 * @param length Size (in bytes) of the concerned codepage sequence
167 * Function pointer for error callback in the unicode to codepage direction.
172 * @param length Size (in bytes) of the concerned codepage sequence
373 * In order to open a converter from a Microsoft codepage number, use the prefix "cp":
383 * @param codepage codepage number to create
384 * @param platform the platform in which the codepage number exist
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 25 * <p>This API is used to convert codepage or character encoded data to and
147 * Function pointer for error callback in the codepage to unicode direction.
151 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
152 * @param length Size (in bytes) of the concerned codepage sequence
167 * Function pointer for error callback in the unicode to codepage direction.
172 * @param length Size (in bytes) of the concerned codepage sequence
373 * In order to open a converter from a Microsoft codepage number, use the prefix "cp":
383 * @param codepage codepage number to create
384 * @param platform the platform in which the codepage number exist
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 25 * <p>This API is used to convert codepage or character encoded data to and
147 * Function pointer for error callback in the codepage to unicode direction.
151 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
152 * @param length Size (in bytes) of the concerned codepage sequence
167 * Function pointer for error callback in the unicode to codepage direction.
172 * @param length Size (in bytes) of the concerned codepage sequence
373 * In order to open a converter from a Microsoft codepage number, use the prefix "cp":
383 * @param codepage codepage number to create
384 * @param platform the platform in which the codepage number exist
    [all...]
  /external/kernel-headers/original/linux/
msdos_fs.h 206 unsigned short codepage; /* Codepage for shortname conversions */ member in struct:fat_mount_options
248 struct nls_table *nls_disk; /* Codepage used on disk */
  /external/icu4c/common/
ucnv.c 129 /*Assumes a $platform-#codepage.$CONVERTER_FILE_EXTENSION scheme and calls
132 ucnv_openCCSID (int32_t codepage,
144 T_CString_integerToString(myName + myNameLen, codepage, 10);
680 ccsid = converter->sharedData->staticData->codepage;
    [all...]
ucnv_bld.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 33082 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local
33112 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 33110 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local
33140 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; local
    [all...]

Completed in 2013 milliseconds

12