Home | History | Annotate | Download | only in common

Lines Matching refs:isTargetByteDBCS

2339     UBool isTargetByteDBCS;
2359 isTargetByteDBCS=(UBool)args->converter->fromUnicodeStatus;
2360 oldIsTargetByteDBCS = isTargetByteDBCS;
2362 isTargetByteDBCS = (UBool) args->converter->fromUnicodeStatus;
2397 oldIsTargetByteDBCS = isTargetByteDBCS;
2398 isTargetByteDBCS = (UBool)(targetByteUnit>0x00FF);
2400 if (oldIsTargetByteDBCS != isTargetByteDBCS ){
2402 if (isTargetByteDBCS)
2504 isTargetByteDBCS &&
2510 isTargetByteDBCS=FALSE;
2543 args->converter->fromUnicodeStatus = (uint32_t)isTargetByteDBCS;