Searched refs:noFromU (Results 1 – 2 of 2) sorted by relevance
1353 UBool noFromU=FALSE; in ucnv_swap() local1451 noFromU=(UBool)((mbcsHeader.options&MBCS_OPT_NO_FROM_U)!=0); in ucnv_swap()1471 if(noFromU && outputType==MBCS_OUTPUT_1) { in ucnv_swap()1515 if(!noFromU) { in ucnv_swap()1612 count= noFromU ? 0 : mbcsHeader.fromUBytesLength; in ucnv_swap()
1418 UBool noFromU=FALSE; in ucnv_MBCSLoad() local1425 noFromU=(UBool)((header->options&MBCS_OPT_NO_FROM_U)!=0); in ucnv_MBCSLoad()1432 if(noFromU && mbcsTable->outputType==MBCS_OUTPUT_1) { in ucnv_MBCSLoad()1684 (noFromU ? 0 : mbcsTable->fromUBytesLength)); in ucnv_MBCSLoad()1702 if(noFromU) { in ucnv_MBCSLoad()