Searched refs:noFromU (Results 1 – 2 of 2) sorted by relevance
1265 UBool noFromU=FALSE; in ucnv_swap() local1363 noFromU=(UBool)((mbcsHeader.options&MBCS_OPT_NO_FROM_U)!=0); in ucnv_swap()1383 if(noFromU && outputType==MBCS_OUTPUT_1) { in ucnv_swap()1427 if(!noFromU) { in ucnv_swap()1524 count= noFromU ? 0 : mbcsHeader.fromUBytesLength; in ucnv_swap()
1348 UBool noFromU=FALSE; in ucnv_MBCSLoad() local1355 noFromU=(UBool)((header->options&MBCS_OPT_NO_FROM_U)!=0); in ucnv_MBCSLoad()1362 if(noFromU && mbcsTable->outputType==MBCS_OUTPUT_1) { in ucnv_MBCSLoad()1594 (noFromU ? 0 : mbcsTable->fromUBytesLength)); in ucnv_MBCSLoad()1612 if(noFromU) { in ucnv_MBCSLoad()