OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_MBCSHeader
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp
452
const
_MBCSHeader
*inMBCSHeader;
486
inMBCSHeader=(const
_MBCSHeader
*)inBytes;
488
if(length<(int32_t)sizeof(
_MBCSHeader
)) {
502
udata_printError(ds, "icupkg/ucnv_enumDependencies(): unsupported
_MBCSHeader
.version %d.%d\n",
/external/icu4c/tools/toolutil/
pkgitems.cpp
452
const
_MBCSHeader
*inMBCSHeader;
486
inMBCSHeader=(const
_MBCSHeader
*)inBytes;
488
if(length<(int32_t)sizeof(
_MBCSHeader
)) {
502
udata_printError(ds, "icupkg/ucnv_enumDependencies(): unsupported
_MBCSHeader
.version %d.%d\n",
/external/chromium_org/third_party/icu/source/common/
ucnv_bld.c
[
all
...]
ucnvmbcs.h
45
*
_MBCSHeader
.version 5 is optional and not backward-compatible
49
* - The
_MBCSHeader
has variable length (and is always longer than in version 4).
50
* See the struct
_MBCSHeader
further description below.
63
*
_MBCSHeader
.version 4.3 optionally modifies the fromUnicode data structures
69
* It is utf8Friendly if
_MBCSHeader
.version[2]!=0.
71
* maxFastUChar=((
_MBCSHeader
.version[2]<<8)|0xff)
116
*
_MBCSHeader
.version 4.2 adds an optional conversion extension data structure.
132
* struct
_MBCSHeader
(see the definition in this header file below)
142
* 31.. 8 offsetExtension --
_MBCSHeader
.version 4.2 (ICU 2.8) and higher
146
* 7 uint32_t fromUBytesLength --
_MBCSHeader
.version 4.1 (ICU 2.4) and highe
[
all
...]
ucnvmbcs.c
64
*
_MBCSHeader
versions 5.3 & 4.3
65
* (Note that the
_MBCSHeader
version is in addition to the converter formatVersion.)
72
* The main difference is an additional
_MBCSHeader
field with
73
* - the length (number of uint32_t) of the
_MBCSHeader
103
*
_MBCSHeader
version 4.3
[
all
...]
/external/icu4c/common/
ucnv_bld.cpp
[
all
...]
ucnvmbcs.h
45
*
_MBCSHeader
.version 5 is optional and not backward-compatible
49
* - The
_MBCSHeader
has variable length (and is always longer than in version 4).
50
* See the struct
_MBCSHeader
further description below.
63
*
_MBCSHeader
.version 5.4/4.4 supports "good one-way" mappings (|4)
66
*
_MBCSHeader
.version 4.3 optionally modifies the fromUnicode data structures
72
* It is utf8Friendly if
_MBCSHeader
.version[2]!=0.
74
* maxFastUChar=((
_MBCSHeader
.version[2]<<8)|0xff)
119
*
_MBCSHeader
.version 4.2 adds an optional conversion extension data structure.
135
* struct
_MBCSHeader
(see the definition in this header file below)
145
* 31.. 8 offsetExtension --
_MBCSHeader
.version 4.2 (ICU 2.8) and highe
[
all
...]
ucnvmbcs.c
66
*
_MBCSHeader
versions 5.3 & 4.3
67
* (Note that the
_MBCSHeader
version is in addition to the converter formatVersion.)
74
* The main difference is an additional
_MBCSHeader
field with
75
* - the length (number of uint32_t) of the
_MBCSHeader
105
*
_MBCSHeader
version 4.3
[
all
...]
/external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c
124
_MBCSHeader
header={ { 0, 0, 0, 0 }, 0, 0, 0, 0, 0, 0, 0 };
[
all
...]
genmbcs.c
[
all
...]
/external/icu4c/tools/makeconv/
gencnvex.c
125
_MBCSHeader
header={ { 0, 0, 0, 0 }, 0, 0, 0, 0, 0, 0, 0 };
[
all
...]
genmbcs.cpp
[
all
...]
Completed in 66 milliseconds