/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/proxy/ |
proxy_script_fetcher_impl.cc | 53 const char* codepage; local 57 codepage = base::kCodepageLatin1; 60 codepage = charset.c_str(); 66 base::CodepageToUTF16(bytes, codepage,
|
/external/icu4c/common/ |
ucnv_bld.h | 70 int32_t codepage; /* +64: 4 codepage # (now IBM-$codepage) */ member in struct:UConverterStaticData 75 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ 76 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ 206 int8_t subCharLen; /* length of the codepage specific character sequence */ 216 uint8_t charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */
|
putil.c | 1864 static char codepage[64]; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ncp_fs.h | 103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
|
/external/icu4c/test/intltest/ |
csdetest.cpp | 125 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length) 130 length = source.extract(0, sLength, NULL, codepage); 134 source.extract(0, sLength, bytes, codepage); 152 char codepage[64]; local 154 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength); 155 codepage[cpLength] = '\0'; 160 char *bytes = extractBytes(testString, codepage, byteLength);
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysevents.c | 95 static int codepage; variable 749 codepage = GetCodePage(); 859 codepage = GetCodePage(); 919 return MultiByteToWideChar(codepage, 0, chars, 1, wchars, wsize);
|
/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 */
|