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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntnls.h 14 USHORT CodePage;
  /external/icu/icu4c/source/i18n/
uregexc.cpp 7 * description: The purpose of this function is to separate the codepage
9 * dependency on codepage conversion, which reduces the overhead of
  /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 */
212 int8_t subCharLen; /* length of the codepage specific character sequence */
222 uint8_t charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */
  /external/icu/icu4c/source/io/unicode/
ustdio.h 79 * Figure out what is suppose to happen when a codepage is changed midstream.
114 * <li>You can specify a file's codepage separately from the default
115 * system codepage.</li>
225 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
228 * specified by that UFILE's codepage.
234 * @param codepage The codepage in which data will be written to and
235 * read from the file. If this paramter is NULL the system default codepage
244 const char *codepage);
248 * A UFILE is a wrapper around a FILE* that is locale and codepage aware
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
readme.txt 14 flagcb.h codepage output convenience header
15 flagcb.c codepage output convenience implementation
  /external/valgrind/none/tests/s390x/
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/samples/cal/
uprint.c 22 /* Print a ustring to the specified FILE* in the default codepage */
  /external/icu/icu4c/source/samples/date/
uprint.c 23 /* Print a ustring to the specified FILE* in the default codepage */
  /external/icu/icu4c/source/test/cintltst/
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...]
  /external/icu/icu4c/source/test/testdata/
test2.ucm 8 # Test file for MBCS conversion with two-byte codepage data. (DBCS)
test3.ucm 8 # Test file for MBCS conversion with three-byte codepage data.
test4.ucm 8 # Test file for MBCS conversion with four-byte codepage data.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-windmc.1 209 .IX Item "-C codepage"
212 .IX Item "--codepage_in codepage"
214 Sets the default codepage to be used to convert input file to \s-1UTF16.\s0 The
282 .IX Item "-O codepage"
285 .IX Item "--codepage_out codepage"
287 Sets the default codepage to be used to output text files. The default
  /external/icu/icu4c/source/common/unicode/
ucnv_err.h 53 * Unicode -> Codepage. The behavior from Codepage to Unicode is not changed,
79 * Codepage -> Unicode. Any unmapped and legal characters will be
228 * @param length Size (in bytes) of the concerned codepage sequence
252 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
253 * @param length Size (in bytes) of the concerned codepage sequence
278 * @param length Size (in bytes) of the concerned codepage sequence
307 * @param length Size (in bytes) of the concerned codepage sequence
364 * @param length Size (in bytes) of the concerned codepage sequence
392 * @param codeUnits Points to 'length' bytes of the concerned codepage sequenc
    [all...]
  /external/icu/icu4c/as_is/os390/
unpax-icu.sh 10 # Shell script to unpax ICU and convert the files to an EBCDIC codepage.
12 # EBCDIC conversion, thus restoring them to original codepage.
  /external/icu/icu4c/source/io/
ufmt_cmn.h 145 * Convert a string from the default codepage to Unicode.
146 * @param s The string to convert, in the default codepage.
uprintf.cpp 16 * Added conversion from default codepage.
174 /* convert from the default codepage to Unicode */
uscanf.c 74 /* convert from the default codepage to Unicode */
  /external/icu/icu4c/source/samples/datefmt/
util.cpp 59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
  /external/icu/icu4c/source/samples/msgfmt/
util.cpp 59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
  /external/icu/icu4c/source/samples/translit/
util.cpp 59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion

Completed in 342 milliseconds

12 3 4 5 6 7 8 91011>>