HomeSort by relevance Sort by last modified time
    Searched refs:mbcs (Results 1 - 17 of 17) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
Makefile.am 6 sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c utils.c
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 121 * These contain the base table name between the MBCS header and the extension
139 * For more details about old versions of the MBCS data structure, see
288 * MBCS version 2 added:
357 * MBCS version 2 added:
660 * Internal function enumerating the toUnicode data of an MBCS converter.
726 mbcsTable=&sharedData->mbcs;
    [all...]
ucnv_bld.h 53 UConverterMBCSTable mbcs; member in union:UConverterTable
85 uint8_t subChar1; /* +80: 1 single-byte substitution character for IBM MBCS (0 if none) */
99 void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */
114 * - allocated for MBCS, with a pointer to an allocated UConverterTable
125 UConverterMBCSTable mbcs; member in struct:UConverterSharedData
ucnv_ext.cpp 269 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
270 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
374 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv),
392 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes,
764 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
867 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes,
891 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes,
    [all...]
ucnvmbcs.h 41 * At the moment, there are only variations of MBCS converters. They all have
43 * differ from those for other MBCS-style converters.
67 * slightly and optionally adds a table for conversion to MBCS (non-SBCS)
80 * In addition, a utf8Friendly MBCS file contains an additional
83 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table,
104 * For MBCS, maxFastUChar should be at least U+D7FF (=initial value).
131 * MBCS-style data structure following the static data.
132 * Offsets are counted in bytes from the beginning of the MBCS header structure.
138 * 0 uint8_t[4] MBCS version in UVersionInfo format (currently 4.3.x.0)
205 * -- DBCS, MBCS, EBCDIC_STATEFUL, ...: roundtrip flags and indexe
    [all...]
ucnv2022.cpp 190 MBCS,
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.c 121 * These contain the base table name between the MBCS header and the extension
139 * For more details about old versions of the MBCS data structure, see
288 * MBCS version 2 added:
357 * MBCS version 2 added:
660 * Internal function enumerating the toUnicode data of an MBCS converter.
726 mbcsTable=&sharedData->mbcs;
    [all...]
ucnv_bld.h 53 UConverterMBCSTable mbcs; member in union:UConverterTable
85 uint8_t subChar1; /* +80: 1 single-byte substitution character for IBM MBCS (0 if none) */
99 void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */
114 * - allocated for MBCS, with a pointer to an allocated UConverterTable
125 UConverterMBCSTable mbcs; member in struct:UConverterSharedData
ucnv_ext.cpp 269 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
270 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
374 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv),
392 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes,
764 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
867 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes,
891 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes,
    [all...]
ucnvmbcs.h 41 * At the moment, there are only variations of MBCS converters. They all have
43 * differ from those for other MBCS-style converters.
67 * slightly and optionally adds a table for conversion to MBCS (non-SBCS)
80 * In addition, a utf8Friendly MBCS file contains an additional
83 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table,
104 * For MBCS, maxFastUChar should be at least U+D7FF (=initial value).
131 * MBCS-style data structure following the static data.
132 * Offsets are counted in bytes from the beginning of the MBCS header structure.
138 * 0 uint8_t[4] MBCS version in UVersionInfo format (currently 4.3.x.0)
205 * -- DBCS, MBCS, EBCDIC_STATEFUL, ...: roundtrip flags and indexe
    [all...]
ucnv2022.cpp 184 MBCS,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
bootstrap.sh 143 ${CC} -DHAVE_CONFIG_H -I.. -I. -I../lib -c mbcs.c || exit 1
bootstrap.sh.in 143 ${CC} -DHAVE_CONFIG_H -I.. -I. -I../lib -c mbcs.c || exit 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 462 while they are always available as "mbcs" in each locale. Make
463 them usable by aliasing to "mbcs" in such a case."""
473 encodings.aliases.aliases[enc] = 'mbcs'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 462 while they are always available as "mbcs" in each locale. Make
463 them usable by aliasing to "mbcs" in such a case."""
473 encodings.aliases.aliases[enc] = 'mbcs'
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmfiles.mk 22 # This behaviour is done in the mbcs converter code and is turned on if for that converter
  /external/icu/icu4c/source/data/mappings/
ucmfiles.mk 22 # This behaviour is done in the mbcs converter code and is turned on if for that converter

Completed in 1390 milliseconds