Searched refs:subChar1 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_cb.c209 else if(converter->subChar1!=0 && (uint16_t)converter->invalidUCharBuffer[0]<=(uint16_t)0xffu) {
212 and the other converters don't use subChar1?
215 (const char *)&converter->subChar1, 1,
252 if(args->converter->invalidCharLength == 1 && args->converter->subChar1 != 0) {
H A Ducnv_bld.h85 uint8_t subChar1; /* +80: 1 single-byte substitution character for IBM MBCS (0 if none) */ member in struct:UConverterStaticData
214 uint8_t subChar1; /* single-byte substitution character if different from subChar */ member in struct:UConverter
H A Ducnv_bld.cpp1033 myUConverter->subChar1 = mySharedConverterData->staticData->subChar1;
H A Ducnv.c472 * There is currently (2001Feb) no separate API to set/get subChar1.
474 * we set subChar1 to 0.
476 converter->subChar1 = 0;
565 cnv->subChar1 = 0;
H A Ducnvmbcs.c5511 /* first, select between subChar and subChar1 */
5512 if( cnv->subChar1!=0 &&
5517 /* select subChar1 if it is set (not 0) and the unmappable Unicode code point is up to U+00ff (IBM MBCS behavior) */
5518 subchar=(char *)&cnv->subChar1;
/external/icu/icu4c/source/common/
H A Ducnv_cb.c209 else if(converter->subChar1!=0 && (uint16_t)converter->invalidUCharBuffer[0]<=(uint16_t)0xffu) {
212 and the other converters don't use subChar1?
215 (const char *)&converter->subChar1, 1,
252 if(args->converter->invalidCharLength == 1 && args->converter->subChar1 != 0) {
H A Ducnv_bld.h85 uint8_t subChar1; /* +80: 1 single-byte substitution character for IBM MBCS (0 if none) */ member in struct:UConverterStaticData
214 uint8_t subChar1; /* single-byte substitution character if different from subChar */ member in struct:UConverter
H A Ducnv_bld.cpp1024 myUConverter->subChar1 = mySharedConverterData->staticData->subChar1;
H A Ducnv.c472 * There is currently (2001Feb) no separate API to set/get subChar1.
474 * we set subChar1 to 0.
476 converter->subChar1 = 0;
565 cnv->subChar1 = 0;
H A Ducnvmbcs.c5511 /* first, select between subChar and subChar1 */
5512 if( cnv->subChar1!=0 &&
5517 /* select subChar1 if it is set (not 0) and the unmappable Unicode code point is up to U+00ff (IBM MBCS behavior) */
5518 subchar=(char *)&cnv->subChar1;
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.c485 staticData->subChar1=bytes[0];
549 if( staticData->subChar1!=0 &&
671 } else if(staticData->subChar1!=0 &&
672 !data->cnvData->isValid(data->cnvData, &staticData->subChar1, 1)
764 * do not copy subChar1 -
793 } else if(staticData->subChar1!=0 && 1!=ucm_countChars(baseStates, &staticData->subChar1, 1)) {
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.c485 staticData->subChar1=bytes[0];
549 if( staticData->subChar1!=0 &&
671 } else if(staticData->subChar1!=0 &&
672 !data->cnvData->isValid(data->cnvData, &staticData->subChar1, 1)
764 * do not copy subChar1 -
793 } else if(staticData->subChar1!=0 && 1!=ucm_countChars(baseStates, &staticData->subChar1, 1)) {

Completed in 178 milliseconds