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

12 3

  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ncp_fs.h 112 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
  /external/chromium_org/chrome/tools/convert_dict/
convert_dict_unittest.cc 64 void RunDictionaryTest(const char* codepage,
67 std::string aff_data(base::StringPrintf("SET %s\n", codepage));
74 codepage,
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvtst.c 43 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
48 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testReset);
50 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset);
52 static void setNuConvTestName(const char *codepage, const char *direction)
55 codepage,
    [all...]
ncnvfbts.c 119 static void setNuConvTestName(const char *codepage, const char *direction)
122 codepage,
130 const char *codepage, UBool fallback, const int32_t *expectOffsets)
157 setNuConvTestName(codepage, "FROM");
159 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize,
162 conv = my_ucnv_open(codepage, &status);
165 log_data_err("Couldn't open converter %s\n",codepage);
293 const char *codepage, UBool fallback, const int32_t *expectOffsets)
322 setNuConvTestName(codepage, "TO");
326 conv = my_ucnv_open(codepage, &status)
    [all...]
nccbtst.c 73 static void setNuConvTestName(const char *codepage, const char *direction)
76 codepage,
231 /* SBCS NLTC codepage 367 for US-ASCII */
704 /* SBCS NLTC codepage 367 for US-ASCII */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 43 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
48 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testReset);
50 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset);
52 static void setNuConvTestName(const char *codepage, const char *direction)
55 codepage,
    [all...]
ncnvfbts.c 119 static void setNuConvTestName(const char *codepage, const char *direction)
122 codepage,
130 const char *codepage, UBool fallback, const int32_t *expectOffsets)
157 setNuConvTestName(codepage, "FROM");
159 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize,
162 conv = my_ucnv_open(codepage, &status);
165 log_data_err("Couldn't open converter %s\n",codepage);
293 const char *codepage, UBool fallback, const int32_t *expectOffsets)
322 setNuConvTestName(codepage, "TO");
326 conv = my_ucnv_open(codepage, &status)
    [all...]
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...]
  /external/chromium_org/tools/grit/grit/tool/
resize.py 142 -c CODEPAGE Code page number to indicate to the RC compiler the encoding
146 not need to specify the codepage unless the tool complains
147 that it's not sure which codepage to use. See the following
148 page for codepage numbers supported by Windows:
159 save it using the codepage indicated in the #pragma code_page(XXXX) command
  /external/chromium_org/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 1874 static char codepage[64]; local
    [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.h 71 int32_t codepage; /* +64: 4 codepage # (now IBM-$codepage) */ member in struct:UConverterStaticData
76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
207 int8_t subCharLen; /* length of the codepage specific character sequence */
217 uint8_t charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */
putil.cpp 1932 static char codepage[64]; local
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp 203 int FXSYS_WideCharToMultiByte(FX_DWORD codepage, FX_DWORD dwFlags, FX_LPCWSTR wstr, int wlen,
217 int FXSYS_MultiByteToWideChar(FX_DWORD codepage, FX_DWORD dwFlags, FX_LPCSTR bstr, int blen,
fx_basic_wstring.cpp 1107 int codepage = pCharMap->m_GetCodePage ? pCharMap->m_GetCodePage() : 0; local
1121 int codepage = pCharMap->m_GetCodePage ? pCharMap->m_GetCodePage() : 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.c 230 "\tread .ucm codepage mapping files and write .cnv files\n"
248 printf("makeconv version %hu.%hu, ICU tool to read .ucm codepage mapping files and write .cnv files\n",
464 getPlatformAndCCSIDFromName(value, &staticData->platform, &staticData->codepage);
520 if(staticData->codepage==0) {
521 staticData->codepage=prototype->codepage;
668 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n");
674 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n");
790 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n");
794 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n")
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 230 "\tread .ucm codepage mapping files and write .cnv files\n"
248 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n",
464 getPlatformAndCCSIDFromName(value, &staticData->platform, &staticData->codepage);
520 if(staticData->codepage==0) {
521 staticData->codepage=prototype->codepage;
668 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n");
674 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n");
790 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n");
794 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n")
    [all...]
  /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/pdfium/core/include/fxcrt/
fx_system.h 214 int FXSYS_WideCharToMultiByte(FX_DWORD codepage, FX_DWORD dwFlags, const wchar_t* wstr, int wlen,
216 int FXSYS_MultiByteToWideChar(FX_DWORD codepage, FX_DWORD dwFlags, const char* bstr, int blen,
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 667 FX_WORD codepage; member in struct:_CHARSET_MAP_
702 FX_BYTE _GetCharsetFromCodePage(FX_WORD codepage)
710 if (codepage == cp.codepage) {
712 } else if (codepage < cp.codepage) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 347 const char *codepage = "UTF-8";
348 UCHARBUF *f = ucbuf_open(wordFileName, &codepage, TRUE, FALSE, status);

Completed in 1400 milliseconds

12 3