OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subChar1
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/
ucnv_cb.c
209
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) {
ucnv_bld.h
85
uint8_t
subChar1
; /* +80: 1 single-byte substitution character for IBM MBCS (0 if none) */
214
uint8_t
subChar1
; /* single-byte substitution character if different from subChar */
ucnv_bld.cpp
[
all
...]
ucnv.c
464
* There is currently (2001Feb) no separate API to set/get
subChar1
.
466
* we set
subChar1
to 0.
468
converter->
subChar1
= 0;
557
cnv->
subChar1
= 0;
[
all
...]
ucnvmbcs.c
[
all
...]
/external/icu4c/tools/makeconv/
makeconv.c
480
} else if(uprv_strcmp(key, "
subchar1
")==0) {
485
staticData->
subChar1
=bytes[0];
487
fprintf(stderr, "error: illegal <
subchar1
> %s\n", value);
549
if( staticData->
subChar1
!=0 &&
554
fprintf(stderr, "error: <
subchar1
> defined for a type other than MBCS or EBCDIC_STATEFUL\n");
671
} else if(staticData->
subChar1
!=0 &&
672
!data->cnvData->isValid(data->cnvData, &staticData->
subChar1
, 1)
674
fprintf(stderr, " the
subchar1
byte is illegal in this codepage structure!\n");
764
* do not copy
subChar1
-
793
} else if(staticData->
subChar1
!=0 && 1!=ucm_countChars(baseStates, &staticData->subChar1, 1))
[
all
...]
Completed in 47 milliseconds