OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outCharset
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
udataswp.h
157
uint8_t
outCharset
;
198
UBool outIsBigEndian, uint8_t
outCharset
,
212
UBool outIsBigEndian, uint8_t
outCharset
,
/external/icu4c/common/
udataswp.h
157
uint8_t
outCharset
;
198
UBool outIsBigEndian, uint8_t
outCharset
,
212
UBool outIsBigEndian, uint8_t
outCharset
,
/external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp
115
uint8_t
outCharset
;
148
outCharset
=U_ASCII_FAMILY;
152
outCharset
=U_ASCII_FAMILY;
156
outCharset
=U_EBCDIC_FAMILY;
207
ds=udata_openSwapperForInputData(data, length, outIsBigEndian,
outCharset
, &errorCode);
475
if(ds->
outCharset
!=U_CHARSET_FAMILY) {
477
ds2=udata_openSwapper(TRUE, U_CHARSET_FAMILY, TRUE, ds->
outCharset
, pErrorCode);
554
if(ds->inCharset==ds->
outCharset
) {
613
if(ds->
outCharset
==U_CHARSET_FAMILY) {
/external/icu4c/tools/icuswap/
icuswap.cpp
115
uint8_t
outCharset
;
148
outCharset
=U_ASCII_FAMILY;
152
outCharset
=U_ASCII_FAMILY;
156
outCharset
=U_EBCDIC_FAMILY;
207
ds=udata_openSwapperForInputData(data, length, outIsBigEndian,
outCharset
, &errorCode);
475
if(ds->
outCharset
!=U_CHARSET_FAMILY) {
477
ds2=udata_openSwapper(TRUE, U_CHARSET_FAMILY, TRUE, ds->
outCharset
, pErrorCode);
554
if(ds->inCharset==ds->
outCharset
) {
613
if(ds->
outCharset
==U_CHARSET_FAMILY) {
/external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp
650
uint8_t
outCharset
;
679
makeTypeProps(outType,
outCharset
, outIsBigEndian);
686
ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian,
outCharset
, &errorCode);
687
ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian,
outCharset
, &errorCode);
689
ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian,
outCharset
, &errorCode);
[
all
...]
/external/icu4c/tools/toolutil/
package.cpp
697
uint8_t
outCharset
;
726
makeTypeProps(outType,
outCharset
, outIsBigEndian);
733
ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian,
outCharset
, &errorCode);
734
ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian,
outCharset
, &errorCode);
736
ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian,
outCharset
, &errorCode);
[
all
...]
Completed in 141 milliseconds