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

/external/icu4c/common/
H A Ducnvmbcs.c118 * use the special outputType MBCS_OUTPUT_EXT_ONLY.
663 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
715 switch(mbcsTable->outputType) {
851 sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ?
1068 (mbcsTable->outputType==MBCS_OUTPUT_1 || mbcsTable->outputType==MBCS_OUTPUT_2_SISO) &&
1075 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
1152 if(mbcsTable->outputType==MBCS_OUTPUT_1) {
1202 switch(mbcsTable->outputType) {
1243 switch(mbcsTable->outputType) {
1687 uint8_t outputType; local
3853 uint8_t outputType; local
[all...]
H A Ducnv_bld.c1352 uint8_t outputType; local
1467 outputType=(uint8_t)mbcsHeader.flags;
1468 if(noFromU && outputType==MBCS_OUTPUT_1) {
1475 switch(outputType) {
1488 outputType);
1503 if( outputType!=MBCS_OUTPUT_EXT_ONLY && outputType!=MBCS_OUTPUT_1 &&
1549 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
1581 /* offset to the stage 1 table, independent of the outputType */
1584 if(outputType
[all...]
H A Ducnv_ext.c268 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
269 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
764 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
1041 } else if( sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ||
H A Ducnvmbcs.h145 * 7.. 0 outputType
169 * if(outputType==MBCS_OUTPUT_EXT_ONLY) {
198 * if(outputType==MBCS_OUTPUT_1) {
212 * if(outputType==MBCS_OUTPUT_1) {
225 * if(outputType!=MBCS_OUTPUT_1 &&
382 uint8_t outputType, unicodeMask; member in struct:UConverterMBCSTable
H A Ducnv2022.c1076 int outputType)
1094 if(outputType==MBCS_OUTPUT_2){
1101 } else /* outputType==MBCS_OUTPUT_3 */ {
1072 MBCS_FROM_UCHAR32_ISO2022(UConverterSharedData* sharedData, UChar32 c, uint32_t* value, UBool useFallback, int outputType) argument
/external/expat/xmlwf/
H A Dxmlwf.c650 int outputType = 0; local
698 outputType = 'm';
702 outputType = 'c';
707 outputType = 't';
766 if (outputType == 't') {
808 switch (outputType) {
849 if (outputType == 'm')
/external/icu4c/tools/toolutil/
H A Ducmstate.c281 states->outputType=(int8_t)(states->maxCharLength-1);
565 states->outputType=MBCS_OUTPUT_2_SISO;
625 if(states->outputType==MBCS_OUTPUT_2_SISO) {
987 if(length==2 && states->outputType==MBCS_OUTPUT_2_SISO) {
1038 if(count>1 && states->outputType==MBCS_OUTPUT_2_SISO && length!=2*count) {
H A Dpkgitems.cpp493 uint8_t outputType; local
550 outputType=(uint8_t)mbcsHeaderFlags;
552 if(outputType==MBCS_OUTPUT_EXT_ONLY) {
H A Ducm.h98 int8_t conversionType, outputType; member in struct:UCMStates
H A Ducm.c430 isSISO=(UBool)(baseStates->outputType==MBCS_OUTPUT_2_SISO);
1024 ucm->states.outputType=-1;
/external/icu4c/tools/makeconv/
H A Dmakeconv.c537 if(data->ucm->states.outputType<0) {
538 data->ucm->states.outputType=(int8_t)data->ucm->states.maxCharLength-1;
H A Dgenmbcs.c381 if(length==2 && mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO) {
689 if( mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO &&
1098 /* modify outputType and adjust stage3Top */
1099 mbcsData->ucm->states.outputType=(int8_t)(MBCS_OUTPUT_3_EUC+oldLength-3);
1523 header.flags=(uint8_t)(mbcsData->ucm->states.outputType);

Completed in 134 milliseconds