Home | History | Annotate | Download | only in common

Lines Matching refs:isTargetByteDBCS

2344     UBool isTargetByteDBCS;
2364 isTargetByteDBCS=(UBool)args->converter->fromUnicodeStatus;
2365 oldIsTargetByteDBCS = isTargetByteDBCS;
2367 isTargetByteDBCS = (UBool) args->converter->fromUnicodeStatus;
2402 oldIsTargetByteDBCS = isTargetByteDBCS;
2403 isTargetByteDBCS = (UBool)(targetByteUnit>0x00FF);
2405 if (oldIsTargetByteDBCS != isTargetByteDBCS ){
2407 if (isTargetByteDBCS)
2509 isTargetByteDBCS &&
2515 isTargetByteDBCS=FALSE;
2548 args->converter->fromUnicodeStatus = (uint32_t)isTargetByteDBCS;