| /external/chromium/third_party/icu/source/io/ |
| ufile.c | 17 * 07/19/99 stephen Fixed to use ucnv's default codepage. 48 const char *codepage) 91 /* If the codepage is not "" use the ucnv_open default behavior */ 92 if(codepage == NULL || *codepage != '\0') { 93 result->fConverter = ucnv_open(codepage, &status); 113 const char *codepage) 121 result = u_finit(systemFile, locale, codepage); 256 const char *codepage = NULL; local 259 codepage = ucnv_getName(file->fConverter, &status) [all...] |
| /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) 276 const char *codepage = NULL; local [all...] |
| /external/chromium/net/proxy/ |
| proxy_script_fetcher.cc | 51 const char* codepage; local 55 codepage = base::kCodepageLatin1; 58 codepage = charset.c_str(); 65 base::CodepageToWide(*bytes, codepage,
|
| /external/chromium/third_party/icu/source/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 | 1749 static char codepage[64]; local [all...] |
| /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 | 1771 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/chromium/third_party/icu/source/test/intltest/ |
| csdetest.cpp | 122 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length) 127 length = source.extract(0, sLength, NULL, codepage); 131 source.extract(0, sLength, bytes, codepage); 149 char codepage[64]; local 151 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength); 152 codepage[cpLength] = '\0'; 157 char *bytes = extractBytes(testString, codepage, byteLength);
|
| /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 */
|
| /external/sqlite/dist/ |
| sqlite3.c | 27535 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local 27560 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local [all...] |