HomeSort by relevance Sort by last modified time
    Searched refs:codepage (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/syslinux/core/
codepage.S 2 .globl codepage
3 codepage: label
4 .incbin "codepage.cp"
5 .size codepage, .-codepage
  /external/syslinux/core/include/
codepage.h 2 * Codepage data structure as generated by cptable.pl
11 struct codepage { struct
15 uint8_t upper[256]; /* Codepage upper case table */
16 uint8_t lower[256]; /* Codepage lower case table */
25 extern const struct codepage codepage;
  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.h 26 const char *codepage, UBool fallback, const int32_t *expectOffsets);
28 const char *codepage, UBool fallback, const int32_t *expectOffsets);
35 static void setNuConvTestName(const char *codepage, const char *direction);
nccbtst.h 51 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets,
56 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
60 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
64 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
71 static void setNuConvTestName(const char *codepage, const char *direction);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
genwincodec.py 11 def genwinmap(codepage):
26 codepage, 0,
43 def genwincodec(codepage):
45 map = genwinmap(codepage)
46 encodingname = 'cp%d' % codepage
54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
  /external/python/cpython2/Tools/unicode/
genwincodec.py 11 def genwinmap(codepage):
26 codepage, 0,
43 def genwincodec(codepage):
45 map = genwinmap(codepage)
46 encodingname = 'cp%d' % codepage
54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
  /external/icu/icu4c/source/io/
ufile.c 19 * 07/19/99 stephen Fixed to use ucnv's default codepage.
51 const char *codepage,
108 /* If the codepage is not "" use the ucnv_open default behavior */
109 if(codepage == NULL || *codepage != '\0') {
110 result->fConverter = ucnv_open(codepage, &status);
132 const char *codepage)
134 return finit_owner(f, locale, codepage, FALSE);
140 const char *codepage)
142 return finit_owner(f, locale, codepage, TRUE)
321 const char *codepage = NULL; local
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterStaticData.java 18 int codepage; /* +64: 4 codepage # (now IBM-$codepage) */ field in class:UConverterStaticData
23 byte minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
24 byte maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
45 codepage = codepage_;
  /external/icu/icu4c/source/common/
unistr_cnv.cpp 63 const char *codepage) {
66 doCodepageCreate(codepageData, (int32_t)uprv_strlen(codepageData), codepage);
72 const char *codepage) {
75 doCodepageCreate(codepageData, dataLength, codepage);
136 const char *codepage) const
172 // if the codepage is the default, use our cache
174 if (codepage == 0) {
180 } else if (*codepage == 0) {
191 converter = ucnv_open(codepage, &status);
197 if (codepage == 0)
    [all...]
  /external/syslinux/efi/
Makefile 50 OBJS += $(objdir)/core/codepage.o $(ARCH)/linux.o
91 codepage.o: ../codepage/cp865.cp
92 cp $(objdir)/../codepage/cp865.cp codepage.cp
93 $(CC) $(SFLAGS) -c -o $@ $(core)/codepage.S
  /external/valgrind/none/tests/s390x/
tr.c 10 void tr(uint8_t *codepage, uint8_t *addr, uint64_t len)
17 : "a" (codepage) : "cc", "memory", "1");
tre.c 19 tre_regs tre(uint8_t *codepage, uint8_t *addr, uint64_t len, uint8_t test_byte)
25 register uint64_t a2 asm ("4") = (uint64_t)codepage;
troo.c 26 troo_regs tr(uint8_t *addr, uint8_t *codepage, uint8_t *dest, uint64_t len,
33 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
trot.c 27 trot_regs tr(uint8_t *addr, uint16_t *codepage, uint16_t *dest, uint64_t len,
34 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
trto.c 26 trto_regs tr(uint16_t *addr, uint16_t *codepage, uint8_t *dest, uint64_t len,
33 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
trtt.c 27 trtt_regs tr(uint16_t *addr, uint16_t *codepage, uint16_t *dest, uint64_t len,
34 register uint64_t codepage2 asm("1") = (uint64_t)codepage;
  /external/icu/icu4c/source/io/unicode/
ustdio.h 81 * Figure out what is suppose to happen when a codepage is changed midstream.
116 * <li>You can specify a file's codepage separately from the default
117 * system codepage.</li>
227 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
230 * specified by that UFILE's codepage.
236 * @param codepage The codepage in which data will be written to and
237 * read from the file. If this paramter is NULL the system default codepage
246 const char *codepage);
250 * A UFILE is a wrapper around a FILE* that is locale and codepage aware
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
winduni.h 98 /* Specifies the default codepage to be used for unicode
102 /* Specifies the currently used codepage for unicode
120 rc_uint_type codepage; member in struct:local_iconv_map
126 /* Convert an Codepage string to a unicode string. */
130 /* Convert an unicode string to an codepage string. */
  /bionic/libc/kernel/uapi/linux/
ncp_fs.h 88 unsigned char codepage[NCP_IOCSNAME_LEN + 1]; member in struct:ncp_nls_ioctl
  /development/ndk/platforms/android-21/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 51 * @param codepage The encoding of the file stream to convert to Unicode.
63 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
  /external/kernel-headers/original/uapi/linux/
ncp_fs.h 103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ncp_fs.h 103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ncp_fs.h 103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl

Completed in 1005 milliseconds

1 2 3 4